Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OAID/Tengine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5ec1c38
Choose a base ref
...
head repository: OAID/Tengine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e89cf88
Choose a head ref

There isn’t anything to compare.

5ec1c38 and e89cf88 are entirely different commit histories.

Showing 539 changed files with 18,784 additions and 87,718 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ ReflowComments: true
SortIncludes: false
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: Never
SpaceBeforeParens: true
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 4
SpacesInAngles: false
67 changes: 49 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,52 @@
.*.swp
# clion debug directory
cmake-build*
.idea

# Output debug directory
output*/

# CMake build directory
build*/

# Backup files.
*~

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
tests/data/
build/
*.log
*.pb.cc
*.pb.h
makefile.config
etc/config
install/
models/
*.tgz
protobuf/
OpenBLAS/
protobuf_lib/
sysroot/
android_config.txt
model_src/
.vs/
*.out
*.app

# MACOSX
.DS_Store

# IDE
.vs
.vscode
Empty file removed .gitmodules
Empty file.
Loading
Oops, something went wrong.