Imported Upstream version 1.19.0 accepted/tizen/unified/20211116.130520 submit/tizen/20211115.015830 upstream/1.19.0
authorChunseok Lee <chunseok.lee@samsung.com>
Mon, 15 Nov 2021 01:54:00 +0000 (10:54 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Mon, 15 Nov 2021 01:54:00 +0000 (10:54 +0900)
commitac6e4dd7b480e83b586ef533d7b29a8a97eb48fe
tree70fc4849fbc296ef037f57bf7f678882530cf3de
parent33ae5d70a1ed85d215c1293ed63afbf3517b07d5
Imported Upstream version 1.19.0
109 files changed:
.ahub/tcchecker-tca/config.yaml
.gitattributes
.github/workflows/check-format.yml [new file with mode: 0644]
.github/workflows/check-pr-commit.yml [new file with mode: 0644]
compiler/circle-execution-plan/CMakeLists.txt [new file with mode: 0644]
compiler/circle-execution-plan/README.md [new file with mode: 0644]
compiler/circle-execution-plan/requires.cmake [new file with mode: 0644]
compiler/circle-execution-plan/src/CircleExecutionPlan.cpp [new file with mode: 0644]
compiler/circle-execution-plan/src/ExecutionPlanner.cpp [new file with mode: 0644]
compiler/circle-execution-plan/src/ExecutionPlanner.h [new file with mode: 0644]
compiler/circle-quantizer/src/CircleQuantizer.cpp
compiler/luci-interpreter/pal/cmsisnn/KernelsToBuild.lst [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALArgMax.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALBatchToSpaceND.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALConv2d.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALDepthToSpace.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALElu.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALL2Normalize.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALL2Pool2D.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALLeakyRelu.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALMul.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALNeg.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALResizeBilinear.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALResizeNearestNeighbor.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALSoftmax.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALSpaceToBatchND.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALSpaceToDepth.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALSub.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/pal.cmake [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Conv2D.cpp
compiler/luci-interpreter/src/kernels/Conv2D.test.cpp
compiler/luci-interpreter/src/kernels/Utils.cpp
compiler/luci-interpreter/src/loader/CMakeLists.txt
compiler/luci-interpreter/src/loader/GraphLoader.cpp
compiler/luci-interpreter/src/loader/nodes/Conv2D.cpp
compiler/luci-micro/CMakeLists.txt
compiler/luci-micro/standalone/Toolchain.cmake [deleted file]
compiler/luci/CMakeLists.txt
compiler/luci/env/CMakeLists.txt
compiler/luci/export/CMakeLists.txt
compiler/luci/export/src/CircleExporter.test.cpp [new file with mode: 0644]
compiler/luci/import/CMakeLists.txt
compiler/luci/import/include/luci/Import/CircleReader.h
compiler/luci/import/src/CircleReader.cpp
compiler/luci/import/src/CircleReader.test.cpp [new file with mode: 0644]
compiler/luci/import/src/Importer.cpp
compiler/luci/import/src/Importer.test.cpp
compiler/luci/lang/CMakeLists.txt
compiler/luci/log/CMakeLists.txt
compiler/luci/log/include/luci/Log.h
compiler/luci/log/src/Log.cpp
compiler/luci/logex/CMakeLists.txt
compiler/luci/partition/CMakeLists.txt
compiler/luci/partition/src/PartitionMerge.cpp
compiler/luci/partition/src/PartitionPGroups.cpp
compiler/luci/pass/CMakeLists.txt
compiler/luci/pass/include/luci/CircleOptimizer.h
compiler/luci/pass/include/luci/Pass/QuantizeWithMinMaxPass.h
compiler/luci/pass/src/CircleOptimizer.cpp
compiler/luci/pass/src/FuseActivationFunctionPass.cpp
compiler/luci/pass/src/FuseActivationFunctionPass.test.cpp
compiler/luci/pass/src/QuantizeWithMinMaxPass.cpp
compiler/luci/plan/CMakeLists.txt
compiler/luci/plan/src/CircleNodeExecutionPlan.test.cpp [new file with mode: 0644]
compiler/luci/profile/CMakeLists.txt
compiler/luci/service/CMakeLists.txt
compiler/one-cmds/one-build
compiler/one-cmds/one-optimize
compiler/one-cmds/one-quantize
compiler/one-cmds/tests/OONE-BUILD_014.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-build_014.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-build_014.test [new file with mode: 0644]
compiler/one-cmds/tests/one-build_neg_007.test [new file with mode: 0644]
compiler/one-cmds/tests/one-build_neg_008.test [new file with mode: 0644]
compiler/one-cmds/tests/one-build_neg_009.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_007.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_008.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_neg_019.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_023.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_023.test [new file with mode: 0644]
compiler/one-cmds/utils.py
compiler/tflchef/core/src/ModelChef.cpp
compiler/tflchef/proto/tflchef.proto
compiler/tflchef/tests/signature_def_index/test.recipe [new file with mode: 0644]
compiler/tflchef/tests/signature_def_name/test.recipe [new file with mode: 0644]
compiler/tfldump/src/Dump.cpp
compiler/tflite2circle/driver/Driver.cpp
compiler/tflite2circle/include/CircleModel.h
compiler/tflite2circle/src/CircleModel.cpp
compiler/vconone/CMakeLists.txt
docs/conf.py
docs/release/1.19/index.rst [new file with mode: 0644]
docs/release/1.19/release-note-1.19.0.md [new file with mode: 0644]
infra/cmake/packages/CMSISSource-5.8.0/CMSISSourceConfig.cmake
infra/cmake/packages/FlatBuffers-1.10/FlatBuffersConfig.cmake
infra/cmake/packages/FlatBuffers-1.12/FlatBuffersConfig.cmake
infra/cmake/packages/FlatBuffersConfig.cmake
infra/cmake/packages/MbedOSSource-6.15/MbedOSSourceConfig.cmake
infra/debian/compiler/changelog
infra/debian/runtime/changelog
infra/nncc/cmake/buildtool/config/arm-none-eabi-gcc.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/ARMComputeConfig.cmake
packaging/nnfw.spec
res/TensorFlowLiteRecipes/Conv2D_005/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_Tanh_FC_nobias/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/SignatureDef_MultiOut_000/test.recipe [new file with mode: 0644]
runtime/contrib/android/api/build.gradle
runtime/onert/api/include/nnfw_version.h
runtime/onert/test/core/compiler/HEScheduler.cc