Imported Upstream version 1.22.0 upstream/1.22.0
authorHyeongseok Oh <hseok82.oh@samsung.com>
Wed, 12 Apr 2023 06:42:02 +0000 (15:42 +0900)
committerHyeongseok Oh <hseok82.oh@samsung.com>
Wed, 12 Apr 2023 06:42:02 +0000 (15:42 +0900)
commit323663bb115ef625642391a5a8e9b35fee8b2ae3
tree17e2a6b91535e6f53f4cacda5e4db6aa0303dd22
parentc690d52bdd137ed6a17353aa7af35e8141ece77b
Imported Upstream version 1.22.0
1700 files changed:
.ahub/tcchecker-tca/config.yaml
.gitattributes
.github/workflows/check-format.yml
.github/workflows/check-pr-commit.yml
.github/workflows/deploy-github-pages.yml [new file with mode: 0644]
Makefile.template
compiler/CMakeLists.txt
compiler/circle-eval-diff/src/InputDataLoader.cpp
compiler/circle-execution-plan/CMakeLists.txt
compiler/circle-execution-plan/pal/TargetPlatform.h
compiler/circle-execution-plan/src/CircleExecutionPlan.cpp
compiler/circle-execution-plan/src/ExecutionPlanner.cpp
compiler/circle-execution-plan/src/ExecutionPlanner.h
compiler/circle-inspect/driver/Driver.cpp
compiler/circle-inspect/src/Dump.cpp
compiler/circle-inspect/src/Dump.h
compiler/circle-interpreter-test/CMakeLists.txt [new file with mode: 0644]
compiler/circle-interpreter-test/README.md [new file with mode: 0644]
compiler/circle-interpreter-test/requires.cmake [new file with mode: 0644]
compiler/circle-interpreter-test/src/circle-interpreter.test.cpp [new file with mode: 0644]
compiler/circle-interpreter/src/CircleInterpreter.cpp
compiler/circle-mpqsolver/CMakeLists.txt [new file with mode: 0644]
compiler/circle-mpqsolver/README.md [new file with mode: 0644]
compiler/circle-mpqsolver/requires.cmake [new file with mode: 0644]
compiler/circle-mpqsolver/src/CircleMPQSolver.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/MPQSolver.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/MPQSolver.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/BisectionSolver.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/BisectionSolver.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/DepthParameterizer.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/DepthParameterizer.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/DepthParameterizer.test.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/ErrorApproximator.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/ErrorApproximator.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/ErrorApproximator.test.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/ErrorMetric.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/ErrorMetric.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/Evaluator.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/Evaluator.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/Quantizer.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/Quantizer.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/Quantizer.test.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/TestHelper.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/VISQErrorApproximator.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/bisection/VISQErrorApproximator.h [new file with mode: 0644]
compiler/circle-operator-test/src/circle-operator.test.cpp
compiler/circle-opselector/CMakeLists.txt
compiler/circle-opselector/driver/Driver.cpp
compiler/circle-opselector/src/Driver.test.cpp [deleted file]
compiler/circle-opselector/src/Driver.test.h [deleted file]
compiler/circle-opselector/src/OpSelector.cpp [new file with mode: 0644]
compiler/circle-opselector/src/OpSelector.h [new file with mode: 0644]
compiler/circle-opselector/src/OpSelector.test.cpp [new file with mode: 0644]
compiler/circle-opselector/src/SelectType.h [new file with mode: 0644]
compiler/circle-part-value-test/CMakeLists.txt
compiler/circle-quantizer-dredd-recipe-test/CMakeLists.txt
compiler/circle-quantizer-dredd-recipe-test/README.md
compiler/circle-quantizer-dredd-recipe-test/test.lst
compiler/circle-quantizer/src/CircleQuantizer.cpp
compiler/circle2circle-dredd-recipe-test/README.md
compiler/circle2circle-dredd-recipe-test/test.lst
compiler/circle2circle-dredd-recipe-test/testall.sh
compiler/circle2circle/src/Circle2Circle.cpp
compiler/common-artifacts/CMakeLists.txt
compiler/common-artifacts/exclude.lst
compiler/dalgona-test/.gitignore [new file with mode: 0644]
compiler/dalgona-test/CMakeLists.txt [new file with mode: 0644]
compiler/dalgona-test/GenH5RandomInputs.py [new file with mode: 0644]
compiler/dalgona-test/RandomDataGenerator.py [new file with mode: 0644]
compiler/dalgona-test/SingleOperatorTest.py [new file with mode: 0644]
compiler/dalgona-test/TestSingleOp.sh [new file with mode: 0755]
compiler/dalgona-test/TestUtil.py [new file with mode: 0644]
compiler/dalgona-test/requires.cmake [new file with mode: 0644]
compiler/dalgona-test/test.lst [new file with mode: 0644]
compiler/dalgona/CMakeLists.txt [new file with mode: 0644]
compiler/dalgona/README.md [new file with mode: 0644]
compiler/dalgona/analysis/AnalysisTemplate.py [new file with mode: 0644]
compiler/dalgona/driver/Driver.cpp [new file with mode: 0644]
compiler/dalgona/include/Dalgona.h [new file with mode: 0644]
compiler/dalgona/include/PythonHooks.h [new file with mode: 0644]
compiler/dalgona/requires.cmake [new file with mode: 0644]
compiler/dalgona/src/Dalgona.cpp [new file with mode: 0644]
compiler/dalgona/src/PostOperatorHook.h [new file with mode: 0644]
compiler/dalgona/src/PreOperatorHook.h [new file with mode: 0644]
compiler/dalgona/src/PythonHooks.cpp [new file with mode: 0644]
compiler/dalgona/src/RandomUtils.cpp [new file with mode: 0644]
compiler/dalgona/src/RandomUtils.h [new file with mode: 0644]
compiler/dalgona/src/RandomUtils.test.cpp [new file with mode: 0644]
compiler/dalgona/src/StringUtils.cpp [new file with mode: 0644]
compiler/dalgona/src/StringUtils.h [new file with mode: 0644]
compiler/dalgona/src/StringUtils.test.cpp [new file with mode: 0644]
compiler/dalgona/src/Utils.cpp [new file with mode: 0644]
compiler/dalgona/src/Utils.h [new file with mode: 0644]
compiler/dredd-rule-lib/rule-lib.sh
compiler/loco/include/loco/IR/Graph.h
compiler/loco/src/IR/Graph.test.cpp
compiler/locomotiv/src/Node/TensorBroadcast.cpp
compiler/locomotiv/src/Node/TensorConstantPad.cpp
compiler/luci-compute/CMakeLists.txt [new file with mode: 0644]
compiler/luci-compute/README.md [new file with mode: 0644]
compiler/luci-eval-driver/CMakeLists.txt
compiler/luci-eval-driver/requires.cmake
compiler/luci-eval-driver/src/EvalDriver.cpp
compiler/luci-interpreter/pal/cmsisnn/KernelsToBuild.lst
compiler/luci-interpreter/pal/cmsisnn/PALBatchToSpaceND.h
compiler/luci-interpreter/pal/linux/KernelsToBuild.lst
compiler/luci-interpreter/pal/mcu/KernelsToBuild.lst
compiler/luci-interpreter/pal/mcu/PALBatchToSpaceND.h
compiler/luci-interpreter/src/BuddyMemoryManager.cpp
compiler/luci-interpreter/src/core/KernelParams.h
compiler/luci-interpreter/src/kernels/Abs.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Abs.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Abs.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/ReduceProd.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/ReduceProd.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/ReduceProd.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/SVDF.cpp
compiler/luci-interpreter/src/kernels/Tanh.cpp
compiler/luci-interpreter/src/kernels/TestUtils.h
compiler/luci-interpreter/src/kernels/TransposeConv.cpp
compiler/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Utils.cpp
compiler/luci-interpreter/src/kernels/Utils.h
compiler/luci-interpreter/src/loader/GraphLoader.cpp
compiler/luci-interpreter/src/loader/KernelBuilder.cpp
compiler/luci-interpreter/src/loader/nodes/Abs.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/ReduceProd.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/UnidirectionalSequenceLSTM.cpp [new file with mode: 0644]
compiler/luci-micro/CMakeLists.txt [deleted file]
compiler/luci-micro/luci-interpreter/CMakeLists.txt [deleted file]
compiler/luci-micro/luci-interpreter/include/luci_interpreter/BuddyMemoryManager.h [deleted file]
compiler/luci-micro/luci-interpreter/include/luci_interpreter/GraphBuilderRegistry.h [deleted file]
compiler/luci-micro/luci-interpreter/include/luci_interpreter/Interpreter.h [deleted file]
compiler/luci-micro/luci-interpreter/include/luci_interpreter/MemoryManager.h [deleted file]
compiler/luci-micro/luci-interpreter/include/luci_interpreter/SimpleMemoryManager.h [deleted file]
compiler/luci-micro/luci-interpreter/include/luci_interpreter/StaticMemoryManager.h [deleted file]
compiler/luci-micro/luci-interpreter/include/luci_interpreter/TestMemoryManager.h [deleted file]
compiler/luci-micro/luci-interpreter/include/luci_interpreter/core/DataType.h [deleted file]
compiler/luci-micro/luci-interpreter/include/luci_interpreter/core/Tensor.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/KernelsToBuild.lst [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALBatchToSpaceND.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALConv2d.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALDepthwiseConv2d.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALDequantize.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALQuantize.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALResizeBilinear.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALResizeNearestNeighbor.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALSVDF.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALSpaceToBatchND.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/cmsisnn/pal.cmake [deleted file]
compiler/luci-micro/luci-interpreter/pal/linux/KernelsToBuild.lst [deleted file]
compiler/luci-micro/luci-interpreter/pal/linux/PALSVDF.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/linux/pal.cmake [deleted file]
compiler/luci-micro/luci-interpreter/pal/mcu/KernelsToBuild.lst [deleted file]
compiler/luci-micro/luci-interpreter/pal/mcu/PALBatchToSpaceND.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/mcu/PALConv2d.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/mcu/PALDequantize.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/mcu/PALQuantize.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/mcu/PALSVDF.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/mcu/PALSoftmax.h [deleted file]
compiler/luci-micro/luci-interpreter/pal/mcu/pal.cmake [deleted file]
compiler/luci-micro/luci-interpreter/requires.cmake [deleted file]
compiler/luci-micro/luci-interpreter/src/BuddyMemoryManager.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/BuddyMemoryManager.test.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/CMakeLists.txt [deleted file]
compiler/luci-micro/luci-interpreter/src/Interpreter.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/SimpleMemoryManager.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/StaticMemoryManager.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/TestMemoryManager.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/core/CMakeLists.txt [deleted file]
compiler/luci-micro/luci-interpreter/src/core/EventNotifier.h [deleted file]
compiler/luci-micro/luci-interpreter/src/core/Kernel.h [deleted file]
compiler/luci-micro/luci-interpreter/src/core/KernelParams.h [deleted file]
compiler/luci-micro/luci-interpreter/src/core/RuntimeGraph.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/core/RuntimeGraph.h [deleted file]
compiler/luci-micro/luci-interpreter/src/core/RuntimeModule.h [deleted file]
compiler/luci-micro/luci-interpreter/src/core/Tensor.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/import/CMakeLists.txt [deleted file]
compiler/luci-micro/luci-interpreter/src/import/GraphBuilderRegistry.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/import/Nodes/CircleReferencingConst.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/import/Nodes/CircleReferencingConst.h [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Add.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/ArgMax.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/AveragePool2D.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/BatchMatMul.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/BatchToSpaceND.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/CMakeLists.txt [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Cast.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Concatenation.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Concatenation.h [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Concatenation.test.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Conv2D.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Conv2D.h [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Conv2D.test.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/DepthToSpace.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/DepthwiseConv2D.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Dequantize.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Div.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Elu.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Equal.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Exp.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/ExpandDims.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/ExpandDims.h [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/ExpandDims.test.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Fill.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Floor.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/FloorDiv.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/FullyConnected.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/FullyConnected.h [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/FullyConnected.test.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Gather.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Greater.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/GreaterEqual.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/InstanceNorm.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/L2Normalize.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/L2Pool2D.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/LeakyRelu.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Less.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/LessEqual.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/LocalResponseNormalization.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/LogSoftmax.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/LogicalAnd.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/LogicalNot.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/LogicalOr.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Logistic.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Logistic.h [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Logistic.test.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/MaxPool2D.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/MaxPool2D.h [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/MaxPool2D.test.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Maximum.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Mean.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Minimum.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/MirrorPad.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Mul.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Neg.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/NotEqual.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/OneHot.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/PRelu.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Pack.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Pad.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/PadV2.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Pow.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Quantize.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Relu.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Relu6.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Reshape.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Reshape.h [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Reshape.test.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/ResizeBilinear.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/ReverseV2.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Rsqrt.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/SVDF.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Shape.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Slice.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Softmax.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Softmax.h [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Softmax.test.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/SpaceToBatchND.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/SpaceToDepth.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Split.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/SplitV.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Sqrt.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Square.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/SquaredDifference.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Squeeze.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/StridedSlice.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Sub.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Tanh.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/TestUtils.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Transpose.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/TransposeConv.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Unpack.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Utils.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/kernels/Utils.h [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/CMakeLists.txt [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/GraphLoader.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/GraphLoader.h [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/KernelBuilder.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/KernelBuilder.h [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/KernelBuilder.test.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/KernelBuilderHelper.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/KernelBuilderHelper.h [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/ModuleLoader.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/ModuleLoader.h [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/RuntimeToIR.h [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Add.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/ArgMax.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/AveragePool2D.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/BatchMatMul.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/BatchToSpaceND.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Builders.h [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Cast.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Concatenation.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Conv2D.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/DepthToSpace.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/DepthwiseConv2D.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Dequantize.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Div.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Elu.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Equal.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Exp.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/ExpandDims.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Fill.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Floor.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/FloorDiv.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/FullyConnected.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Gather.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Greater.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/GreaterEqual.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/If.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/InstanceNorm.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/L2Normalize.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/L2Pool2D.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/LeakyRelu.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Less.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/LessEqual.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/LocalResponseNormalization.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/LogSoftmax.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/LogicalAnd.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/LogicalNot.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/LogicalOr.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Logistic.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/MaxPool2D.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Maximum.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Mean.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Minimum.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/MirrorPad.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Mul.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Neg.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/NotEqual.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/OneHot.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/PRelu.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Pack.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Pad.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/PadV2.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Pow.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Quantize.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Relu.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Relu6.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Reshape.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/ResizeBilinear.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/ResizeNearestNeighbor.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/ReverseV2.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Rsqrt.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/SVDF.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Shape.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Slice.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Softmax.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/SpaceToBatchND.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/SpaceToDepth.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Split.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/SplitV.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Sqrt.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Square.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/SquaredDifference.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Squeeze.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/StridedSlice.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Sub.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Tanh.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Transpose.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/TransposeConv.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/Unpack.cpp [deleted file]
compiler/luci-micro/luci-interpreter/src/loader/nodes/While.cpp [deleted file]
compiler/luci-micro/requires.cmake [deleted file]
compiler/luci-micro/standalone/CMakeLists.txt [deleted file]
compiler/luci-pass-value-test/CMakeLists.txt
compiler/luci-pass-value-test/test.lst
compiler/luci-value-test/CMakeLists.txt
compiler/luci-value-test/luci_eval_verifier.py
compiler/luci-value-test/luci_eval_verifier_ref.py
compiler/luci-value-test/test.lst
compiler/luci/import/src/GraphBuilder.cpp
compiler/luci/import/src/GraphBuilderMultiOutput.cpp
compiler/luci/import/src/Nodes/CircleBidirectionalSequenceLSTM.cpp
compiler/luci/import/src/Nodes/CircleSVDF.cpp
compiler/luci/import/src/Nodes/CircleTransposeConv.cpp
compiler/luci/import/src/Nodes/CircleUnidirectionalSequenceLSTM.cpp
compiler/luci/lang/include/luci/IR/Nodes/CircleUnidirectionalSequenceLSTM.h
compiler/luci/lang/src/Nodes/CircleUnidirectionalSequenceLSTM.test.cpp
compiler/luci/log/src/Log.cpp
compiler/luci/logex/src/CircleNodeSummaryBuilders.cpp
compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.cpp
compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.test.cpp
compiler/luci/partition/src/PartitionPModules.cpp
compiler/luci/pass/CMakeLists.txt
compiler/luci/pass/include/luci/CircleOptimizer.h
compiler/luci/pass/include/luci/Pass/FoldFullyConnectedPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/ForwardTransposeOpPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/FusePReluPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/QuantizeWithMinMaxPass.h
compiler/luci/pass/include/luci/Pass/RemoveDuplicateConstPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/UnrollUnidirectionalSequenceLSTMPass.h [new file with mode: 0644]
compiler/luci/pass/src/CircleOptimizer.cpp
compiler/luci/pass/src/CircleQuantizer.cpp
compiler/luci/pass/src/ConvertNCHWToNHWCPass.cpp
compiler/luci/pass/src/ConvertNCHWToNHWCPass.test.cpp
compiler/luci/pass/src/ConvertToFakeQuantizedModelPass.cpp
compiler/luci/pass/src/ExpandBroadcastConstPass.test.cpp
compiler/luci/pass/src/FoldDepthwiseConv2DPass.cpp
compiler/luci/pass/src/FoldDepthwiseConv2DPass.test.cpp
compiler/luci/pass/src/FoldFullyConnectedPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/FoldFullyConnectedPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/ForwardReshapeToUnaryOpPass.cpp
compiler/luci/pass/src/ForwardTransposeOpPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/ForwardTransposeOpPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/FuseAddWithFullyConnectedPass.cpp
compiler/luci/pass/src/FuseAddWithFullyConnectedPass.test.cpp
compiler/luci/pass/src/FuseBCQPass.cpp
compiler/luci/pass/src/FuseBatchNormWithTConvPass.cpp
compiler/luci/pass/src/FusePReluPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/FusePReluPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/QuantizationUtils.cpp
compiler/luci/pass/src/QuantizationUtils.h
compiler/luci/pass/src/QuantizeActivation.cpp
compiler/luci/pass/src/QuantizeActivation.h
compiler/luci/pass/src/QuantizeWeights.cpp
compiler/luci/pass/src/QuantizeWithMinMaxPass.cpp
compiler/luci/pass/src/QuantizeWithMinMaxPass.test.cpp
compiler/luci/pass/src/QuantizedModelVerifier.h
compiler/luci/pass/src/QuantizedModelVerifier.test.cpp
compiler/luci/pass/src/RemoveDuplicateConstPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/RemoveDuplicateConstPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/ReplaceNonConstFCWithBatchMatMulPass.cpp
compiler/luci/pass/src/ReplaceNonConstFCWithBatchMatMulPass.test.cpp
compiler/luci/pass/src/ResolveCustomOpMatMulPass.cpp
compiler/luci/pass/src/ResolveCustomOpMaxPoolWithArgmaxPass.cpp
compiler/luci/pass/src/ResolveCustomOpSplitVPass.cpp
compiler/luci/pass/src/UnrollUnidirectionalSequenceLSTMPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/UnrollUnidirectionalSequenceLSTMPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/VerifyQuantizedNodeGranularity.h
compiler/luci/pass/src/VerifyQuantizedNodeType.cpp
compiler/luci/pass/src/helpers/NodeFiller.h
compiler/luci/pass/src/helpers/SparsityFormatConverter.h
compiler/luci/pass/src/helpers/Strings.cpp
compiler/luci/pass/src/helpers/Strings.h
compiler/luci/pass/src/helpers/Strings.test.cpp
compiler/luci/pass/src/test/TestIOGraph.h [deleted file]
compiler/luci/pass/src/test/TestIOGraph.test.cpp [deleted file]
compiler/luci/requires.cmake
compiler/luci/service/src/CircleShapeInferenceRule.cpp
compiler/luci/service/src/CircleTypeInferenceRule.cpp
compiler/luci/service/src/Nodes/CircleFullyConnected.cpp
compiler/luci/service/src/Validate.cpp
compiler/luci/tests/test.lst
compiler/mio-tflite280/CMakeLists.txt
compiler/nnc/passes/optimizations/ConstantFoldTranspose.cpp
compiler/nnc/tests/soft_backend/test_main.def
compiler/one-cmds/CMakeLists.txt
compiler/one-cmds/dummy-driver/CMakeLists.txt
compiler/one-cmds/dummy-driver/src/dummyEnv-compile.cpp [new file with mode: 0644]
compiler/one-cmds/how-to-prepare-virtualenv.txt
compiler/one-cmds/how-to-use-one-commands.txt
compiler/one-cmds/one-build
compiler/one-cmds/one-codegen
compiler/one-cmds/one-import
compiler/one-cmds/one-import-bcq
compiler/one-cmds/one-import-onnx
compiler/one-cmds/one-import-pytorch
compiler/one-cmds/one-import-tf
compiler/one-cmds/one-import-tflite
compiler/one-cmds/one-infer
compiler/one-cmds/one-init
compiler/one-cmds/one-optimize
compiler/one-cmds/one-pack
compiler/one-cmds/one-partition
compiler/one-cmds/one-prepare-venv
compiler/one-cmds/one-prepare-venv.u2204 [new file with mode: 0644]
compiler/one-cmds/one-profile
compiler/one-cmds/one-quantize
compiler/one-cmds/onecc
compiler/one-cmds/onecc.template.cfg
compiler/one-cmds/onelib/CfgRunner.py
compiler/one-cmds/onelib/Command.py [new file with mode: 0644]
compiler/one-cmds/onelib/WorkflowRunner.py
compiler/one-cmds/onelib/constant.py
compiler/one-cmds/onelib/export_constant.py [new file with mode: 0644]
compiler/one-cmds/onelib/make_cmd.py
compiler/one-cmds/onelib/utils.py [new file with mode: 0644]
compiler/one-cmds/tests/CMakeLists.txt
compiler/one-cmds/tests/one-build_001.test
compiler/one-cmds/tests/one-build_002.test
compiler/one-cmds/tests/one-build_003.test
compiler/one-cmds/tests/one-build_004.test
compiler/one-cmds/tests/one-build_005.test
compiler/one-cmds/tests/one-build_006.test
compiler/one-cmds/tests/one-build_007.test
compiler/one-cmds/tests/one-build_008.test
compiler/one-cmds/tests/one-build_009.test
compiler/one-cmds/tests/one-build_010.test
compiler/one-cmds/tests/one-build_011.test
compiler/one-cmds/tests/one-build_012.test
compiler/one-cmds/tests/one-build_013.test
compiler/one-cmds/tests/one-build_014.test
compiler/one-cmds/tests/one-build_neg_002.test
compiler/one-cmds/tests/one-build_neg_003.test
compiler/one-cmds/tests/one-build_neg_004.test
compiler/one-cmds/tests/one-build_neg_005.test
compiler/one-cmds/tests/one-build_neg_006.test
compiler/one-cmds/tests/one-build_neg_007.test
compiler/one-cmds/tests/one-build_neg_008.test
compiler/one-cmds/tests/one-build_neg_009.test
compiler/one-cmds/tests/one-codegen_001.test
compiler/one-cmds/tests/one-codegen_002.test
compiler/one-cmds/tests/one-codegen_003.test
compiler/one-cmds/tests/one-codegen_004.test
compiler/one-cmds/tests/one-codegen_neg_001.test
compiler/one-cmds/tests/one-import-bcq_001.test
compiler/one-cmds/tests/one-import-bcq_neg_001.test
compiler/one-cmds/tests/one-import-bcq_neg_002.test
compiler/one-cmds/tests/one-import-bcq_neg_003.test
compiler/one-cmds/tests/one-import-bcq_neg_004.test
compiler/one-cmds/tests/one-import-bcq_neg_005.test
compiler/one-cmds/tests/one-import-bcq_neg_006.test
compiler/one-cmds/tests/one-import-bcq_neg_007.test
compiler/one-cmds/tests/one-import-bcq_neg_008.test
compiler/one-cmds/tests/one-import-bcq_neg_009.test
compiler/one-cmds/tests/one-import-onnx_001.test
compiler/one-cmds/tests/one-import-onnx_002.test
compiler/one-cmds/tests/one-import_001.test
compiler/one-cmds/tests/one-import_002.cfg
compiler/one-cmds/tests/one-import_002.test
compiler/one-cmds/tests/one-import_003.test
compiler/one-cmds/tests/one-import_004.test
compiler/one-cmds/tests/one-import_005.test
compiler/one-cmds/tests/one-import_006.test
compiler/one-cmds/tests/one-import_neg_001.test
compiler/one-cmds/tests/one-import_neg_003.test
compiler/one-cmds/tests/one-import_neg_004.test
compiler/one-cmds/tests/one-import_neg_005.test
compiler/one-cmds/tests/one-import_neg_006.test
compiler/one-cmds/tests/one-import_neg_007.test
compiler/one-cmds/tests/one-import_neg_008.test
compiler/one-cmds/tests/one-import_neg_010.test
compiler/one-cmds/tests/one-infer_001.test
compiler/one-cmds/tests/one-infer_002.test
compiler/one-cmds/tests/one-infer_003.test
compiler/one-cmds/tests/one-infer_004.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-infer_004.test
compiler/one-cmds/tests/one-infer_005.cfg [deleted file]
compiler/one-cmds/tests/one-infer_005.test
compiler/one-cmds/tests/one-infer_006.test [deleted file]
compiler/one-cmds/tests/one-infer_neg_001.test
compiler/one-cmds/tests/one-infer_neg_002.test
compiler/one-cmds/tests/one-infer_neg_003.test
compiler/one-cmds/tests/one-infer_neg_004.test [deleted file]
compiler/one-cmds/tests/one-infer_neg_005.test [deleted file]
compiler/one-cmds/tests/one-optimize_001.test
compiler/one-cmds/tests/one-optimize_002.test
compiler/one-cmds/tests/one-optimize_003.test [new file with mode: 0644]
compiler/one-cmds/tests/one-optimize_neg_001.test
compiler/one-cmds/tests/one-optimize_neg_002.test
compiler/one-cmds/tests/one-optimize_neg_003.test
compiler/one-cmds/tests/one-pack_001.test
compiler/one-cmds/tests/one-partition_001.test
compiler/one-cmds/tests/one-partition_neg_001.test
compiler/one-cmds/tests/one-profile_001.test
compiler/one-cmds/tests/one-profile_002.test
compiler/one-cmds/tests/one-profile_003.test
compiler/one-cmds/tests/one-profile_004.test
compiler/one-cmds/tests/one-profile_neg_001.test
compiler/one-cmds/tests/one-quantize_001.test
compiler/one-cmds/tests/one-quantize_002.test
compiler/one-cmds/tests/one-quantize_003.test
compiler/one-cmds/tests/one-quantize_004.test
compiler/one-cmds/tests/one-quantize_005.test
compiler/one-cmds/tests/one-quantize_006.test
compiler/one-cmds/tests/one-quantize_007.test
compiler/one-cmds/tests/one-quantize_008.test
compiler/one-cmds/tests/one-quantize_009.test
compiler/one-cmds/tests/one-quantize_010.test
compiler/one-cmds/tests/one-quantize_011.test
compiler/one-cmds/tests/one-quantize_012.test
compiler/one-cmds/tests/one-quantize_013.test
compiler/one-cmds/tests/one-quantize_014.test
compiler/one-cmds/tests/one-quantize_015.test
compiler/one-cmds/tests/one-quantize_016.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_neg_001.test
compiler/one-cmds/tests/one-quantize_neg_002.test
compiler/one-cmds/tests/one-quantize_neg_003.test
compiler/one-cmds/tests/one-quantize_neg_004.test
compiler/one-cmds/tests/one-quantize_neg_005.test
compiler/one-cmds/tests/one-quantize_neg_006.test
compiler/one-cmds/tests/one-quantize_neg_007.test
compiler/one-cmds/tests/one-quantize_neg_008.test
compiler/one-cmds/tests/one-quantize_neg_009.test
compiler/one-cmds/tests/one-quantize_neg_010.test
compiler/one-cmds/tests/one-quantize_neg_011.test
compiler/one-cmds/tests/one-quantize_neg_012.test
compiler/one-cmds/tests/one-quantize_neg_013.test
compiler/one-cmds/tests/one-quantize_neg_014.test
compiler/one-cmds/tests/one-quantize_neg_015.test
compiler/one-cmds/tests/one-quantize_neg_016.test
compiler/one-cmds/tests/one-quantize_neg_017.test
compiler/one-cmds/tests/one-quantize_neg_018.test
compiler/one-cmds/tests/one-quantize_neg_019.test
compiler/one-cmds/tests/one-quantize_neg_020.test
compiler/one-cmds/tests/one-quantize_neg_021.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_001.cfg
compiler/one-cmds/tests/onecc_001.test
compiler/one-cmds/tests/onecc_002.cfg
compiler/one-cmds/tests/onecc_002.test
compiler/one-cmds/tests/onecc_003.cfg
compiler/one-cmds/tests/onecc_003.test
compiler/one-cmds/tests/onecc_004.cfg
compiler/one-cmds/tests/onecc_004.test
compiler/one-cmds/tests/onecc_005.cfg
compiler/one-cmds/tests/onecc_005.test
compiler/one-cmds/tests/onecc_006.cfg
compiler/one-cmds/tests/onecc_006.test
compiler/one-cmds/tests/onecc_007.cfg
compiler/one-cmds/tests/onecc_007.test
compiler/one-cmds/tests/onecc_008.test
compiler/one-cmds/tests/onecc_009.test
compiler/one-cmds/tests/onecc_010.test
compiler/one-cmds/tests/onecc_011.test
compiler/one-cmds/tests/onecc_012.cfg
compiler/one-cmds/tests/onecc_012.test
compiler/one-cmds/tests/onecc_013.cfg
compiler/one-cmds/tests/onecc_013.test
compiler/one-cmds/tests/onecc_014.cfg
compiler/one-cmds/tests/onecc_014.test
compiler/one-cmds/tests/onecc_015.test
compiler/one-cmds/tests/onecc_016.test
compiler/one-cmds/tests/onecc_017.test
compiler/one-cmds/tests/onecc_018.test
compiler/one-cmds/tests/onecc_019.test
compiler/one-cmds/tests/onecc_020.test
compiler/one-cmds/tests/onecc_021.test
compiler/one-cmds/tests/onecc_022.test
compiler/one-cmds/tests/onecc_023.test
compiler/one-cmds/tests/onecc_024.cfg
compiler/one-cmds/tests/onecc_024.test
compiler/one-cmds/tests/onecc_025.cfg
compiler/one-cmds/tests/onecc_025.test
compiler/one-cmds/tests/onecc_026.test
compiler/one-cmds/tests/onecc_027.cfg
compiler/one-cmds/tests/onecc_027.test
compiler/one-cmds/tests/onecc_028.test
compiler/one-cmds/tests/onecc_028.workflow.json
compiler/one-cmds/tests/onecc_029.test
compiler/one-cmds/tests/onecc_029.workflow.json
compiler/one-cmds/tests/onecc_030.test
compiler/one-cmds/tests/onecc_030.workflow.json
compiler/one-cmds/tests/onecc_031.test
compiler/one-cmds/tests/onecc_031.workflow.json
compiler/one-cmds/tests/onecc_032.test
compiler/one-cmds/tests/onecc_032.workflow.json
compiler/one-cmds/tests/onecc_033.test
compiler/one-cmds/tests/onecc_033.workflow.json
compiler/one-cmds/tests/onecc_034.test
compiler/one-cmds/tests/onecc_035.test
compiler/one-cmds/tests/onecc_036.test
compiler/one-cmds/tests/onecc_037.test
compiler/one-cmds/tests/onecc_037.workflow.json
compiler/one-cmds/tests/onecc_038.test
compiler/one-cmds/tests/onecc_038.workflow.json
compiler/one-cmds/tests/onecc_039.test
compiler/one-cmds/tests/onecc_040.cfg
compiler/one-cmds/tests/onecc_040.test
compiler/one-cmds/tests/onecc_041.test
compiler/one-cmds/tests/onecc_041.workflow.json
compiler/one-cmds/tests/onecc_042.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_042.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_043.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_043.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_044.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_044.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_045.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_045.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_001.test
compiler/one-cmds/tests/onecc_neg_002.cfg
compiler/one-cmds/tests/onecc_neg_002.test
compiler/one-cmds/tests/onecc_neg_003.cfg
compiler/one-cmds/tests/onecc_neg_003.test
compiler/one-cmds/tests/onecc_neg_004.cfg
compiler/one-cmds/tests/onecc_neg_004.test
compiler/one-cmds/tests/onecc_neg_005.test
compiler/one-cmds/tests/onecc_neg_006.test
compiler/one-cmds/tests/onecc_neg_007.test
compiler/one-cmds/tests/onecc_neg_008.test
compiler/one-cmds/tests/onecc_neg_009.test
compiler/one-cmds/tests/onecc_neg_010.test
compiler/one-cmds/tests/onecc_neg_011.test
compiler/one-cmds/tests/onecc_neg_012.cfg
compiler/one-cmds/tests/onecc_neg_012.test
compiler/one-cmds/tests/onecc_neg_013.test
compiler/one-cmds/tests/onecc_neg_014.test
compiler/one-cmds/tests/onecc_neg_015.test
compiler/one-cmds/tests/onecc_neg_016.test
compiler/one-cmds/tests/onecc_neg_017.test
compiler/one-cmds/tests/onecc_neg_018.test
compiler/one-cmds/tests/onecc_neg_018.workflow.json
compiler/one-cmds/tests/onecc_neg_019.test
compiler/one-cmds/tests/onecc_neg_019.workflow.json
compiler/one-cmds/tests/onecc_neg_020.test
compiler/one-cmds/tests/onecc_neg_020.workflow.json
compiler/one-cmds/tests/onecc_neg_021.test
compiler/one-cmds/tests/onecc_neg_021.workflow.json
compiler/one-cmds/tests/onecc_neg_022.test
compiler/one-cmds/tests/onecc_neg_022.workflow.json
compiler/one-cmds/tests/onecc_neg_023.test
compiler/one-cmds/tests/onecc_neg_023.workflow.json
compiler/one-cmds/tests/onecc_neg_024.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_024.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_025.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_025.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_026.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_026.test [new file with mode: 0644]
compiler/one-cmds/tests/prepare_test_materials.sh
compiler/one-cmds/tests/rawdata2hdf5_001.test
compiler/one-cmds/tests/rawdata2hdf5_neg_001.test
compiler/one-cmds/tests/rawdata2hdf5_neg_002.test
compiler/one-cmds/tests/rawdata2hdf5_neg_003.test
compiler/one-cmds/tests/rawdata2hdf5_neg_004.test
compiler/one-cmds/utils.py [deleted file]
compiler/onecc-docker/README.md [new file with mode: 0644]
compiler/onecc-docker/debian/changelog [new file with mode: 0644]
compiler/onecc-docker/debian/compat [new file with mode: 0644]
compiler/onecc-docker/debian/control [new file with mode: 0644]
compiler/onecc-docker/debian/copyright [new file with mode: 0644]
compiler/onecc-docker/debian/onecc-docker.install [new file with mode: 0644]
compiler/onecc-docker/debian/onecc-docker.links [new file with mode: 0644]
compiler/onecc-docker/debian/rules [new file with mode: 0644]
compiler/onecc-docker/docker/Dockerfile [new file with mode: 0644]
compiler/onecc-docker/onecc-docker [new file with mode: 0644]
compiler/pics/CMakeLists.txt [new file with mode: 0644]
compiler/pics/README.md [new file with mode: 0644]
compiler/pota-quantization-value-test/CMakeLists.txt
compiler/pota-quantization-value-test/requires.cmake
compiler/pota-quantization-value-test/test_parallel_record_minmax.sh [new file with mode: 0755]
compiler/record-minmax-conversion-test/CMakeLists.txt
compiler/record-minmax-thread-safety-test/CMakeLists.txt [new file with mode: 0644]
compiler/record-minmax-thread-safety-test/gen_h5_random_inputs.py [new file with mode: 0644]
compiler/record-minmax-thread-safety-test/requires.cmake [new file with mode: 0644]
compiler/record-minmax-thread-safety-test/test.lst [new file with mode: 0644]
compiler/record-minmax-thread-safety-test/testall.sh [new file with mode: 0755]
compiler/record-minmax/CMakeLists.txt
compiler/record-minmax/driver/Driver.cpp
compiler/record-minmax/include/MinMaxObserver.h
compiler/record-minmax/include/RecordFunction.h
compiler/record-minmax/include/RecordMinMax.h
compiler/record-minmax/src/RecordMinMax.cpp
compiler/souschef/src/Gaussian.cpp
compiler/tf2circle-value-pbtxt-remote-test/CMakeLists.txt
compiler/tf2circle-value-pbtxt-remote-test/testall.sh
compiler/tf2circle/src/CustomopConfLoader.cpp
compiler/tf2tflite/src/CustomopConfLoader.cpp
compiler/tf2tfliteV2-conversion-test/CMakeLists.txt
compiler/tflite2circle/src/DataLookup.cpp
compiler/tflite2circle/src/DataLookup.h
compiler/tflite2circle/src/TFLOperator.lst
compiler/vconone/CMakeLists.txt
compiler/visq-unittest/CMakeLists.txt [new file with mode: 0644]
compiler/visq-unittest/README.md [new file with mode: 0644]
compiler/visq-unittest/requires.cmake [new file with mode: 0644]
compiler/visq-unittest/test/__init__.py [new file with mode: 0644]
compiler/visq-unittest/test/testDotBuilder.py [new file with mode: 0644]
compiler/visq-unittest/test/testPalette.py [new file with mode: 0644]
compiler/visq-unittest/test/testQErrorComputer.py [new file with mode: 0644]
compiler/visq-unittest/test/testUtil.py [new file with mode: 0644]
compiler/visq/CMakeLists.txt [new file with mode: 0644]
compiler/visq/README.md [new file with mode: 0644]
compiler/visq/requires.cmake [new file with mode: 0644]
compiler/visq/visq [new file with mode: 0644]
compiler/visq/visqlib/DotBuilder.py [new file with mode: 0644]
compiler/visq/visqlib/DumpFP32FM.py [new file with mode: 0644]
compiler/visq/visqlib/DumpFakeQuantFM.py [new file with mode: 0644]
compiler/visq/visqlib/Palette.py [new file with mode: 0644]
compiler/visq/visqlib/QErrorComputer.py [new file with mode: 0644]
compiler/visq/visqlib/Util.py [new file with mode: 0644]
compute/cker/CMakeLists.txt
compute/cker/include/cker/operation/Dequantize.h
compute/cker/include/cker/operation/Logistic.h
compute/cker/include/cker/operation/Quantize.h
compute/cker/include/cker/operation/Reduce.h
compute/cker/include/cker/operation/Round.h
docs/conf.py
docs/howto/how-to-build-compiler.md
docs/howto/how-to-build-runtime-tizen-gbs-rpi4.md
docs/howto/how-to-build-runtime.md
docs/howto/how-to-contribute.md
docs/howto/how-to-cross-build-runtime-for-aarch64.md
docs/howto/how-to-cross-build-runtime-for-arm.md
docs/howto/how-to-use-specific-backend.md
docs/release/1.22/index.rst [new file with mode: 0644]
docs/release/1.22/release-note-1.22.0.md [new file with mode: 0644]
infra/cmake/modules/ExternalSourceTools.cmake
infra/cmake/modules/IdentifyPlatform.cmake
infra/cmake/packages/CMSIS-NN-4.0.0/CMSIS-NNConfig.cmake [new file with mode: 0644]
infra/cmake/packages/CMSIS-NN-4.0.0/CMSIS-NNConfigVersion.cmake [new file with mode: 0644]
infra/cmake/packages/GTestConfig.cmake
infra/cmake/packages/TensorFlowGpuConfig.cmake [deleted file]
infra/cmake/packages/TensorFlowGpuSource/patch_for_gpu_cl_build.patch [deleted file]
infra/cmake/packages/TensorFlowGpuSourceConfig.cmake [deleted file]
infra/cmake/packages/TensorFlowLiteGpu/CMakeLists.txt [deleted file]
infra/command/format
infra/command/gen-coverage-report
infra/debian/compiler/changelog
infra/debian/compiler/one-compiler-dev.install
infra/debian/compiler/one-compiler.install
infra/debian/compiler/rules
infra/debian/runtime/rules
infra/docker/bionic/Dockerfile
infra/docker/focal/Dockerfile
infra/docker/jammy/Dockerfile [new file with mode: 0644]
infra/doxygen/Doxyfile
infra/nncc/CMakeLists.txt
infra/nncc/Makefile.arm32
infra/nncc/cmake/buildtool/config/config_armv7l-linux.cmake
infra/nncc/config/docker.configuration
infra/nnfw/CMakeLists.txt
infra/nnfw/cmake/CfgOptionFlags.cmake
infra/nnfw/cmake/options/options_aarch64-android.cmake
infra/nnfw/cmake/options/options_aarch64-tizen.cmake
infra/nnfw/cmake/options/options_armv7hl-tizen.cmake
infra/nnfw/cmake/options/options_armv7l-linux.cmake
infra/nnfw/cmake/options/options_armv7l-tizen.cmake
infra/nnfw/cmake/options/options_x86_64-tizen.cmake
infra/nnfw/cmake/packages/ARMComputeConfig.cmake
infra/nnfw/cmake/packages/EigenConfig.cmake
infra/nnfw/cmake/packages/GObject2.0Config.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/GTestConfig.cmake
infra/nnfw/cmake/packages/Gio2.0Config.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/Giounix2.0Config.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/TensorFlowEigen-1.13.1/TensorFlowEigenConfig.cmake [deleted file]
infra/nnfw/cmake/packages/TensorFlowEigen-1.13.1/TensorFlowEigenConfigVersion.cmake [deleted file]
infra/nnfw/cmake/packages/TensorFlowGpuConfig.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLite/CMakeLists.txt [deleted file]
infra/nnfw/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfig.cmake [deleted file]
infra/nnfw/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfigVersion.cmake [deleted file]
infra/nnfw/cmake/packages/TensorFlowLite-2.8.0/TensorFlowLite/CMakeLists.txt
infra/nnfw/cmake/packages/TensorFlowLite-2.8.0/TensorFlowLiteConfig.cmake
infra/nnfw/cmake/packages/TensorFlowLiteGpu/CMakeLists.txt [new file with mode: 0644]
infra/nnfw/command/prepare-model [new file with mode: 0644]
infra/nnfw/config/gbs.conf
infra/onert-micro/CMakeLists.txt [new file with mode: 0644]
infra/onert-micro/cmake/ApplyCompileFlags.cmake [new file with mode: 0644]
infra/onert-micro/cmake/CfgOptionFlags.cmake [new file with mode: 0644]
infra/onert-micro/cmake/buildtool/config/arm-none-eabi-gcc.cmake [new file with mode: 0644]
infra/onert-micro/cmake/buildtool/config/config_linux.cmake [new file with mode: 0644]
infra/onert-micro/cmake/buildtool/config/config_x86_64-linux.cmake [new file with mode: 0644]
infra/onert-micro/cmake/options/options_armv7-r-generic.cmake [new file with mode: 0644]
infra/onert-micro/cmake/options/options_armv7em-generic.cmake [new file with mode: 0644]
infra/onert-micro/cmake/options/options_armv8-m-generic.cmake [new file with mode: 0644]
infra/onert-micro/cmake/options/options_x86_64-linux.cmake [new file with mode: 0644]
infra/onert-micro/utils.cmake [new file with mode: 0644]
infra/packaging/build
infra/packaging/preset/20220323
infra/packaging/preset/20220323_windows
infra/packaging/preset/20221125 [new file with mode: 0644]
infra/packaging/preset/20221125_windows [new file with mode: 0644]
infra/packaging/res/tf2nnpkg.20221125 [new file with mode: 0644]
infra/scripts/build_android_runtime_release.sh [deleted file]
infra/scripts/common.sh
infra/scripts/compiler_modules.sh
infra/scripts/docker_build_cross_aarch64_runtime.sh [deleted file]
infra/scripts/docker_build_cross_arm_runtime.sh [deleted file]
infra/scripts/docker_build_cross_arm_runtime_release.sh [deleted file]
infra/scripts/docker_build_cross_coverage.sh [deleted file]
infra/scripts/docker_build_test_x64.sh [deleted file]
infra/scripts/docker_build_tizen_cross.sh [deleted file]
infra/scripts/docker_build_tizen_gbs.sh [deleted file]
infra/scripts/docker_collect_nnpkg_resources.sh
infra/scripts/docker_coverage_report.sh [deleted file]
infra/scripts/test_arm_nnpkg.sh
infra/scripts/test_coverage.sh
infra/scripts/test_ubuntu_npud.sh [new file with mode: 0755]
infra/scripts/test_ubuntu_runtime.sh
infra/scripts/test_ubuntu_runtime_mixed.sh
infra/scripts/tizen_xu4_test.sh
onert-micro/CMakeLists.txt [new file with mode: 0644]
onert-micro/README.md [moved from compiler/luci-micro/README.md with 100% similarity]
onert-micro/eval-driver/CMakeLists.txt [new file with mode: 0644]
onert-micro/eval-driver/Driver.cpp [new file with mode: 0644]
onert-micro/helpers/GenerateKernelsListHelper.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/CMakeLists.txt [new file with mode: 0644]
onert-micro/luci-interpreter/README.md [moved from compiler/luci-micro/luci-interpreter/README.md with 100% similarity]
onert-micro/luci-interpreter/include/luci_interpreter/Interpreter.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/InterpreterConfigure.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/core/DataType.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/core/ParamsType.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/core/Tensor.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/core/reader/CircleMicroReader.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/core/reader/CircleMicroReaderHelper.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/KernelsToBuild.lst [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/PALArgMax.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALArgMax.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALAveragePool2d.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALAveragePool2d.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALBatchToSpaceND.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/PALConv2d.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/PALDepthToSpace.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALDepthToSpace.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALDepthwiseConv2d.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/PALDequantize.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/PALElu.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALElu.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALFill.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/PALFullyConnected.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALFullyConnected.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALL2Normalize.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALL2Normalize.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALL2Pool2D.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALL2Pool2D.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALLeakyRelu.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALLeakyRelu.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALMul.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALMul.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALNeg.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALNeg.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALQuantize.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/PALResizeBilinear.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALResizeBilinear.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALResizeNearestNeighbor.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALResizeNearestNeighbor.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALSVDF.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/PALSoftmax.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALSoftmax.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToBatchND.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALSpaceToBatchND.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToDepth.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALSpaceToDepth.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALSub.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALSub.h with 100% similarity]
onert-micro/luci-interpreter/pal/cmsisnn/PALUnidirectionalSequenceLSTM.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/PALreference_ops.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/pal.cmake [new file with mode: 0644]
onert-micro/luci-interpreter/pal/linux/KernelsToBuild.lst [new file with mode: 0644]
onert-micro/luci-interpreter/pal/linux/PALArgMax.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALArgMax.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALAveragePool2d.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALAveragePool2d.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALBatchMatMul.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALBatchMatMul.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALBatchToSpaceND.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALBatchToSpaceND.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALConv2d.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALConv2d.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALDepthToSpace.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALDepthToSpace.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALDepthwiseConv2d.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALDepthwiseConv2d.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALDequantize.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALDequantize.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALElu.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALElu.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALFill.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/linux/PALFullyConnected.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALFullyConnected.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALGather.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALGather.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALL2Normalize.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALL2Normalize.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALL2Pool2D.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALL2Pool2D.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALLeakyRelu.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALLeakyRelu.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALLocalResponseNormalization.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALLocalResponseNormalization.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALLogSoftmax.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALLogSoftmax.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALMul.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALMul.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALNeg.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALNeg.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALQuantize.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALQuantize.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALRelu.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALRelu.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALRelu6.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALRelu6.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALResizeBilinear.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALResizeBilinear.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALResizeNearestNeighbor.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALResizeNearestNeighbor.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALSVDF.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/linux/PALSlice.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALSlice.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALSoftmax.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALSoftmax.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALSpaceToBatchND.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALSpaceToBatchND.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALSpaceToDepth.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALSpaceToDepth.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALSplit.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALSplit.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/PALSub.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALSub.h with 100% similarity]
onert-micro/luci-interpreter/pal/linux/pal.cmake [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/KernelsToBuild.lst [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALApplyActivationToVector.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALArgMax.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALArgMax.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALAveragePool2d.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALAveragePool2d.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALBatchToSpaceND.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALConv2d.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALDepthToSpace.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALDepthToSpace.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALDepthwiseConv2d.h [moved from compiler/luci-micro/luci-interpreter/pal/linux/PALDepthwiseConv2d.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALDequantize.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALElu.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALElu.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALFill.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALFullyConnected.h [moved from compiler/luci-micro/luci-interpreter/pal/mcu/PALFullyConnected.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALL2Normalize.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALL2Normalize.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALL2Pool2D.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALL2Pool2D.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALLeakyRelu.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALLeakyRelu.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALMul.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALMul.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALNeg.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALNeg.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALQuantize.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALResizeBilinear.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALResizeNearestNeighbor.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALSVDF.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALSoftmax.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALSpaceToBatchND.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALSpaceToDepth.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALSpaceToDepth.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALSub.h [moved from compiler/luci-micro/luci-interpreter/pal/cmsisnn/PALSub.h with 100% similarity]
onert-micro/luci-interpreter/pal/mcu/PALUnidirectionalSequenceLSTM.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALreference_ops.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/pal.cmake [new file with mode: 0644]
onert-micro/luci-interpreter/requires.cmake [moved from tests/tools/tflite_benchmark_model/.FORMATDENY with 100% similarity]
onert-micro/luci-interpreter/src/CMakeLists.txt [new file with mode: 0644]
onert-micro/luci-interpreter/src/Interpreter.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/core/CMakeLists.txt [new file with mode: 0644]
onert-micro/luci-interpreter/src/core/RuntimeGraph.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/core/RuntimeGraph.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/core/RuntimeModule.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/core/reader/CMakeLists.txt [new file with mode: 0644]
onert-micro/luci-interpreter/src/core/reader/CircleMicroReader.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/core/reader/CircleMicroReaderHelper.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Add.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Add.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Add.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Add.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Add.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/ArgMax.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/ArgMax.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/ArgMax.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/ArgMax.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/ArgMax.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/AveragePool2D.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/AveragePool2D.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/AveragePool2D.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/AveragePool2D.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/AveragePool2D.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/BatchMatMul.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/BatchMatMul.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/BatchMatMul.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/BatchMatMul.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/BatchMatMul.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/BatchToSpaceND.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/BatchToSpaceND.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/BinaryOpCommon.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/BinaryOpCommon.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Builders.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/CMakeLists.txt [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Cast.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Cast.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Cast.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Cast.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Cast.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Concatenation.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Concatenation.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Conv2D.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Conv2D.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/DepthToSpace.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/DepthToSpace.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/DepthToSpace.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/DepthToSpace.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/DepthToSpace.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/DepthwiseConv2D.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/DepthwiseConv2D.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Dequantize.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Dequantize.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Dequantize.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Dequantize.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Dequantize.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Div.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Div.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Div.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Div.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Div.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Elu.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Elu.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Elu.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Elu.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Elu.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Equal.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Equal.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Equal.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Equal.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Equal.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Exp.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Exp.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Exp.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Exp.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Exp.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/ExpandDims.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/ExpandDims.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Fill.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Fill.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Fill.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Fill.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Fill.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Floor.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Floor.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Floor.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Floor.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Floor.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/FloorDiv.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/FloorDiv.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/FloorDiv.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/FloorDiv.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/FloorDiv.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/FullyConnected.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/FullyConnected.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Gather.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Gather.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Gather.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Gather.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Gather.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Greater.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Greater.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Greater.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Greater.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Greater.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/GreaterEqual.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/GreaterEqual.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/GreaterEqual.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/GreaterEqual.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/GreaterEqual.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/If.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/If.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/If.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/If.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/If.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/If.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/InstanceNorm.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/InstanceNorm.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/InstanceNorm.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/InstanceNorm.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/InstanceNorm.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/KernelBuilder.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/KernelBuilder.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/L2Normalize.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/L2Normalize.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/L2Normalize.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/L2Normalize.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/L2Normalize.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/L2Pool2D.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/L2Pool2D.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/L2Pool2D.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/L2Pool2D.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/L2Pool2D.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LeakyRelu.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/LeakyRelu.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/LeakyRelu.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LeakyRelu.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/LeakyRelu.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Less.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Less.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Less.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Less.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Less.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LessEqual.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/LessEqual.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/LessEqual.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LessEqual.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/LessEqual.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/LocalResponseNormalization.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/LocalResponseNormalization.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LogSoftmax.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/LogSoftmax.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/LogSoftmax.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LogSoftmax.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/LogSoftmax.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LogicalAnd.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/LogicalAnd.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/LogicalAnd.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LogicalAnd.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/LogicalAnd.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LogicalNot.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/LogicalNot.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/LogicalNot.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LogicalNot.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/LogicalNot.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LogicalOr.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/LogicalOr.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/LogicalOr.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/LogicalOr.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/LogicalOr.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Logistic.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Logistic.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/MaxPool2D.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/MaxPool2D.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Maximum.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Maximum.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Maximum.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Maximum.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Maximum.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Mean.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Mean.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Mean.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Mean.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Mean.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Minimum.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Minimum.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Minimum.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Minimum.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Minimum.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/MirrorPad.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/MirrorPad.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/MirrorPad.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/MirrorPad.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/MirrorPad.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Mul.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Mul.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Mul.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Mul.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Mul.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Neg.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Neg.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Neg.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Neg.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Neg.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/NotEqual.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/NotEqual.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/NotEqual.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/NotEqual.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/NotEqual.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/OneHot.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/OneHot.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/OneHot.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/OneHot.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/OneHot.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/PRelu.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/PRelu.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/PRelu.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/PRelu.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/PRelu.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Pack.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Pack.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Pack.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Pack.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Pack.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Pad.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Pad.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Pad.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Pad.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Pad.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/PadV2.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/PadV2.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/PadV2.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/PadV2.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/PadV2.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Pow.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Pow.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Pow.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Pow.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Pow.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Quantize.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Quantize.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Quantize.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Quantize.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Quantize.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Relu.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Relu.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Relu.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Relu.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Relu.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Relu6.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Relu6.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Relu6.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Relu6.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Relu6.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Reshape.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Reshape.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/ResizeBilinear.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/ResizeBilinear.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/ResizeBilinear.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/ResizeBilinear.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/ResizeBilinear.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/ReverseV2.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/ReverseV2.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/ReverseV2.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/ReverseV2.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/ReverseV2.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Rsqrt.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Rsqrt.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Rsqrt.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Rsqrt.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Rsqrt.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/SVDF.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/SVDF.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/SVDF.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/SVDF.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/SVDF.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Shape.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Shape.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Shape.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Shape.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Shape.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Slice.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Slice.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Slice.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Slice.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Slice.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Softmax.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Softmax.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/SpaceToBatchND.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/SpaceToBatchND.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/SpaceToDepth.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/SpaceToDepth.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/SpaceToDepth.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/SpaceToDepth.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/SpaceToDepth.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Split.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Split.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Split.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Split.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Split.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/SplitV.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/SplitV.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/SplitV.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/SplitV.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/SplitV.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Sqrt.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Sqrt.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Sqrt.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Sqrt.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Sqrt.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Square.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Square.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Square.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Square.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Square.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/SquaredDifference.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/SquaredDifference.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/SquaredDifference.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/SquaredDifference.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/SquaredDifference.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Squeeze.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Squeeze.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Squeeze.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Squeeze.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Squeeze.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/StridedSlice.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/StridedSlice.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/StridedSlice.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/StridedSlice.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/StridedSlice.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Sub.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Sub.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Sub.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Sub.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Sub.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Tanh.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Tanh.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Tanh.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Tanh.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Tanh.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/TestUtils.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/TestUtils.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/TestUtils.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Transpose.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Transpose.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Transpose.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Transpose.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Transpose.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/TransposeConv.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/TransposeConv.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/TransposeConv.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/TransposeConv.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/TransposeConv.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Unpack.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Unpack.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/Unpack.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Unpack.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/Unpack.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/Utils.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Utils.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/While.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/While.cpp with 100% similarity]
onert-micro/luci-interpreter/src/kernels/While.h [moved from compiler/luci-micro/luci-interpreter/src/kernels/While.h with 100% similarity]
onert-micro/luci-interpreter/src/kernels/While.test.cpp [moved from compiler/luci-micro/luci-interpreter/src/kernels/While.test.cpp with 100% similarity]
onert-micro/luci-interpreter/src/loader/CMakeLists.txt [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/GraphLoader.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/GraphLoader.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/ModuleLoader.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/ModuleLoader.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Add.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/ArgMax.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/AveragePool2D.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/BatchMatMul.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/BatchToSpaceND.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Cast.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Concatenation.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Conv2D.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/DepthToSpace.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/DepthwiseConv2D.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Dequantize.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Div.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Elu.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Equal.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Exp.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/ExpandDims.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Fill.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Floor.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/FloorDiv.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/FullyConnected.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Gather.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Greater.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/GreaterEqual.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/If.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/InstanceNorm.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/L2Normalize.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/L2Pool2D.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/LeakyRelu.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Less.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/LessEqual.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/LocalResponseNormalization.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/LogSoftmax.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/LogicalAnd.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/LogicalNot.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/LogicalOr.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Logistic.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/MaxPool2D.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Maximum.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Mean.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Minimum.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/MirrorPad.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Mul.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Neg.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/NotEqual.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/OneHot.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/PRelu.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Pack.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Pad.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/PadV2.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Pow.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Quantize.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Relu.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Relu6.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Reshape.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/ResizeBilinear.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/ResizeNearestNeighbor.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/ReverseV2.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Rsqrt.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/SVDF.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Shape.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Slice.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Softmax.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/SpaceToBatchND.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/SpaceToDepth.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Split.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/SplitV.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Sqrt.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Square.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/SquaredDifference.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Squeeze.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/StridedSlice.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Sub.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Tanh.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Transpose.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/TransposeConv.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/UnidirectionalSequenceLSTM.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/Unpack.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/loader/nodes/While.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/memory_managers/BuddyMemoryManager.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/memory_managers/BuddyMemoryManager.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/memory_managers/BuddyMemoryManager.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/memory_managers/CMakeLists.txt [new file with mode: 0644]
onert-micro/luci-interpreter/src/memory_managers/SimpleMemoryManager.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/memory_managers/SimpleMemoryManager.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/memory_managers/StaticMemoryManager.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/memory_managers/StaticMemoryManager.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/memory_managers/TestMemoryManager.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/memory_managers/TestMemoryManager.h [new file with mode: 0644]
onert-micro/requires.cmake [new file with mode: 0644]
onert-micro/standalone/CMakeLists.txt [new file with mode: 0644]
onert-micro/tests/mbed-os/CMakeLists.txt [new file with mode: 0644]
onert-micro/tests/mbed-os/main.cpp [new file with mode: 0644]
onert-micro/tests/mbed-os/mbed-sources.cmake [new file with mode: 0644]
onert-micro/tests/mbed-os/mbed_config.h [new file with mode: 0644]
onert-micro/tests/mbed-os/startup_stm32h743xx.S [new file with mode: 0644]
packaging/EGL_HEADERS.tar.gz [new file with mode: 0644]
packaging/FLATBUFFERS-1.12.tar.gz [deleted file]
packaging/FLATBUFFERS-2.0.tar.gz [new file with mode: 0644]
packaging/OPENGL_HEADERS.tar.gz [new file with mode: 0644]
packaging/TENSORFLOW-2.3.0-EIGEN.tar.gz [deleted file]
packaging/TENSORFLOW-2.8.0-EIGEN.tar.gz [new file with mode: 0644]
packaging/TENSORFLOW-2.8.0-GEMMLOWP.tar.gz [new file with mode: 0644]
packaging/TENSORFLOW-2.8.0.tar.gz [new file with mode: 0644]
packaging/TENSORFLOW_GPU.tar.gz [deleted file]
packaging/VULKAN.tar.gz [new file with mode: 0644]
packaging/XNNPACK.tar.gz
packaging/nnfw.spec
res/PyTorchExamples/examples/PReLUwConv1d/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/PReLUwConv2d/__init__.py [new file with mode: 0644]
res/PyTorchExamples/ptem.py
res/TensorFlowLiteRecipes/FullyConnected_008/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/FullyConnected_008/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/FullyConnected_008/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/FullyConnected_009/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/FullyConnected_009/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Conv_PReluGraph_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Conv_PReluGraph_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Duplicate_Weights_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Duplicate_Weights_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_FullyConnected_Add_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_FullyConnected_Add_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_TConv_BN_005/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_TConv_BN_005/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Transpose_Abs_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Transpose_Abs_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Transpose_Add_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Transpose_Add_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_005/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_005/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_006/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_006/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_DepthToSpace_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_DepthToSpace_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_SpaceToDepth_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_SpaceToDepth_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/UnidirectionalSequenceLSTM_002/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/UnidirectionalSequenceLSTM_002/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/UnidirectionalSequenceLSTM_003/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/UnidirectionalSequenceLSTM_003/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/UnidirectionalSequenceLSTM_004/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/UnidirectionalSequenceLSTM_004/test.rule [new file with mode: 0644]
res/TensorFlowPythonExamples/.gitignore
res/TensorFlowPythonExamples/README.md
res/TensorFlowPythonExamples/examples/GRU_unroll/__init__.py [new file with mode: 0644]
res/TensorFlowPythonExamples/examples/LSTM_batsize/__init__.py [new file with mode: 0644]
res/TensorFlowPythonExamples/examples/LSTM_retseq/__init__.py [new file with mode: 0644]
res/TensorFlowPythonExamples/examples/LSTM_unroll/__init__.py [new file with mode: 0644]
res/TensorFlowPythonExamples/examples/RNN_GRUCell_unroll/__init__.py [new file with mode: 0644]
res/TensorFlowPythonExamples/examples/RNN_LSTMCell_unroll/__init__.py [new file with mode: 0644]
res/TensorFlowPythonExamples/examples/SimpleRNN_unroll/__init__.py [new file with mode: 0644]
res/TensorFlowPythonExamples/tfpem.py
runtime/contrib/android/api/build.gradle
runtime/contrib/android_tflite/CMakeLists.txt [deleted file]
runtime/contrib/android_tflite/builtin_ops_jni.cc [deleted file]
runtime/contrib/labs/opencl_test/src/opencl_test.cc
runtime/libs/benchmark/include/benchmark/Result.h
runtime/libs/benchmark/src/MemoryPoller.cpp
runtime/libs/benchmark/src/Phases.cpp
runtime/libs/misc/CMakeLists.txt
runtime/libs/ndarray/CMakeLists.txt
runtime/libs/profiling/src/profiling/time.cpp
runtime/libs/tflite/CMakeLists.txt
runtime/libs/tflite/include/tflite/CopyInputInitializer.h [deleted file]
runtime/libs/tflite/include/tflite/Diff.h
runtime/libs/tflite/include/tflite/FeatureView.h [deleted file]
runtime/libs/tflite/include/tflite/InterpreterSession.h
runtime/libs/tflite/include/tflite/NNAPISession.h [deleted file]
runtime/libs/tflite/include/tflite/OutputIndex.h [deleted file]
runtime/libs/tflite/include/tflite/OutputResetter.h [deleted file]
runtime/libs/tflite/include/tflite/Quantization.h [deleted file]
runtime/libs/tflite/include/tflite/RandomInputInitializer.h
runtime/libs/tflite/include/tflite/RandomTestRunner.h [deleted file]
runtime/libs/tflite/include/tflite/Session.h
runtime/libs/tflite/include/tflite/TensorLogger.h [deleted file]
runtime/libs/tflite/include/tflite/TensorUtils.h [deleted file]
runtime/libs/tflite/include/tflite/TensorView.h
runtime/libs/tflite/include/tflite/interp/Builder.h [deleted file]
runtime/libs/tflite/include/tflite/interp/FlatBufferBuilder.h [deleted file]
runtime/libs/tflite/include/tflite/interp/FunctionBuilder.h [deleted file]
runtime/libs/tflite/src/CopyInputInitializer.cpp [deleted file]
runtime/libs/tflite/src/Diff.cpp
runtime/libs/tflite/src/FeatureView.cpp [deleted file]
runtime/libs/tflite/src/OutputResetter.cpp [deleted file]
runtime/libs/tflite/src/Quantization.cpp [deleted file]
runtime/libs/tflite/src/RandomInputInitializer.cpp
runtime/libs/tflite/src/RandomTestRunner.cpp [deleted file]
runtime/libs/tflite/src/interp/FlatBufferBuilder.cpp [deleted file]
runtime/libs/tflite/src/interp/FunctionBuilder.cpp [deleted file]
runtime/onert/api/include/nnfw_version.h
runtime/onert/api/src/nnfw_api_internal.cc
runtime/onert/api/src/nnfw_api_internal.h
runtime/onert/backend/acl_cl/KernelGenerator.cc
runtime/onert/backend/acl_common/AclTensorBuilder.h
runtime/onert/backend/cl_common/include/cl_common/BackendContext.h
runtime/onert/backend/cpu/BackendContext.cc
runtime/onert/backend/cpu/KernelGenerator.cc
runtime/onert/backend/gpu_cl/Backend.h
runtime/onert/backend/gpu_cl/BackendContext.cc
runtime/onert/backend/gpu_cl/BackendContext.h
runtime/onert/backend/gpu_cl/CMakeLists.txt
runtime/onert/backend/gpu_cl/ClFunction.h
runtime/onert/backend/gpu_cl/Config.h
runtime/onert/backend/gpu_cl/KernelGenerator.cc
runtime/onert/backend/gpu_cl/KernelGenerator.h
runtime/onert/backend/gpu_cl/MemoryManager.h
runtime/onert/backend/gpu_cl/TensorBuilder.cc
runtime/onert/backend/gpu_cl/TensorBuilder.h
runtime/onert/backend/gpu_cl/TensorBuilderHelper.h [deleted file]
runtime/onert/backend/gpu_cl/TensorManager.cc
runtime/onert/backend/gpu_cl/TensorManager.h
runtime/onert/backend/gpu_cl/TensorRegistry.h
runtime/onert/backend/gpu_cl/Utils.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ex/InferenceContextEx.h [deleted file]
runtime/onert/backend/gpu_cl/operand/CLTensor.cc
runtime/onert/backend/gpu_cl/operand/CLTensor.h
runtime/onert/backend/gpu_cl/operand/ICLTensor.cc
runtime/onert/backend/gpu_cl/operand/ICLTensor.h
runtime/onert/backend/ruy/BackendContext.cc
runtime/onert/backend/trix/BackendContext.cc
runtime/onert/backend/trix/BatchThreadPool.cc [new file with mode: 0644]
runtime/onert/backend/trix/BatchThreadPool.h [new file with mode: 0644]
runtime/onert/backend/trix/Convert.cc [new file with mode: 0644]
runtime/onert/backend/trix/Convert.h [new file with mode: 0644]
runtime/onert/backend/trix/DevContext.cc [new file with mode: 0644]
runtime/onert/backend/trix/DevContext.h
runtime/onert/backend/trix/KernelGenerator.cc
runtime/onert/backend/trix/ops/BulkLayer.cc
runtime/onert/backend/trix/ops/BulkLayer.h
runtime/onert/backend/xnnpack/BackendContext.cc
runtime/onert/core/CMakeLists.txt
runtime/onert/core/include/backend/basic/BackendContextHelpers.h
runtime/onert/core/include/compiler/Compiler.h
runtime/onert/core/include/compiler/CompilerFactory.h [new file with mode: 0644]
runtime/onert/core/include/compiler/CompilerOptions.h [new file with mode: 0644]
runtime/onert/core/include/compiler/ICompiler.h [new file with mode: 0644]
runtime/onert/core/include/compiler/LoweredGraph.h
runtime/onert/core/include/compiler/StaticShapeInferer.h
runtime/onert/core/include/exec/Execution.h
runtime/onert/core/include/exec/Executors.h [deleted file]
runtime/onert/core/include/exec/FunctionSequence.h
runtime/onert/core/include/exec/IExecutor.h
runtime/onert/core/include/exec/IExecutors.h [new file with mode: 0644]
runtime/onert/core/include/ir/Graph.h
runtime/onert/core/include/ir/Index.h
runtime/onert/core/include/ir/NNPkg.h
runtime/onert/core/include/ir/OperandIndexSequence.h
runtime/onert/core/include/ir/Shape.h
runtime/onert/core/include/util/Config.lst
runtime/onert/core/include/util/Index.h
runtime/onert/core/include/util/ObjectManager.h
runtime/onert/core/include/util/Utils.h
runtime/onert/core/src/backend/basic/MemoryManager.cc
runtime/onert/core/src/backend/basic/MemoryPlanner.cc
runtime/onert/core/src/backend/basic/StaticTensorManager.cc
runtime/onert/core/src/backend/builtin/BackendContext.cc
runtime/onert/core/src/backend/builtin/IOTensor.h
runtime/onert/core/src/backend/builtin/KernelGenerator.cc
runtime/onert/core/src/backend/builtin/KernelGenerator.h
runtime/onert/core/src/backend/builtin/kernel/IfLayer.cc
runtime/onert/core/src/backend/builtin/kernel/IfLayer.h
runtime/onert/core/src/backend/builtin/kernel/PermuteLayer.cc
runtime/onert/core/src/backend/builtin/kernel/WhileLayer.cc
runtime/onert/core/src/backend/builtin/kernel/WhileLayer.h
runtime/onert/core/src/compiler/Compiler.cc
runtime/onert/core/src/compiler/CompilerFactory.cc [new file with mode: 0644]
runtime/onert/core/src/compiler/CompilerOptions.cc [new file with mode: 0644]
runtime/onert/core/src/compiler/ExecutorFactory.cc
runtime/onert/core/src/compiler/ExecutorFactory.h
runtime/onert/core/src/compiler/Fp32ToFp16Converter.cc
runtime/onert/core/src/compiler/HEScheduler.cc
runtime/onert/core/src/compiler/HEScheduler.test.cc
runtime/onert/core/src/compiler/LoweredGraph.cc
runtime/onert/core/src/compiler/ManualScheduler.cc
runtime/onert/core/src/compiler/MultiModelCompiler.cc [new file with mode: 0644]
runtime/onert/core/src/compiler/MultiModelCompiler.h [new file with mode: 0644]
runtime/onert/core/src/compiler/StaticShapeInferer.cc
runtime/onert/core/src/compiler/TensorRegistries.h
runtime/onert/core/src/compiler/pass/OddOutputPass.cc
runtime/onert/core/src/compiler/pass/PassRunner.cc
runtime/onert/core/src/compiler/pass/PermutationInsertionPass.cc
runtime/onert/core/src/exec/Execution.cc
runtime/onert/core/src/exec/Execution.test.cc
runtime/onert/core/src/exec/ExecutionObservee.cc
runtime/onert/core/src/exec/ExecutionObservers.h
runtime/onert/core/src/exec/ExecutorBase.cc
runtime/onert/core/src/exec/ExecutorBase.h
runtime/onert/core/src/exec/Executors.cc
runtime/onert/core/src/exec/Executors.h [new file with mode: 0644]
runtime/onert/core/src/exec/IPermuteFunction.cc [new file with mode: 0644]
runtime/onert/core/src/exec/IPermuteFunction.h
runtime/onert/core/src/exec/IPermuteFunction.test.cc [new file with mode: 0644]
runtime/onert/core/src/exec/ParallelScheduler.cc
runtime/onert/core/src/exec/SingleModelExecutors.cc [new file with mode: 0644]
runtime/onert/core/src/exec/SingleModelExecutors.h [new file with mode: 0644]
runtime/onert/core/src/exec/ThreadPool.cc
runtime/onert/core/src/interp/Buffer.h [deleted file]
runtime/onert/core/src/interp/ExecEnv.h [deleted file]
runtime/onert/core/src/interp/InterpExecutor.cc [deleted file]
runtime/onert/core/src/interp/InterpExecutor.h [deleted file]
runtime/onert/core/src/interp/InterpExecutor.test.cc [deleted file]
runtime/onert/core/src/interp/InterpOps.lst [deleted file]
runtime/onert/core/src/interp/Interpreter.cc [deleted file]
runtime/onert/core/src/interp/Interpreter.h [deleted file]
runtime/onert/core/src/interp/Registration.h [deleted file]
runtime/onert/core/src/interp/Tensor.cc [deleted file]
runtime/onert/core/src/interp/Tensor.h [deleted file]
runtime/onert/core/src/interp/operations/BinaryArithmeticOps.cc [deleted file]
runtime/onert/core/src/interp/operations/Concat.cc [deleted file]
runtime/onert/core/src/interp/operations/Conv2D.cc [deleted file]
runtime/onert/core/src/interp/operations/DepthwiseConv2D.cc [deleted file]
runtime/onert/core/src/interp/operations/ElementwiseActivations.cc [deleted file]
runtime/onert/core/src/interp/operations/FullyConnected.cc [deleted file]
runtime/onert/core/src/interp/operations/Gather.cc [deleted file]
runtime/onert/core/src/interp/operations/InstanceNorm.cc [deleted file]
runtime/onert/core/src/interp/operations/OperationUtil.h [deleted file]
runtime/onert/core/src/interp/operations/Pad.cc [deleted file]
runtime/onert/core/src/interp/operations/Pool2D.cc [deleted file]
runtime/onert/core/src/interp/operations/Reshape.cc [deleted file]
runtime/onert/core/src/interp/operations/Softmax.cc [deleted file]
runtime/onert/core/src/interp/operations/TransposeConv.cc [deleted file]
runtime/onert/core/src/ir/Shape.cc
runtime/onert/core/src/ir/Shape.test.cc
runtime/onert/core/src/util/ChromeTracingEventWriter.cc
runtime/onert/core/src/util/MDTableEventWriter.cc
runtime/onert/core/src/util/SNPEEventWriter.cc
runtime/onert/core/src/util/ShapeInference.cc
runtime/onert/frontend/base_loader/include/base_loader.h
runtime/onert/frontend/circle/src/circle_loader.cc
runtime/onert/frontend/nnapi/CMakeLists.txt
runtime/onert/frontend/nnapi/compilation.cc
runtime/onert/frontend/nnapi/execution.cc
runtime/onert/frontend/nnapi/wrapper/ANeuralNetworksCompilation.cc
runtime/onert/frontend/nnapi/wrapper/ANeuralNetworksCompilation.h
runtime/onert/frontend/nnapi/wrapper/ANeuralNetworksExecution.h
runtime/onert/frontend/tflite/src/tflite_loader.cc
runtime/service/npud/CMakeLists.txt
runtime/service/npud/backend/CMakeLists.txt [new file with mode: 0644]
runtime/service/npud/backend/trix/CMakeLists.txt [new file with mode: 0644]
runtime/service/npud/backend/trix/TrixBackend.cc [new file with mode: 0644]
runtime/service/npud/backend/trix/TrixBackend.h [new file with mode: 0644]
runtime/service/npud/core/Backend.h [new file with mode: 0644]
runtime/service/npud/core/CMakeLists.txt [new file with mode: 0644]
runtime/service/npud/core/ContextManager.cc [new file with mode: 0644]
runtime/service/npud/core/ContextManager.h [new file with mode: 0644]
runtime/service/npud/core/Core.cc [new file with mode: 0644]
runtime/service/npud/core/Core.h [new file with mode: 0644]
runtime/service/npud/core/DBus.cc [new file with mode: 0644]
runtime/service/npud/core/DBus.h [new file with mode: 0644]
runtime/service/npud/core/DevManager.cc [new file with mode: 0644]
runtime/service/npud/core/DevManager.h [new file with mode: 0644]
runtime/service/npud/core/DynamicLoader.cc [new file with mode: 0644]
runtime/service/npud/core/DynamicLoader.h [new file with mode: 0644]
runtime/service/npud/core/Server.cc
runtime/service/npud/core/Server.h
runtime/service/npud/core/Signal.cc
runtime/service/npud/core/ir/DataType.h [new file with mode: 0644]
runtime/service/npud/core/ir/Layout.h [new file with mode: 0644]
runtime/service/npud/core/main.cc
runtime/service/npud/core/util/Config.lst [new file with mode: 0644]
runtime/service/npud/core/util/ConfigSource.cc [moved from runtime/service/npud/util/ConfigSource.cc with 100% similarity]
runtime/service/npud/core/util/ConfigSource.h [moved from runtime/service/npud/util/ConfigSource.h with 100% similarity]
runtime/service/npud/core/util/Logging.h [moved from runtime/service/npud/util/Logging.h with 100% similarity]
runtime/service/npud/org.tizen.npud.conf [new file with mode: 0644]
runtime/service/npud/org.tizen.npud.xml [new file with mode: 0644]
runtime/service/npud/tests/CMakeLists.txt [new file with mode: 0644]
runtime/service/npud/tests/core/DBus.test.cc [new file with mode: 0644]
runtime/service/npud/tests/core/Server.test.cc [new file with mode: 0644]
runtime/service/npud/tests/core/Signal.test.cc [new file with mode: 0644]
runtime/service/npud/util/Config.lst [deleted file]
tests/nnapi/CMakeLists.txt
tests/nnapi/include/NeuralNetworksWrapper.h
tests/nnapi/nnapi_gtest.skip.noarch.interp [deleted file]
tests/nnapi/src/TestNeuralNetworksWrapper.h
tests/nnfw_api/CMakeLists.txt
tests/nnfw_api/src/ValidationTestAddModelLoaded.test.cc
tests/nnfw_api/src/ValidationTestPipelineSession.test.cc [deleted file]
tests/scripts/README.md
tests/scripts/benchmark.sh
tests/scripts/benchmark_nnapi.sh [deleted file]
tests/scripts/benchmark_nnpkg.sh
tests/scripts/benchmark_ops.sh [new file with mode: 0755]
tests/scripts/command/nnpkg-test
tests/scripts/command/prepare-model
tests/scripts/command/unittest
tests/scripts/command/verify-tflite
tests/scripts/common.sh
tests/scripts/list/nnapi_test.aarch64.list [deleted file]
tests/scripts/list/nnapi_test.armv7l.list [deleted file]
tests/scripts/list/nnpkg_test_list.noarch.interp [deleted file]
tests/scripts/list/tflite_comparator.aarch64.acl_cl.list
tests/scripts/list/tflite_comparator.aarch64.acl_neon.list
tests/scripts/list/tflite_comparator.armv7l.acl_cl.list
tests/scripts/list/tflite_comparator.armv7l.acl_neon.list
tests/scripts/list/tflite_comparator.armv7l.cpu.list
tests/scripts/list/tflite_comparator.noarch.interp.list [deleted file]
tests/scripts/list/tflite_comparator.x86_64.cpu.list
tests/scripts/merge_result_of_benchmark_nnpkg.py
tests/scripts/models/run_test.sh
tests/scripts/onert-test
tests/scripts/test-driver.sh [deleted file]
tests/scripts/test_framework.sh [deleted file]
tests/scripts/test_scheduler_with_profiling.sh
tests/tools/nnapi_test/CMakeLists.txt [deleted file]
tests/tools/nnapi_test/src/args.cc [deleted file]
tests/tools/nnapi_test/src/args.h [deleted file]
tests/tools/nnapi_test/src/nnapi_test.cc [deleted file]
tests/tools/nnpackage_run/CMakeLists.txt [deleted file]
tests/tools/nnpackage_run/README.md [deleted file]
tests/tools/nnpackage_run/src/allocation.h [deleted file]
tests/tools/nnpackage_run/src/args.cc [deleted file]
tests/tools/nnpackage_run/src/args.h [deleted file]
tests/tools/nnpackage_run/src/formatter.h [deleted file]
tests/tools/nnpackage_run/src/h5formatter.cc [deleted file]
tests/tools/nnpackage_run/src/h5formatter.h [deleted file]
tests/tools/nnpackage_run/src/nnfw_util.cc [deleted file]
tests/tools/nnpackage_run/src/nnfw_util.h [deleted file]
tests/tools/nnpackage_run/src/nnpackage_run.cc [deleted file]
tests/tools/nnpackage_run/src/randomgen.cc [deleted file]
tests/tools/nnpackage_run/src/randomgen.h [deleted file]
tests/tools/nnpackage_run/src/rawformatter.cc [deleted file]
tests/tools/nnpackage_run/src/rawformatter.h [deleted file]
tests/tools/nnpackage_run/src/types.h [deleted file]
tests/tools/onert_run/CMakeLists.txt [new file with mode: 0644]
tests/tools/onert_run/README.md [new file with mode: 0644]
tests/tools/onert_run/src/allocation.h [new file with mode: 0644]
tests/tools/onert_run/src/args.cc [new file with mode: 0644]
tests/tools/onert_run/src/args.h [new file with mode: 0644]
tests/tools/onert_run/src/formatter.h [new file with mode: 0644]
tests/tools/onert_run/src/h5formatter.cc [new file with mode: 0644]
tests/tools/onert_run/src/h5formatter.h [new file with mode: 0644]
tests/tools/onert_run/src/nnfw_util.cc [new file with mode: 0644]
tests/tools/onert_run/src/nnfw_util.h [new file with mode: 0644]
tests/tools/onert_run/src/onert_run.cc [new file with mode: 0644]
tests/tools/onert_run/src/randomgen.cc [new file with mode: 0644]
tests/tools/onert_run/src/randomgen.h [new file with mode: 0644]
tests/tools/onert_run/src/rawformatter.cc [new file with mode: 0644]
tests/tools/onert_run/src/rawformatter.h [new file with mode: 0644]
tests/tools/onert_run/src/types.h [new file with mode: 0644]
tests/tools/tflite_benchmark_model/CMakeLists.txt [deleted file]
tests/tools/tflite_benchmark_model/README.md [deleted file]
tests/tools/tflite_benchmark_model/benchmark_tflite_model.cc [deleted file]
tests/tools/tflite_benchmark_model/profile_summarizer.cc [deleted file]
tests/tools/tflite_benchmark_model/stats_calculator.cc [deleted file]
tests/tools/tflite_comparator/src/tflite_comparator.cc
tests/tools/tflite_run/CMakeLists.txt
tests/tools/tflite_run/src/tensor_dumper.cc
tests/tools/tflite_run/src/tensor_dumper.h
tests/tools/tflite_run/src/tensor_loader.cc
tests/tools/tflite_run/src/tensor_loader.h
tests/tools/tflite_run/src/tflite_run.cc
tests/tools/tflite_vanilla_run/CMakeLists.txt [deleted file]
tests/tools/tflite_vanilla_run/src/args.cc [deleted file]
tests/tools/tflite_vanilla_run/src/args.h [deleted file]
tests/tools/tflite_vanilla_run/src/tensor_view.h [deleted file]
tests/tools/tflite_vanilla_run/src/tflite_vanilla_run.cc [deleted file]
tools/nnpackage_tool/model2nnpkg/README.md
tools/nnpackage_tool/model2nnpkg/model2nnpkg.py [new file with mode: 0755]
tools/nnpackage_tool/model2nnpkg/model2nnpkg.sh
tools/nnpackage_tool/nncc-tc-to-nnpkg-tc/README.md
tools/nnpackage_tool/nncc-tc-to-nnpkg-tc/nncc-tc-to-nnpkg-tc.sh
tools/nnpackage_tool/qnf/qnf.md [new file with mode: 0644]
tools/nnpackage_tool/qnf/qnf.py [new file with mode: 0644]
tools/nnpackage_tool/qnf/requirements.txt [new file with mode: 0644]
tools/nnpackage_tool/sth2nnpkgtc/pb2nnpkgtc.sh
tools/nnpackage_tool/sth2nnpkgtc/tflite2nnpkgtc.md
tools/nnpackage_tool/sth2nnpkgtc/tflite2nnpkgtc.sh
tools/pareto_profiler/README.md
tools/pareto_profiler/estimator/brute_force_profiler.py
tools/pareto_profiler/estimator/profile_args.py
tools/pareto_profiler/estimator/runner.py
tools/stab/remote.py
tools/tflitefile_tool/README.md
tools/tflitefile_tool/parser/tflite/tflite_tensor.py
tools/tflitefile_tool/select_operator.py