Imported Upstream version 1.18.0 accepted/tizen/unified/20211101.140244 submit/tizen/20211019.023737 submit/tizen/20211028.014856 upstream/1.18.0
authorChunseok Lee <chunseok.lee@samsung.com>
Tue, 19 Oct 2021 02:32:46 +0000 (11:32 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Tue, 19 Oct 2021 02:32:46 +0000 (11:32 +0900)
commit33ae5d70a1ed85d215c1293ed63afbf3517b07d5
tree9f1ace0f4760a8f7903ef15e2e92f1d1401e4b1e
parentf4cf19e579a19c5346ccb2aad55bfd251065e447
Imported Upstream version 1.18.0
504 files changed:
.ahub/tcchecker-tca/config.yaml
compiler/arser/include/arser/arser.h
compiler/arser/tests/arser.test.cpp
compiler/circle-opselector/CMakeLists.txt [new file with mode: 0644]
compiler/circle-opselector/README.md [new file with mode: 0644]
compiler/circle-opselector/driver/Driver.cpp [new file with mode: 0644]
compiler/circle-opselector/requires.cmake [new file with mode: 0644]
compiler/circle-opselector/src/Driver.test.cpp [new file with mode: 0644]
compiler/circle-opselector/src/Driver.test.h [new file with mode: 0644]
compiler/circle-opselector/src/ModuleIO.cpp [new file with mode: 0644]
compiler/circle-opselector/src/ModuleIO.h [new file with mode: 0644]
compiler/circle-opselector/src/ModuleIO.test.cpp [new file with mode: 0644]
compiler/circle-opselector/src/TestHelper.h [new file with mode: 0644]
compiler/circle-part-value-test/CMakeLists.txt
compiler/circle-partitioner/README.md
compiler/circle-quantizer/src/CircleQuantizer.cpp
compiler/circle2circle-dredd-recipe-test/test.lst
compiler/circle2circle/src/Circle2Circle.cpp
compiler/circledump/CMakeLists.txt
compiler/common-artifacts/CMakeLists.txt
compiler/enco/frontend/tflite/CMakeLists.txt
compiler/exo/CMakeLists.txt
compiler/luci-interpreter/CMakeLists.txt
compiler/luci-interpreter/README.md [new file with mode: 0644]
compiler/luci-interpreter/include/luci_interpreter/BuddyMemoryManager.h [new file with mode: 0644]
compiler/luci-interpreter/include/luci_interpreter/Interpreter.h
compiler/luci-interpreter/include/luci_interpreter/MemoryManager.h [new file with mode: 0644]
compiler/luci-interpreter/include/luci_interpreter/SimpleMemoryManager.h [new file with mode: 0644]
compiler/luci-interpreter/include/luci_interpreter/StaticMemoryManager.h [new file with mode: 0644]
compiler/luci-interpreter/include/luci_interpreter/TestMemoryManager.h [new file with mode: 0644]
compiler/luci-interpreter/include/luci_interpreter/core/Tensor.h
compiler/luci-interpreter/pal/linux/KernelsToBuild.lst [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALArgMax.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALBatchToSpaceND.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALConv2d.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALDepthToSpace.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALElu.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALL2Normalize.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALL2Pool2D.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALLeakyRelu.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALLocalResponseNormalization.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALLogSoftmax.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALMul.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALNeg.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALRelu.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALRelu6.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALResizeBilinear.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALResizeNearestNeighbor.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALSlice.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALSoftmax.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALSpaceToBatchND.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALSpaceToDepth.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALSplit.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALSub.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/pal.cmake
compiler/luci-interpreter/pal/mcu/KernelsToBuild.lst [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALArgMax.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALBatchToSpaceND.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALConv2d.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALDepthToSpace.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALElu.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALL2Normalize.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALL2Pool2D.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALLeakyRelu.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALMul.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALNeg.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALResizeBilinear.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALResizeNearestNeighbor.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALSoftmax.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALSpaceToBatchND.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALSpaceToDepth.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALSub.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/pal.cmake
compiler/luci-interpreter/src/BuddyMemoryManager.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/BuddyMemoryManager.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/CMakeLists.txt
compiler/luci-interpreter/src/Interpreter.cpp
compiler/luci-interpreter/src/SimpleMemoryManager.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/StaticMemoryManager.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/TestMemoryManager.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/core/CMakeLists.txt
compiler/luci-interpreter/src/core/Kernel.h
compiler/luci-interpreter/src/core/RuntimeGraph.cpp
compiler/luci-interpreter/src/core/RuntimeGraph.h
compiler/luci-interpreter/src/core/RuntimeModule.h
compiler/luci-interpreter/src/core/Tensor.cpp
compiler/luci-interpreter/src/kernels/Add.test.cpp
compiler/luci-interpreter/src/kernels/ArgMax.cpp
compiler/luci-interpreter/src/kernels/ArgMax.test.cpp
compiler/luci-interpreter/src/kernels/AveragePool2D.cpp
compiler/luci-interpreter/src/kernels/AveragePool2D.h
compiler/luci-interpreter/src/kernels/AveragePool2D.test.cpp
compiler/luci-interpreter/src/kernels/BatchToSpaceND.cpp
compiler/luci-interpreter/src/kernels/BatchToSpaceND.test.cpp
compiler/luci-interpreter/src/kernels/CMakeLists.txt
compiler/luci-interpreter/src/kernels/Cast.test.cpp
compiler/luci-interpreter/src/kernels/Concatenation.cpp
compiler/luci-interpreter/src/kernels/Concatenation.test.cpp
compiler/luci-interpreter/src/kernels/Conv2D.cpp
compiler/luci-interpreter/src/kernels/Conv2D.h
compiler/luci-interpreter/src/kernels/Conv2D.test.cpp
compiler/luci-interpreter/src/kernels/DepthToSpace.cpp
compiler/luci-interpreter/src/kernels/DepthToSpace.test.cpp
compiler/luci-interpreter/src/kernels/DepthwiseConv2D.cpp
compiler/luci-interpreter/src/kernels/DepthwiseConv2D.h
compiler/luci-interpreter/src/kernels/DepthwiseConv2D.test.cpp
compiler/luci-interpreter/src/kernels/Div.cpp
compiler/luci-interpreter/src/kernels/Div.test.cpp
compiler/luci-interpreter/src/kernels/Elu.cpp
compiler/luci-interpreter/src/kernels/Elu.test.cpp
compiler/luci-interpreter/src/kernels/Equal.h
compiler/luci-interpreter/src/kernels/Equal.test.cpp
compiler/luci-interpreter/src/kernels/Exp.cpp
compiler/luci-interpreter/src/kernels/Exp.test.cpp
compiler/luci-interpreter/src/kernels/Floor.test.cpp
compiler/luci-interpreter/src/kernels/FloorDiv.test.cpp
compiler/luci-interpreter/src/kernels/FullyConnected.cpp
compiler/luci-interpreter/src/kernels/FullyConnected.h
compiler/luci-interpreter/src/kernels/FullyConnected.test.cpp
compiler/luci-interpreter/src/kernels/Greater.h
compiler/luci-interpreter/src/kernels/Greater.test.cpp
compiler/luci-interpreter/src/kernels/GreaterEqual.h
compiler/luci-interpreter/src/kernels/GreaterEqual.test.cpp
compiler/luci-interpreter/src/kernels/If.cpp
compiler/luci-interpreter/src/kernels/If.test.cpp
compiler/luci-interpreter/src/kernels/InstanceNorm.test.cpp
compiler/luci-interpreter/src/kernels/L2Normalize.cpp
compiler/luci-interpreter/src/kernels/L2Normalize.test.cpp
compiler/luci-interpreter/src/kernels/L2Pool2D.cpp
compiler/luci-interpreter/src/kernels/L2Pool2D.test.cpp
compiler/luci-interpreter/src/kernels/LeakyRelu.cpp
compiler/luci-interpreter/src/kernels/LeakyRelu.test.cpp
compiler/luci-interpreter/src/kernels/Less.h
compiler/luci-interpreter/src/kernels/Less.test.cpp
compiler/luci-interpreter/src/kernels/LessEqual.h
compiler/luci-interpreter/src/kernels/LessEqual.test.cpp
compiler/luci-interpreter/src/kernels/LocalResponseNormalization.cpp
compiler/luci-interpreter/src/kernels/LocalResponseNormalization.test.cpp
compiler/luci-interpreter/src/kernels/LogSoftmax.cpp
compiler/luci-interpreter/src/kernels/LogSoftmax.test.cpp
compiler/luci-interpreter/src/kernels/LogicalAnd.test.cpp
compiler/luci-interpreter/src/kernels/LogicalNot.test.cpp
compiler/luci-interpreter/src/kernels/LogicalOr.cpp
compiler/luci-interpreter/src/kernels/LogicalOr.test.cpp
compiler/luci-interpreter/src/kernels/Logistic.cpp
compiler/luci-interpreter/src/kernels/Logistic.test.cpp
compiler/luci-interpreter/src/kernels/MaxPool2D.test.cpp
compiler/luci-interpreter/src/kernels/Maximum.test.cpp
compiler/luci-interpreter/src/kernels/Mean.cpp
compiler/luci-interpreter/src/kernels/Mean.h
compiler/luci-interpreter/src/kernels/Mean.test.cpp
compiler/luci-interpreter/src/kernels/Minimum.test.cpp
compiler/luci-interpreter/src/kernels/MirrorPad.cpp
compiler/luci-interpreter/src/kernels/MirrorPad.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Mul.cpp
compiler/luci-interpreter/src/kernels/Mul.test.cpp
compiler/luci-interpreter/src/kernels/Neg.cpp
compiler/luci-interpreter/src/kernels/Neg.test.cpp
compiler/luci-interpreter/src/kernels/NotEqual.h
compiler/luci-interpreter/src/kernels/NotEqual.test.cpp
compiler/luci-interpreter/src/kernels/PRelu.cpp
compiler/luci-interpreter/src/kernels/PRelu.h
compiler/luci-interpreter/src/kernels/PRelu.test.cpp
compiler/luci-interpreter/src/kernels/Pack.test.cpp
compiler/luci-interpreter/src/kernels/Pad.cpp
compiler/luci-interpreter/src/kernels/Pad.test.cpp
compiler/luci-interpreter/src/kernels/PadV2.cpp
compiler/luci-interpreter/src/kernels/PadV2.test.cpp
compiler/luci-interpreter/src/kernels/Pow.test.cpp
compiler/luci-interpreter/src/kernels/Relu.cpp
compiler/luci-interpreter/src/kernels/Relu.test.cpp
compiler/luci-interpreter/src/kernels/Relu6.cpp
compiler/luci-interpreter/src/kernels/Relu6.test.cpp
compiler/luci-interpreter/src/kernels/Reshape.test.cpp
compiler/luci-interpreter/src/kernels/ResizeBilinear.cpp
compiler/luci-interpreter/src/kernels/ResizeBilinear.test.cpp
compiler/luci-interpreter/src/kernels/ResizeNearestNeighbor.cpp
compiler/luci-interpreter/src/kernels/ResizeNearestNeighbor.test.cpp
compiler/luci-interpreter/src/kernels/ReverseV2.test.cpp
compiler/luci-interpreter/src/kernels/Rsqrt.test.cpp
compiler/luci-interpreter/src/kernels/Slice.cpp
compiler/luci-interpreter/src/kernels/Slice.test.cpp
compiler/luci-interpreter/src/kernels/Softmax.cpp
compiler/luci-interpreter/src/kernels/Softmax.test.cpp
compiler/luci-interpreter/src/kernels/SpaceToBatchND.cpp
compiler/luci-interpreter/src/kernels/SpaceToBatchND.test.cpp
compiler/luci-interpreter/src/kernels/SpaceToDepth.cpp
compiler/luci-interpreter/src/kernels/SpaceToDepth.test.cpp
compiler/luci-interpreter/src/kernels/Split.cpp
compiler/luci-interpreter/src/kernels/Split.test.cpp
compiler/luci-interpreter/src/kernels/SplitV.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/SplitV.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/SplitV.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Sqrt.test.cpp
compiler/luci-interpreter/src/kernels/Square.test.cpp
compiler/luci-interpreter/src/kernels/SquaredDifference.test.cpp
compiler/luci-interpreter/src/kernels/Squeeze.test.cpp
compiler/luci-interpreter/src/kernels/StridedSlice.cpp
compiler/luci-interpreter/src/kernels/StridedSlice.test.cpp
compiler/luci-interpreter/src/kernels/Sub.cpp
compiler/luci-interpreter/src/kernels/Sub.test.cpp
compiler/luci-interpreter/src/kernels/Tanh.cpp
compiler/luci-interpreter/src/kernels/Tanh.test.cpp
compiler/luci-interpreter/src/kernels/TestUtils.cpp
compiler/luci-interpreter/src/kernels/TestUtils.h
compiler/luci-interpreter/src/kernels/Transpose.cpp
compiler/luci-interpreter/src/kernels/Transpose.test.cpp
compiler/luci-interpreter/src/kernels/TransposeConv.cpp
compiler/luci-interpreter/src/kernels/TransposeConv.h
compiler/luci-interpreter/src/kernels/TransposeConv.test.cpp
compiler/luci-interpreter/src/kernels/Unpack.test.cpp
compiler/luci-interpreter/src/kernels/Utils.cpp
compiler/luci-interpreter/src/kernels/While.cpp
compiler/luci-interpreter/src/kernels/While.test.cpp
compiler/luci-interpreter/src/loader/CMakeLists.txt
compiler/luci-interpreter/src/loader/GraphLoader.cpp
compiler/luci-interpreter/src/loader/GraphLoader.h
compiler/luci-interpreter/src/loader/KernelBuilder.cpp
compiler/luci-interpreter/src/loader/KernelBuilder.h
compiler/luci-interpreter/src/loader/KernelBuilder.test.cpp
compiler/luci-interpreter/src/loader/KernelBuilderHelper.h
compiler/luci-interpreter/src/loader/ModuleLoader.cpp
compiler/luci-interpreter/src/loader/ModuleLoader.h
compiler/luci-interpreter/src/loader/nodes/Add.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/ArgMax.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/AveragePool2D.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/BatchToSpaceND.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Builders.h [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Cast.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Concatenation.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Conv2D.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/DepthToSpace.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/DepthwiseConv2D.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Div.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Elu.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Equal.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Exp.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Floor.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/FloorDiv.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/FullyConnected.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Greater.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/GreaterEqual.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/If.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/InstanceNorm.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/L2Normalize.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/L2Pool2D.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/LeakyRelu.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Less.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/LessEqual.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/LocalResponseNormalization.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/LogSoftmax.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/LogicalAnd.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/LogicalNot.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/LogicalOr.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Logistic.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/MaxPool2D.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Maximum.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Mean.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Minimum.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/MirrorPad.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Mul.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Neg.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/NotEqual.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/PRelu.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Pack.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Pad.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/PadV2.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Pow.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Relu.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Relu6.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Reshape.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/ResizeBilinear.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/ResizeNearestNeighbor.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/ReverseV2.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Rsqrt.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Slice.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Softmax.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/SpaceToBatchND.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/SpaceToDepth.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Split.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/SplitV.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Sqrt.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Square.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/SquaredDifference.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Squeeze.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/StridedSlice.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Sub.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Tanh.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Transpose.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/TransposeConv.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Unpack.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/While.cpp [new file with mode: 0644]
compiler/luci-micro/CMakeLists.txt [new file with mode: 0644]
compiler/luci-micro/README.md [new file with mode: 0644]
compiler/luci-micro/requires.cmake [new file with mode: 0644]
compiler/luci-micro/standalone/CMakeLists.txt [new file with mode: 0644]
compiler/luci-micro/standalone/Toolchain.cmake [new file with mode: 0644]
compiler/luci-pass-value-test/CMakeLists.txt
compiler/luci-value-test/CMakeLists.txt
compiler/luci-value-test/README.md
compiler/luci-value-test/luci_eval_verifier.py
compiler/luci/CMakeLists.txt
compiler/luci/env/CMakeLists.txt
compiler/luci/env/include/luci/UserSettings.h
compiler/luci/env/src/UserSettings.cpp
compiler/luci/env/src/UserSettings.test.cpp
compiler/luci/export/CMakeLists.txt
compiler/luci/export/src/CircleExportMetadata.cpp
compiler/luci/export/src/CircleOperationExporter.cpp
compiler/luci/export/src/SerializedData.h
compiler/luci/import/CMakeLists.txt
compiler/luci/import/src/CircleImportMetadata.cpp
compiler/luci/import/src/CircleImportMetadata.h
compiler/luci/import/src/Importer.cpp
compiler/luci/lang/CMakeLists.txt
compiler/luci/lang/include/luci/IR/ExecutionPlanTable.h [new file with mode: 0644]
compiler/luci/log/CMakeLists.txt
compiler/luci/logex/CMakeLists.txt
compiler/luci/partition/CMakeLists.txt
compiler/luci/pass/CMakeLists.txt
compiler/luci/pass/include/luci/CircleOptimizer.h
compiler/luci/pass/include/luci/Pass/ExpandBroadcastConstPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/FoldDepthwiseConv2DPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/ForceQuantParamPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/FuseAddWithFullyConnectedPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/QuantizeDequantizeWeightsPass.h
compiler/luci/pass/include/luci/Pass/QuantizeWithMinMaxPass.h
compiler/luci/pass/include/luci/Pass/SubstituteSplitVToSplitPass.h [new file with mode: 0644]
compiler/luci/pass/src/CircleOptimizer.cpp
compiler/luci/pass/src/CircleOptimizer.test.cpp
compiler/luci/pass/src/ConvertNCHWToNHWCPass.cpp
compiler/luci/pass/src/ConvertNCHWToNHWCPass.test.cpp
compiler/luci/pass/src/ExpandBroadcastConstPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/ExpandBroadcastConstPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/FoldDepthwiseConv2DPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/FoldDepthwiseConv2DPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/ForceQuantParamPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/ForceQuantParamPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/FuseAddWithFullyConnectedPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/FuseAddWithFullyConnectedPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/PropagateQuantParamPass.cpp
compiler/luci/pass/src/QuantizeDequantizeWeightsPass.cpp
compiler/luci/pass/src/QuantizeWithMinMaxPass.cpp
compiler/luci/pass/src/QuantizedModelVerifier.test.cpp
compiler/luci/pass/src/ResolveCustomOpAddPass.cpp
compiler/luci/pass/src/ResolveCustomOpBatchMatMulPass.cpp
compiler/luci/pass/src/ResolveCustomOpBatchMatMulPass.test.cpp
compiler/luci/pass/src/ResolveCustomOpMatMulPass.cpp
compiler/luci/pass/src/ResolveCustomOpMaxPoolWithArgmaxPass.cpp
compiler/luci/pass/src/SubstituteSplitVToSplitPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/SubstituteSplitVToSplitPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/SubstituteSqueezeToReshapePass.cpp
compiler/luci/pass/src/VerifyQuantizedNodeChannelWiseGranularity.h
compiler/luci/pass/src/VerifyQuantizedNodeLayerWiseGranularity.h
compiler/luci/pass/src/VerifyQuantizedNodeS16Type.h
compiler/luci/pass/src/VerifyQuantizedNodeU8Type.h
compiler/luci/plan/CMakeLists.txt [new file with mode: 0644]
compiler/luci/plan/include/luci/Plan/CircleNodeExecutionPlan.h [new file with mode: 0644]
compiler/luci/plan/src/CircleNodeExecutionPlan.cpp [new file with mode: 0644]
compiler/luci/profile/CMakeLists.txt
compiler/luci/requires.cmake
compiler/luci/service/CMakeLists.txt
compiler/luci/service/src/CircleTypeInferenceRule.cpp
compiler/mio-circle/CMakeLists.txt
compiler/mio-tflite/CMakeLists.txt
compiler/mio-tflite260/CMakeLists.txt [new file with mode: 0644]
compiler/mio-tflite260/README.md [new file with mode: 0644]
compiler/mio-tflite260/example.cpp [new file with mode: 0644]
compiler/mir/src/mir_tflite_importer/CMakeLists.txt
compiler/one-cmds/CMakeLists.txt
compiler/one-cmds/conv_mixin_1.8.0.patch [deleted file]
compiler/one-cmds/how-to-use-one-commands.txt
compiler/one-cmds/one-codegen
compiler/one-cmds/one-prepare-venv
compiler/one-cmds/one-profile
compiler/one-cmds/one-quantize
compiler/one-cmds/tests/one-import_neg_002.test
compiler/one-cmds/tests/one-import_neg_006.test
compiler/one-cmds/tests/one-quantize_005.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_006.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_neg_018.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_022.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_022.test [new file with mode: 0644]
compiler/one-cmds/tests/prepare_test_materials.sh
compiler/one-cmds/utils.py
compiler/pota-quantization-value-test/CMakeLists.txt
compiler/pota-quantization-value-test/requires.cmake
compiler/tfl-inspect/CMakeLists.txt
compiler/tfl-inspect/requires.cmake
compiler/tfl-inspect/src/Reader.cpp
compiler/tfl-inspect/src/Reader.h
compiler/tfl-verify/CMakeLists.txt
compiler/tfl-verify/requires.cmake
compiler/tflchef/CMakeLists.txt
compiler/tflchef/core/CMakeLists.txt
compiler/tflchef/core/src/CustomOp/AddV2.cpp
compiler/tflchef/core/src/CustomOp/All.cpp
compiler/tflchef/core/src/CustomOp/BatchMatMulV2.cpp
compiler/tflchef/core/src/CustomOp/BroadcastTo.cpp
compiler/tflchef/core/src/CustomOp/MatMul.cpp
compiler/tflchef/core/src/CustomOp/MatrixBandPart.cpp
compiler/tflchef/core/src/CustomOp/MaxPoolWithArgmax.cpp
compiler/tflchef/core/src/ModelChef.cpp
compiler/tflchef/requires.cmake
compiler/tflchef/tflite/CMakeLists.txt
compiler/tflchef/tflite/src/TFliteImport.cpp
compiler/tflchef/tflite/src/TFliteImport.h
compiler/tfldump/CMakeLists.txt
compiler/tfldump/requires.cmake
compiler/tfldump/src/Dump.cpp
compiler/tfldump/src/Read.cpp
compiler/tfldump/src/Read.h
compiler/tflite2circle/CMakeLists.txt
compiler/tflite2circle/driver/Driver.cpp
compiler/tflite2circle/include/CircleModel.h
compiler/tflite2circle/include/TFLModel.h
compiler/tflite2circle/requires.cmake
compiler/tflite2circle/src/CircleModel.cpp
compiler/tflite2circle/src/TFLModel.cpp
compiler/vconone/CMakeLists.txt
compute/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
compute/ARMComputeEx/src/core/CL/cl_kernels/topkv2_radixsort.cl [deleted file]
docs/conf.py
docs/release/1.18/index.rst [new file with mode: 0644]
docs/release/1.18/release-note-1.18.0.md [new file with mode: 0644]
infra/cmake/modules/ExternalSourceTools.cmake
infra/cmake/packages/CMSISSource-5.8.0/CMSISSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/CMSISSource-5.8.0/CMSISSourceConfigVersion.cmake [new file with mode: 0644]
infra/cmake/packages/FlatBuffers-1.10/FlatBuffersConfig.cmake [new file with mode: 0644]
infra/cmake/packages/FlatBuffers-1.10/FlatBuffersConfigVersion.cmake [new file with mode: 0644]
infra/cmake/packages/FlatBuffers-1.12/FlatBuffersConfig.cmake [new file with mode: 0644]
infra/cmake/packages/FlatBuffers-1.12/FlatBuffersConfigVersion.cmake [new file with mode: 0644]
infra/cmake/packages/FlatBuffersConfig.cmake
infra/cmake/packages/MbedOSSource-6.15/MbedOSSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/MbedOSSource-6.15/MbedOSSourceConfigVersion.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowEigenSource-2.6.0/TensorFlowEigenSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowEigenSource-2.6.0/TensorFlowEigenSourceConfigVersion.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowGEMMLowpSource-2.6.0/TensorFlowGEMMLowpSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowGEMMLowpSource-2.6.0/TensorFlowGEMMLowpSourceConfigVersion.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowRuySource-2.6.0/TensorFlowRuySourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowRuySource-2.6.0/TensorFlowRuySourceConfigVersion.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowSource-2.6.0/TensorFlowSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowSource-2.6.0/TensorFlowSourceConfigVersion.cmake [new file with mode: 0644]
infra/debian/compiler/changelog
infra/debian/compiler/one-compiler.install
infra/debian/compiler/one-compiler.links
infra/debian/compiler/rules
infra/debian/runtime/changelog
infra/nncc/CMakeLists.txt
infra/nncc/command/utcount
infra/packaging/build
infra/packaging/preset/20210910 [new file with mode: 0644]
infra/packaging/preset/20210910_windows [new file with mode: 0644]
infra/packaging/res/tf2nnpkg.20210910 [new file with mode: 0644]
infra/scripts/compiler_modules.sh
infra/scripts/docker_collect_nnpkg_resources.sh
packaging/nnfw.spec
res/TensorFlowLiteRecipes/PadV2_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/PadV2_001/test.rule [new file with mode: 0644]
res/TensorFlowLiteSchema/2.6.0/schema.fbs [new file with mode: 0644]
res/TensorFlowLiteSchema/SCHEMA.lst
runtime/contrib/android/api/build.gradle
runtime/libs/ndarray/CMakeLists.txt [new file with mode: 0644]
runtime/libs/ndarray/example/CMakeLists.txt [new file with mode: 0644]
runtime/libs/ndarray/example/example_array.cpp [new file with mode: 0644]
runtime/libs/ndarray/example/example_no_array.cpp [new file with mode: 0644]
runtime/libs/ndarray/include/ndarray/Array.h [new file with mode: 0644]
runtime/libs/ndarray/include/ndarray/Common.h [new file with mode: 0644]
runtime/libs/ndarray/include/ndarray/ContiguousSpan.h [new file with mode: 0644]
runtime/libs/ndarray/include/ndarray/Shape.h [new file with mode: 0644]
runtime/libs/ndarray/src/Array.cpp [new file with mode: 0644]
runtime/libs/ndarray/src/ContiguousSpan.cpp [new file with mode: 0644]
runtime/libs/ndarray/src/detail/cxx14.h [new file with mode: 0644]
runtime/libs/ndarray/test/CMakeLists.txt [new file with mode: 0644]
runtime/libs/ndarray/test/ndarray_test.cpp [new file with mode: 0644]
runtime/onert/api/include/nnfw_version.h
runtime/onert/backend/cpu/CMakeLists.txt
runtime/onert/backend/cpu/KernelGenerator.cc
runtime/onert/backend/cpu/KernelGenerator.h
runtime/onert/backend/cpu/ops/DetectionPostProcessLayer.cc [new file with mode: 0644]
runtime/onert/backend/cpu/ops/DetectionPostProcessLayer.h [new file with mode: 0644]
runtime/onert/core/include/compiler/StaticShapeInferer.h
runtime/onert/core/include/exec/DynamicShapeInferer.h
runtime/onert/core/include/ir/Operations.Include.h
runtime/onert/core/include/ir/Operations.lst
runtime/onert/core/include/ir/operation/DetectionPostProcess.h [new file with mode: 0644]
runtime/onert/core/src/compiler/StaticShapeInferer.cc
runtime/onert/core/src/exec/DynamicShapeInferer.cc
runtime/onert/core/src/ir/OperationValidator.cc
runtime/onert/core/src/ir/OperationValidator.h
runtime/onert/core/src/ir/operation/DetectionPostProcess.cc [new file with mode: 0644]
runtime/onert/frontend/base_loader/include/base_loader.h
tests/nnfw_api/src/CircleGen.cc
tests/nnfw_api/src/CircleGen.h
tests/nnfw_api/src/one_op_tests/ArgMinMax.cc
tests/nnfw_api/src/one_op_tests/AveragePool2D.cc
tests/nnfw_api/src/one_op_tests/Concat.cc
tests/nnfw_api/src/one_op_tests/DepthToSpace.cc
tests/nnfw_api/src/one_op_tests/DepthwiseConv2D.cc
tests/nnfw_api/src/one_op_tests/DetectionPostProcess.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/Pad.cc
tests/nnfw_api/src/one_op_tests/Slice.cc
tests/nnfw_api/src/one_op_tests/Softmax.cc
tools/release_tool/onert_version.sh