forked from Samsung/ONE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6,005 changed files
with
539,909 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
--- | ||
Language: Cpp | ||
BasedOnStyle: Google | ||
AccessModifierOffset: -2 | ||
AlignAfterOpenBracket: Align | ||
AlignEscapedNewlinesLeft: true | ||
AlignConsecutiveAssignments: false | ||
AlignConsecutiveDeclarations: false | ||
AlignOperands: true | ||
AlignTrailingComments: true | ||
AllowAllParametersOfDeclarationOnNextLine: true | ||
AllowShortBlocksOnASingleLine: false | ||
AllowShortCaseLabelsOnASingleLine: false | ||
AllowShortFunctionsOnASingleLine: All | ||
AllowShortIfStatementsOnASingleLine: false | ||
AllowShortLoopsOnASingleLine: false | ||
AlwaysBreakAfterDefinitionReturnType: None | ||
AlwaysBreakAfterReturnType: None | ||
AlwaysBreakBeforeMultilineStrings: false | ||
AlwaysBreakTemplateDeclarations: false | ||
BinPackArguments: true | ||
BinPackParameters: true | ||
BraceWrapping: | ||
AfterClass: true | ||
AfterControlStatement: true | ||
AfterEnum: false | ||
AfterFunction: true | ||
AfterNamespace: false | ||
AfterObjCDeclaration: false | ||
AfterStruct: true | ||
AfterUnion: true | ||
BeforeCatch: true | ||
BeforeElse: true | ||
IndentBraces: false | ||
BreakBeforeBraces: Allman | ||
BreakBeforeTernaryOperators: true | ||
BreakConstructorInitializersBeforeComma: false | ||
BreakAfterJavaFieldAnnotations: false | ||
BreakStringLiterals: true | ||
ColumnLimit: 100 | ||
CommentPragmas: '^ IWYU pragma:' | ||
ConstructorInitializerAllOnOneLineOrOnePerLine: false | ||
ConstructorInitializerIndentWidth: 4 | ||
ContinuationIndentWidth: 4 | ||
Cpp11BracedListStyle: true | ||
DerivePointerAlignment: false | ||
DisableFormat: false | ||
ExperimentalAutoDetectBinPacking: false | ||
IncludeCategories: | ||
- Regex: '^"(llvm|llvm-c|clang|clang-c)/' | ||
Priority: 2 | ||
- Regex: '^(<|"(gtest|isl|json)/)' | ||
Priority: 3 | ||
- Regex: '.*' | ||
Priority: 1 | ||
IndentCaseLabels: true | ||
IndentWidth: 2 | ||
IndentWrappedFunctionNames: false | ||
JavaScriptQuotes: Leave | ||
JavaScriptWrapImports: true | ||
KeepEmptyLinesAtTheStartOfBlocks: true | ||
MacroBlockBegin: '' | ||
MacroBlockEnd: '' | ||
MaxEmptyLinesToKeep: 1 | ||
NamespaceIndentation: None | ||
ObjCBlockIndentWidth: 2 | ||
ObjCSpaceAfterProperty: false | ||
ObjCSpaceBeforeProtocolList: true | ||
PenaltyBreakBeforeFirstCallParameter: 19 | ||
PenaltyBreakComment: 300 | ||
PenaltyBreakFirstLessLess: 120 | ||
PenaltyBreakString: 1000 | ||
PenaltyExcessCharacter: 1000000 | ||
PenaltyReturnTypeOnItsOwnLine: 60 | ||
PointerAlignment: Right | ||
ReflowComments: true | ||
SortIncludes: false | ||
SpaceAfterCStyleCast: false | ||
SpaceBeforeAssignmentOperators: true | ||
SpaceBeforeParens: ControlStatements | ||
SpaceInEmptyParentheses: false | ||
SpacesBeforeTrailingComments: 1 | ||
SpacesInAngles: false | ||
SpacesInContainerLiterals: true | ||
SpacesInCStyleCastParentheses: false | ||
SpacesInParentheses: false | ||
SpacesInSquareBrackets: false | ||
Standard: Cpp11 | ||
TabWidth: 4 | ||
UseTab: Never |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--extra=+f | ||
--exclude=Product | ||
--exclude=build | ||
--exclude=tags | ||
--exclude=tests/scripts/framework/cache | ||
--exclude=tools/cross/rootfs | ||
--exclude=doxygen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tests/nnapi/specs/* linguist-detectable=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Working Path | ||
/Product | ||
/build | ||
/tools/cross/rootfs | ||
|
||
# Compiled python3 code cache | ||
**/__pycache__ | ||
*.pyc | ||
|
||
# Test cache for model download | ||
/tests/scripts/framework/cache | ||
|
||
# Test report | ||
/report | ||
|
||
# doxygen | ||
/doxygen | ||
|
||
# Generated by format checker | ||
/format.patch | ||
|
||
# Default path for ndk | ||
/tools/cross/ndk | ||
|
||
# ignore the embeded cl_kernels | ||
/**/*.clembed | ||
/**/*.hembed | ||
|
||
# External directory | ||
/externals | ||
|
||
# tflkit info files | ||
/tools/tflkit/*.info | ||
|
||
# Generated tests | ||
/tests/nnapi/src/generated | ||
|
||
# Coverage | ||
/gcov | ||
/coverage | ||
|
||
# Makefile | ||
/Makefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
Aleksei Grebenkin <[email protected]> | ||
Andrew Tischenko <[email protected]> | ||
Andrey Shedko <[email protected]> | ||
Andrey Shedko <[email protected]> Андрей Шедько/AI Tools Lab /SRR/Assistant Engineer/삼성전자 <[email protected]> | ||
Andrey Shedko <[email protected]> Андрей Шедько/AI Tools Lab /SRR/Assistant Engineer/삼성전자 <[email protected]> | ||
Cheongyo Bahk <[email protected]> | ||
Chunseok Lee <[email protected]> | ||
Denis Maksimenko <[email protected]> | ||
Devansh Bansal <[email protected]> | ||
Dilshodzhon Poshshoev <[email protected]> | ||
Dmitry Mozolev <[email protected]> | ||
Efimov Alexander <[email protected]> | ||
Hanjoung Lee <[email protected]> | ||
Hyeongseok Oh <[email protected]> | ||
HyungGyu Choi <[email protected]> | ||
Hyunsik Yoon <[email protected]> | ||
Inki Dae <[email protected]> | ||
Ivan Ivanovich Kulagin <[email protected]> | ||
Ivan Vagin <[email protected]> | ||
Jiseob Jang <[email protected]> | ||
Jiyoung Yun <[email protected]> | ||
Jonghyun Park <[email protected]> | ||
Junghyun Kim <[email protected]> | ||
Kshitiz Bansal <[email protected]> | ||
Myungjae Lee <[email protected]> | ||
Pavel Fattakhov <[email protected]> | ||
Pavel Ilyutchenko <[email protected]> | ||
Pavel Ilyutchenko <[email protected]> Павел Ильютченко/AI Tools Lab /SRR/Assistant Engineer/삼성전자 <[email protected]> | ||
Pavel Ilyutchenko <[email protected]> Павел Ильютченко/AI Tools Lab /SRR/Assistant Engineer/삼성전자 <[email protected]> | ||
Prasanna R <[email protected]> | ||
Praveen Doreswamy Naidu <[email protected]> | ||
Roman Rusyaev <[email protected]> | ||
Saehie Park <[email protected]> | ||
Sanggyu Lee <[email protected]> | ||
Sangjung Woo <[email protected]> | ||
Sangmin Seo <[email protected]> | ||
Saulo Aldighieri Moraes <[email protected]> | ||
Saurav Babu <[email protected]> | ||
Seok Namkoong <[email protected]> | ||
Seongwoo Chae <[email protected]> | ||
Sergei Barannikov <[email protected]> | ||
Sergei Chicherin <[email protected]> | ||
Sergey Vostokov <[email protected]> | ||
Shubham Gupta <[email protected]> | ||
Siva Sai Vaddipati <[email protected]> | ||
Sujin Kim <[email protected]> | ||
Sung-Jae Lee <[email protected]> | ||
Sungjin Choi <[email protected]> | ||
Tanuj Tekriwal <[email protected]> | ||
Timur Otellovich Ablyazimov <[email protected]> | ||
Vishal Keshav <[email protected]> | ||
Vitaliy Cherepanov <[email protected]> | ||
Vladimir Plazun <[email protected]> | ||
Vladimir Plazun <[email protected]> Vladimir Plazun/AI Tools Lab/Engineer/삼성전자 <[email protected]> | ||
Vladimir Plazun <[email protected]> Vladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <[email protected]> | ||
Yongseop Kim <[email protected]> | ||
Yuri Novikov <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
Aleksei Grebenkin <[email protected]> | ||
Andrew Tischenko <[email protected]> | ||
Andrey Shedko <[email protected]> | ||
Cheongyo Bahk <[email protected]> | ||
Chunseok Lee <[email protected]> | ||
Denis Maksimenko <[email protected]> | ||
Devansh Bansal <[email protected]> | ||
Dilshodzhon Poshshoev <[email protected]> | ||
Dmitry Mozolev <[email protected]> | ||
Efimov Alexander <[email protected]> | ||
Hanjoung Lee <[email protected]> | ||
Hyeongseok Oh <[email protected]> | ||
HyungGyu Choi <[email protected]> | ||
Hyunsik Yoon <[email protected]> | ||
Inki Dae <[email protected]> | ||
Ivan Ivanovich Kulagin <[email protected]> | ||
Ivan Vagin <[email protected]> | ||
Jiseob Jang <[email protected]> | ||
Jiyoung Yun <[email protected]> | ||
Jonghyun Park <[email protected]> | ||
Junghyun Kim <[email protected]> | ||
Kshitiz Bansal <[email protected]> | ||
Myungjae Lee <[email protected]> | ||
Pavel Fattakhov <[email protected]> | ||
Pavel Ilyutchenko <[email protected]> | ||
Prasanna R <[email protected]> | ||
Praveen Doreswamy Naidu <[email protected]> | ||
Roman Rusyaev <[email protected]> | ||
Saehie Park <[email protected]> | ||
Sanggyu Lee <[email protected]> | ||
Sangjung Woo <[email protected]> | ||
Sangmin Seo <[email protected]> | ||
Saulo Aldighieri Moraes <[email protected]> | ||
Saurav Babu <[email protected]> | ||
Seok Namkoong <[email protected]> | ||
Seongwoo Chae <[email protected]> | ||
Sergei Barannikov <[email protected]> | ||
Sergei Chicherin <[email protected]> | ||
Sergey Vostokov <[email protected]> | ||
Shubham Gupta <[email protected]> | ||
Siva Sai Vaddipati <[email protected]> | ||
Sujin Kim <[email protected]> | ||
Sung-Jae Lee <[email protected]> | ||
Sungjin Choi <[email protected]> | ||
Tanuj Tekriwal <[email protected]> | ||
Timur Otellovich Ablyazimov <[email protected]> | ||
Vishal Keshav <[email protected]> | ||
Vitaliy Cherepanov <[email protected]> | ||
Vladimir Plazun <[email protected]> | ||
Yongseop Kim <[email protected]> | ||
Yuri Novikov <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Copyright (c) <2019> <Samsung Inner Source Community> All Rights Reserved. |
Oops, something went wrong.