Imported Upstream version 1.25.0 upstream submit/tizen/20230908.105404 upstream/1.25.0
authorHyeongseok Oh <hseok82.oh@samsung.com>
Fri, 8 Sep 2023 10:51:25 +0000 (10:51 +0000)
committerHyeongseok Oh <hseok82.oh@samsung.com>
Fri, 8 Sep 2023 10:51:25 +0000 (10:51 +0000)
commiteed258505ee1ad0f72d9e0a8a3934f2e9e7b5e79
tree1aa860656489469003375a0f67edb1d729f7dc6b
parent3a0ad354832744d138b361ffcfd21f33494beb6b
Imported Upstream version 1.25.0
1445 files changed:
.ahub/sam/exclude.txt
.ahub/tcchecker-tca/config.yaml
.github/workflows/run-onert-micro-unit-tests.yml [new file with mode: 0644]
Makefile.template
compiler/CMakeLists.txt
compiler/arser/CMakeLists.txt
compiler/circle-eval-diff/src/InputDataLoader.cpp
compiler/circle-inspect/CMakeLists.txt
compiler/circle-inspect/requires.cmake
compiler/circle-interpreter-test/CMakeLists.txt
compiler/circle-interpreter-test/requires.cmake
compiler/circle-mpqsolver/CMakeLists.txt
compiler/circle-mpqsolver/README.md
compiler/circle-mpqsolver/src/CircleMPQSolver.cpp
compiler/circle-mpqsolver/src/MPQSolver.cpp
compiler/circle-mpqsolver/src/MPQSolver.h
compiler/circle-mpqsolver/src/bisection/BisectionSolver.cpp
compiler/circle-mpqsolver/src/bisection/BisectionSolver.h
compiler/circle-mpqsolver/src/bisection/DepthParameterizer.test.cpp
compiler/circle-mpqsolver/src/bisection/ErrorApproximator.cpp [deleted file]
compiler/circle-mpqsolver/src/bisection/ErrorApproximator.test.cpp [deleted file]
compiler/circle-mpqsolver/src/bisection/VISQErrorApproximator.cpp
compiler/circle-mpqsolver/src/bisection/VISQErrorApproximator.h
compiler/circle-mpqsolver/src/bisection/VISQErrorApproximator.test.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/core/Dumper.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/core/Dumper.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/core/DumpingHooks.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/core/DumpingHooks.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/core/ErrorMetric.cpp [moved from compiler/circle-mpqsolver/src/bisection/ErrorMetric.cpp with 94% similarity]
compiler/circle-mpqsolver/src/core/ErrorMetric.h [moved from compiler/circle-mpqsolver/src/bisection/ErrorMetric.h with 87% similarity]
compiler/circle-mpqsolver/src/core/ErrorMetric.test.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/core/Evaluator.cpp [moved from compiler/circle-mpqsolver/src/bisection/Evaluator.cpp with 97% similarity]
compiler/circle-mpqsolver/src/core/Evaluator.h [moved from compiler/circle-mpqsolver/src/bisection/Evaluator.h with 89% similarity]
compiler/circle-mpqsolver/src/core/Quantizer.cpp [moved from compiler/circle-mpqsolver/src/bisection/Quantizer.cpp with 95% similarity]
compiler/circle-mpqsolver/src/core/Quantizer.h [moved from compiler/circle-mpqsolver/src/bisection/Quantizer.h with 76% similarity]
compiler/circle-mpqsolver/src/core/Quantizer.test.cpp [moved from compiler/circle-mpqsolver/src/bisection/Quantizer.test.cpp with 92% similarity]
compiler/circle-mpqsolver/src/core/SolverHooks.cpp [moved from onert-micro/luci-interpreter/pal/linux/PALFill.h with 64% similarity]
compiler/circle-mpqsolver/src/core/SolverHooks.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/core/SolverOutput.cpp [new file with mode: 0644]
compiler/circle-mpqsolver/src/core/SolverOutput.h [new file with mode: 0644]
compiler/circle-mpqsolver/src/core/TestHelper.h [moved from compiler/circle-mpqsolver/src/bisection/TestHelper.h with 100% similarity]
compiler/circle-operator/CMakeLists.txt
compiler/circle-operator/requires.cmake
compiler/circle-opselector/driver/Driver.cpp
compiler/circle-opselector/src/OpSelector.cpp
compiler/circle-part-value-test/CMakeLists.txt
compiler/circle-quantizer-dredd-recipe-test/CMakeLists.txt
compiler/circle-quantizer-dredd-recipe-test/test.lst
compiler/circle-quantizer/src/CircleQuantizer.cpp
compiler/circle-tensordump/CMakeLists.txt
compiler/circle-tensordump/requires.cmake
compiler/circle-tensordump/src/Dump.cpp
compiler/circle-verify/CMakeLists.txt
compiler/circle-verify/requires.cmake
compiler/circle2circle-dredd-recipe-test/test.lst
compiler/circle2circle/src/Circle2Circle.cpp
compiler/circlechef/CMakeLists.txt
compiler/circlechef/circle/CMakeLists.txt
compiler/circlechef/core/CMakeLists.txt
compiler/circlechef/requires.cmake
compiler/circledump/CMakeLists.txt
compiler/circledump/README.md
compiler/circledump/requires.cmake
compiler/circledump/src/MetadataPrinter.h
compiler/circledump/src/OpPrinter.cpp
compiler/common-artifacts/CMakeLists.txt
compiler/common-artifacts/exclude.lst
compiler/dalgona-test/CMakeLists.txt
compiler/dalgona/src/Dalgona.cpp
compiler/dalgona/src/PostOperatorHook.h
compiler/dalgona/src/Utils.cpp
compiler/dalgona/src/Utils.h
compiler/dio-hdf5/include/dio_hdf5/HDF5Importer.h
compiler/dio-hdf5/src/HDF5Importer.cpp
compiler/dio-hdf5/src/HDF5Importer.test.cpp
compiler/loco/CMakeLists.txt
compiler/luci-eval-driver/src/EvalDriver.cpp
compiler/luci-interpreter/include/luci_interpreter/core/Tensor.h
compiler/luci-interpreter/pal/linux/KernelsToBuild.lst
compiler/luci-interpreter/pal/linux/PALGelu.h [moved from onert-micro/luci-interpreter/pal/linux/PALElu.h with 53% similarity]
compiler/luci-interpreter/pal/linux/PALHardSwish.h [moved from onert-micro/luci-interpreter/pal/linux/PALLeakyRelu.h with 63% similarity]
compiler/luci-interpreter/pal/linux/pal.cmake
compiler/luci-interpreter/src/core/KernelParams.h
compiler/luci-interpreter/src/kernels/FloorMod.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/FloorMod.h [moved from onert-micro/luci-interpreter/src/kernels/Less.h with 68% similarity]
compiler/luci-interpreter/src/kernels/FloorMod.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Gelu.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Gelu.h [moved from onert-micro/luci-interpreter/src/kernels/Exp.h with 73% similarity]
compiler/luci-interpreter/src/kernels/Gelu.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/HardSwish.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/HardSwish.h [moved from onert-micro/luci-interpreter/src/kernels/Elu.h with 74% similarity]
compiler/luci-interpreter/src/kernels/HardSwish.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Log.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Log.h [moved from onert-micro/luci-interpreter/src/kernels/Relu6.h with 73% similarity]
compiler/luci-interpreter/src/kernels/Log.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Reshape.cpp
compiler/luci-interpreter/src/kernels/Reshape.test.cpp
compiler/luci-interpreter/src/kernels/Select.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Select.h [moved from onert-micro/luci-interpreter/src/kernels/Greater.h with 54% similarity]
compiler/luci-interpreter/src/kernels/Select.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Sub.cpp
compiler/luci-interpreter/src/kernels/Sum.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Sum.h [moved from onert-micro/luci-interpreter/src/kernels/Shape.h with 63% similarity]
compiler/luci-interpreter/src/kernels/Sum.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/TransposeConv.test.cpp
compiler/luci-interpreter/src/loader/KernelBuilder.test.cpp
compiler/luci-interpreter/src/loader/nodes/FloorMod.cpp [moved from onert-micro/luci-interpreter/src/loader/nodes/Floor.cpp with 52% similarity]
compiler/luci-interpreter/src/loader/nodes/Gelu.cpp [moved from onert-micro/luci-interpreter/src/loader/nodes/PRelu.cpp with 52% similarity]
compiler/luci-interpreter/src/loader/nodes/HardSwish.cpp [moved from onert-micro/luci-interpreter/src/loader/nodes/LessEqual.cpp with 56% similarity]
compiler/luci-interpreter/src/loader/nodes/Log.cpp [moved from onert-micro/luci-interpreter/src/loader/nodes/Exp.cpp with 56% similarity]
compiler/luci-interpreter/src/loader/nodes/Select.cpp [moved from onert-micro/luci-interpreter/src/loader/nodes/Cast.cpp with 50% similarity]
compiler/luci-interpreter/src/loader/nodes/Sum.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/TransposeConv.cpp
compiler/luci-pass-value-test/CMakeLists.txt
compiler/luci-pass-value-test/test.lst
compiler/luci-value-test/CMakeLists.txt
compiler/luci-value-test/test.lst
compiler/luci/export/CMakeLists.txt
compiler/luci/export/src/CircleBuiltinTypesExtractor.h
compiler/luci/export/src/CircleOps.lst
compiler/luci/import/CMakeLists.txt
compiler/luci/import/include/luci/Import/NodeBuilder.h
compiler/luci/import/include/luci/Import/Nodes.h
compiler/luci/import/include/luci/Import/Nodes/CircleGelu.h [new file with mode: 0644]
compiler/luci/import/include/luci/Import/Nodes/CircleHardSwish.h [new file with mode: 0644]
compiler/luci/import/src/GraphBuilderRegistry.cpp
compiler/luci/import/src/Nodes/CircleGelu.cpp [new file with mode: 0644]
compiler/luci/import/src/Nodes/CircleHardSwish.cpp [new file with mode: 0644]
compiler/luci/import/src/Nodes/CircleReshape.cpp
compiler/luci/import/src/Nodes/CircleTransposeConv.cpp
compiler/luci/lang/include/luci/IR/CircleNodes.h
compiler/luci/lang/include/luci/IR/CircleNodes.lst
compiler/luci/lang/include/luci/IR/Nodes/CircleGelu.h [new file with mode: 0644]
compiler/luci/lang/include/luci/IR/Nodes/CircleHardSwish.h [new file with mode: 0644]
compiler/luci/lang/include/luci/IR/Nodes/CircleTransposeConv.h
compiler/luci/lang/src/Nodes/CircleGelu.test.cpp [new file with mode: 0644]
compiler/luci/lang/src/Nodes/CircleHardSwish.test.cpp [new file with mode: 0644]
compiler/luci/logex/src/CircleNodeSummaryBuilder.cpp
compiler/luci/logex/src/CircleNodeSummaryBuilder.test.cpp
compiler/luci/logex/src/CircleNodeSummaryBuilders.cpp
compiler/luci/logex/src/CircleNodeSummaryBuilders.h
compiler/luci/partition/CMakeLists.txt
compiler/luci/partition/include/luci/ConnectNode.h
compiler/luci/partition/src/Nodes/CircleGelu.cpp [moved from onert-micro/luci-interpreter/src/loader/nodes/While.cpp with 53% similarity]
compiler/luci/partition/src/Nodes/CircleGelu.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleHardSwish.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleHardSwish.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTransposeConv.test.cpp
compiler/luci/pass/include/luci/CircleOptimizer.h
compiler/luci/pass/include/luci/CircleQuantizer.h
compiler/luci/pass/include/luci/DynamicBatchToSingleBatch.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/DecomposeHardSwishPass.h [moved from onert-micro/luci-interpreter/src/loader/nodes/If.cpp with 53% similarity]
compiler/luci/pass/include/luci/Pass/DynamicBatchToSingleBatchPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/FuseGeluPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/QuantizeWeightsPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/RequantizePass.h
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/DecomposeHardSwishPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/DecomposeHardSwishPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/DynamicBatchToSingleBatch.cpp [new file with mode: 0644]
compiler/luci/pass/src/DynamicBatchToSingleBatchPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/DynamicBatchToSingleBatchPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/FoldAddV2Pass.test.cpp
compiler/luci/pass/src/FoldCastPass.test.cpp
compiler/luci/pass/src/FoldDequantizePass.test.cpp
compiler/luci/pass/src/FuseActivationFunctionPass.cpp
compiler/luci/pass/src/FuseAddWithFullyConnectedPass.test.cpp
compiler/luci/pass/src/FuseAddWithTConvPass.cpp
compiler/luci/pass/src/FuseBatchNormWithTConvPass.cpp
compiler/luci/pass/src/FuseGeluPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/FuseGeluPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/PropagateQParamBackwardPass.cpp
compiler/luci/pass/src/PropagateQParamBackwardPass.test.cpp
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/QuantizeBias.test.cpp
compiler/luci/pass/src/QuantizeDequantizeWeightsPass.cpp
compiler/luci/pass/src/QuantizePreCheckerPass.test.cpp
compiler/luci/pass/src/QuantizeWeights.cpp
compiler/luci/pass/src/QuantizeWeightsOnly.cpp [new file with mode: 0644]
compiler/luci/pass/src/QuantizeWeightsOnly.h [new file with mode: 0644]
compiler/luci/pass/src/QuantizeWeightsPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/QuantizeWeightsPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/QuantizeWithMinMaxPass.cpp
compiler/luci/pass/src/QuantizedModelVerifier.test.cpp
compiler/luci/pass/src/ReplaceNonConstFCWithBatchMatMulPass.test.cpp
compiler/luci/pass/src/ReplaceSubWithAddPass.cpp
compiler/luci/pass/src/RequantizePass.cpp
compiler/luci/pass/src/RequantizePass.test.cpp
compiler/luci/pass/src/ResolveCustomOpMatMulPass.cpp
compiler/luci/pass/src/SubstituteSplitVToSplitPass.test.cpp
compiler/luci/pass/src/VerifyQuantizedBiasScale.cpp
compiler/luci/pass/src/VerifyQuantizedNodeGranularity.h
compiler/luci/pass/src/VerifyQuantizedNodeType.cpp
compiler/luci/pass/src/VerifyQuantizedNodeType.h
compiler/luci/pass/src/helpers/CreateCircleConst.cpp [moved from onert-micro/luci-interpreter/pal/cmsisnn/PALFill.h with 68% similarity]
compiler/luci/pass/src/helpers/CreateCircleConst.h [new file with mode: 0644]
compiler/luci/pass/src/helpers/TypeMapper.h
compiler/luci/requires.cmake
compiler/luci/service/include/luci/Service/CircleShapeInference.h
compiler/luci/service/include/luci/Service/CircleTypeInference.h
compiler/luci/service/include/luci/Service/Validate.h
compiler/luci/service/src/CircleCloneNode.h
compiler/luci/service/src/CircleShapeInferenceRule.cpp
compiler/luci/service/src/CircleTypeInferenceRule.cpp
compiler/luci/service/src/Nodes/CircleGelu.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleGelu.test.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleHardSwish.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleHardSwish.test.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleTransposeConv.cpp
compiler/luci/service/src/Nodes/CircleTransposeConv.test.cpp
compiler/luci/service/src/ShapeInfer_StridedSlice.cpp
compiler/luci/service/src/Validate.cpp
compiler/luci/tests/test.lst
compiler/mio-circle05/CMakeLists.txt [new file with mode: 0644]
compiler/mio-circle05/README.md [new file with mode: 0644]
compiler/mio-circle05/example.cpp [new file with mode: 0644]
compiler/mio-circle05/include/mio_circle/Helper.h [new file with mode: 0644]
compiler/mio-circle05/include/mio_circle/Reader.h [new file with mode: 0644]
compiler/mio-circle05/src/Helper.cpp [new file with mode: 0644]
compiler/mio-circle05/src/Helper.test.cpp [new file with mode: 0644]
compiler/mio-circle05/src/Reader.cpp [new file with mode: 0644]
compiler/mio-circle05/src/Reader.test.cpp [new file with mode: 0644]
compiler/mio-circle06/CMakeLists.txt [new file with mode: 0644]
compiler/mio-circle06/README.md [new file with mode: 0644]
compiler/mio-circle06/example.cpp [new file with mode: 0644]
compiler/mio-circle06/include/mio_circle/Helper.h [new file with mode: 0644]
compiler/mio-circle06/include/mio_circle/Reader.h [new file with mode: 0644]
compiler/mio-circle06/src/Helper.cpp [new file with mode: 0644]
compiler/mio-circle06/src/Helper.test.cpp [new file with mode: 0644]
compiler/mio-circle06/src/Reader.cpp [new file with mode: 0644]
compiler/mio-circle06/src/Reader.test.cpp [new file with mode: 0644]
compiler/mio-tflite2121/CMakeLists.txt [new file with mode: 0644]
compiler/mio-tflite2121/README.md [new file with mode: 0644]
compiler/mio-tflite2121/example.cpp [new file with mode: 0644]
compiler/mio-tflite2121/include/mio_tflite2121/Helper.h [new file with mode: 0644]
compiler/mio-tflite2121/src/Helper.cpp [new file with mode: 0644]
compiler/mio-tflite2121/src/Helper.test.cpp [new file with mode: 0644]
compiler/mir/unittests/ShapeRange.cpp
compiler/moco-tf/src/Canonicalization/SoftmaxCanonicalizer.h
compiler/nnc/backends/soft_backend/code_snippets/cpp_header_types.def
compiler/nnc/backends/soft_backend/code_snippets/eigen.def
compiler/one-cmds/CMakeLists.txt
compiler/one-cmds/dummy-driver/CMakeLists.txt
compiler/one-cmds/dummy-driver/src/dummy-onnx-ext.cpp [moved from compiler/circle-mpqsolver/src/bisection/ErrorApproximator.h with 59% similarity]
compiler/one-cmds/dummy-driver/src/dummyV2-compile.cpp [new file with mode: 0644]
compiler/one-cmds/dummy-driver/src/dummyV2-profile.cpp [new file with mode: 0644]
compiler/one-cmds/dummy-driver/src/dummyV3-profile.cpp [new file with mode: 0644]
compiler/one-cmds/one-codegen
compiler/one-cmds/one-import-onnx
compiler/one-cmds/one-import-pytorch
compiler/one-cmds/one-infer
compiler/one-cmds/one-init
compiler/one-cmds/one-prepare-venv
compiler/one-cmds/one-prepare-venv.aarch64 [new file with mode: 0644]
compiler/one-cmds/one-prepare-venv.u1804 [moved from compiler/one-cmds/one-prepare-venv.u2204 with 90% similarity]
compiler/one-cmds/one-profile
compiler/one-cmds/one-quantize
compiler/one-cmds/onecc
compiler/one-cmds/onelib/CfgRunner.py
compiler/one-cmds/onelib/backends.py [new file with mode: 0644]
compiler/one-cmds/onelib/constant.py
compiler/one-cmds/onelib/utils.py
compiler/one-cmds/requires.cmake
compiler/one-cmds/tests/one-codegen_neg_001.test
compiler/one-cmds/tests/one-codegen_neg_002.test [new file with mode: 0644]
compiler/one-cmds/tests/one-codegen_neg_003.test [new file with mode: 0644]
compiler/one-cmds/tests/one-codegen_neg_004.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-codegen_neg_004.test [new file with mode: 0644]
compiler/one-cmds/tests/one-codegen_neg_005.test [new file with mode: 0644]
compiler/one-cmds/tests/one-import-onnx_ext_001.test [new file with mode: 0644]
compiler/one-cmds/tests/one-import_neg_001.test
compiler/one-cmds/tests/one-profile_neg_002.test [new file with mode: 0644]
compiler/one-cmds/tests/one-profile_neg_003.test [new file with mode: 0644]
compiler/one-cmds/tests/one-profile_neg_004.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-profile_neg_004.test [new file with mode: 0644]
compiler/one-cmds/tests/one-profile_neg_005.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_016.test
compiler/one-cmds/tests/one-quantize_017.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_018.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_019.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_020.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_021.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_neg_003.test
compiler/one-cmds/tests/one-quantize_neg_022.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_neg_023.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_045.test
compiler/one-cmds/tests/onecc_046.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_046.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_047.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_047.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_048.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_048.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_049.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_049.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_050.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_050.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_051.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_051.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_052.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_052.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_053.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_053.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_054.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_054.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_055.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_055.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_056.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_056.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_057.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_057.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_058.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_058.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_027.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_027.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_028.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_028.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_029.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_029.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_030.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_030.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_031.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_031.workflow.json [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_032.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_032.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_033.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_033.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_034.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_034.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_035.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_035.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_036.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_036.workflow.json [new file with mode: 0644]
compiler/one-cmds/tests/prepare_test_materials.sh
compiler/one-cmds/tests/preprocess_images.py
compiler/one-cmds/tests/pytorch-operations/example_generator.py
compiler/onecc-docker/docker/Dockerfile
compiler/onecc-docker/onecc-docker
compiler/oops/requires.cmake [new file with mode: 0644]
compiler/pics/CMakeLists.txt
compiler/pics/requires.cmake [new file with mode: 0644]
compiler/pota-quantization-value-test/CMakeLists.txt
compiler/pota-quantization-value-test/compare_tensors.py
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004/channel/int16/wo_quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004/channel/int8/wo_quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002/channel/int16/wo_quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002/channel/int8/wo_quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/requires.cmake
compiler/pota-quantization-value-test/test.lst
compiler/pota-quantization-value-test/test_wo_quantization.sh [new file with mode: 0755]
compiler/record-minmax-conversion-test/CMakeLists.txt
compiler/record-minmax-thread-safety-test/CMakeLists.txt
compiler/record-minmax/CMakeLists.txt
compiler/record-minmax/driver/Driver.cpp
compiler/record-minmax/include/MinMaxComputer.h [new file with mode: 0644]
compiler/record-minmax/include/MinMaxObserver.h
compiler/record-minmax/include/MinMaxVectors.h [new file with mode: 0644]
compiler/record-minmax/include/RecordFunction.h
compiler/record-minmax/include/RecordMinMax.h
compiler/record-minmax/src/MinMaxComputer.cpp [new file with mode: 0644]
compiler/record-minmax/src/RecordFunction.cpp [new file with mode: 0644]
compiler/record-minmax/src/RecordMinMax.cpp
compiler/record-minmax/tests/MinMaxComputer.test.cpp [new file with mode: 0644]
compiler/souschef/include/souschef/Data/Gaussian.h
compiler/souschef/src/Gaussian.cpp
compiler/souschef/src/LexicalCast.cpp
compiler/tf2tfliteV2-conversion-test/CMakeLists.txt
compiler/tfl-inspect/CMakeLists.txt
compiler/tfl-inspect/requires.cmake
compiler/tfl-inspect/src/Reader.cpp
compiler/tfl-verify/CMakeLists.txt
compiler/tfl-verify/requires.cmake
compiler/tflchef/CMakeLists.txt
compiler/tflchef/core/CMakeLists.txt
compiler/tflchef/core/src/Convert.cpp
compiler/tflchef/core/src/CustomOp/Erf.cpp [new file with mode: 0644]
compiler/tflchef/core/src/CustomOp/Erf.h [new file with mode: 0644]
compiler/tflchef/core/src/DataChef.def
compiler/tflchef/core/src/ModelChef.cpp
compiler/tflchef/core/src/Op/Gelu.cpp [new file with mode: 0644]
compiler/tflchef/core/src/Op/Gelu.h [new file with mode: 0644]
compiler/tflchef/core/src/Op/HardSwish.cpp [new file with mode: 0644]
compiler/tflchef/core/src/Op/HardSwish.h [new file with mode: 0644]
compiler/tflchef/core/src/Op/TransposeConv.cpp
compiler/tflchef/core/src/OpChef.def
compiler/tflchef/core/src/OpChefs.h
compiler/tflchef/proto/tflchef.proto
compiler/tflchef/requires.cmake
compiler/tflchef/tests/CMakeLists.txt
compiler/tflchef/tests/custom_erf/test.recipe [new file with mode: 0644]
compiler/tflchef/tflite/CMakeLists.txt
compiler/tflchef/tflite/src/Convert.cpp
compiler/tflchef/tflite/src/Op/Gelu.cpp [new file with mode: 0644]
compiler/tflchef/tflite/src/Op/HardSwish.cpp [new file with mode: 0644]
compiler/tflchef/tflite/src/Op/PRelu.cpp
compiler/tflchef/tflite/src/Op/TransposeConv.cpp
compiler/tflchef/tflite/src/Op/include/Gelu.h [new file with mode: 0644]
compiler/tflchef/tflite/src/Op/include/HardSwish.h [new file with mode: 0644]
compiler/tflchef/tflite/src/RecipeChef.cpp
compiler/tflchef/tflite/src/TFliteImport.cpp
compiler/tflchef/tflite/src/TFliteOpChefs.h
compiler/tflchef/tflite/src/TFliteOpRegistry.h
compiler/tfldump/CMakeLists.txt
compiler/tfldump/requires.cmake
compiler/tfldump/src/Dump.cpp
compiler/tfldump/src/OpPrinter.cpp
compiler/tfldump/src/Read.cpp
compiler/tflite2circle/CMakeLists.txt
compiler/tflite2circle/requires.cmake
compiler/tflite2circle/src/BuildBuiltinOptions.h
compiler/tflite2circle/src/BuildBuiltinOptions/GeluOptions.cpp [new file with mode: 0644]
compiler/tflite2circle/src/BuildBuiltinOptions/GeluOptions.h [new file with mode: 0644]
compiler/tflite2circle/src/BuildBuiltinOptions/TransposeConvOptions.cpp
compiler/tflite2circle/src/CircleModel.cpp
compiler/tflite2circle/src/TFLBuiltinOptions.lst
compiler/tflite2circle/src/TFLOperator.lst
compiler/vconone/CMakeLists.txt
compiler/vconone/src/version.cpp
compiler/visq-unittest/CMakeLists.txt
compiler/visq-unittest/test/testDotBuilder.py
compiler/visq-unittest/test/testQErrorComputer.py
compiler/visq/CMakeLists.txt
compiler/visq/visq
compiler/visq/visqlib/DumpFP32FM.py
compiler/visq/visqlib/DumpFakeQuantFM.py
compiler/visq/visqlib/QErrorComputer.py
compute/ARMComputeEx/src/runtime/CL/functions/CLSplitVEx.cpp
compute/cker/CMakeLists.txt
compute/cker/include/cker/PortableTensorUtils.h
compute/cker/include/cker/Shape.h
compute/cker/include/cker/Types.h
compute/cker/include/cker/eigen/eigen_gemm_eigen.h [new file with mode: 0644]
compute/cker/include/cker/operation/Conv.h
compute/cker/include/cker/operation/DepthwiseConv.h
compute/cker/include/cker/operation/Einsum.h
compute/cker/include/cker/operation/FullyConnected.h
compute/cker/include/cker/operation/optimized/Gemm.h [new file with mode: 0644]
compute/cker/include/cker/operation/reference/Conv.h
compute/cker/include/cker/operation/reference/integer_ops/DepthwiseConvHybrid.h [new file with mode: 0644]
compute/cker/include/cker/train/operation/FullyConnected.h [new file with mode: 0644]
compute/cker/include/cker/train/operation/Loss.h [new file with mode: 0644]
compute/cker/include/cker/train/operation/ReLU.h [new file with mode: 0644]
compute/cker/src/train/FullyConnected.test.cc [new file with mode: 0644]
compute/cker/src/train/Loss.test.cc [new file with mode: 0644]
compute/cker/src/train/Relu.test.cc [new file with mode: 0644]
compute/ruy/include/ruy/Shape.h
docs/conf.py
docs/howto/how-to-build-compiler.md
docs/howto/how-to-build-runtime.md
docs/howto/how-to-cross-build-runtime-for-arm.md
docs/release/1.23/index.rst [new file with mode: 0644]
docs/release/1.23/release-note-1.23.0.md [new file with mode: 0644]
docs/release/1.24/index.rst [new file with mode: 0644]
docs/release/1.24/release-note-1.24.0.md [new file with mode: 0644]
docs/release/1.25/index.rst [new file with mode: 0644]
docs/release/1.25/release-note_1.25.0.md [new file with mode: 0644]
docs/release/onert-micro/0.1/release-note-0.1.0.md [new file with mode: 0644]
docs/release/onert-micro/1.0/release-note-1.0.0.md [new file with mode: 0644]
infra/cmake/packages/AbseilSourceConfig.cmake
infra/cmake/packages/CMSIS-NN-4.1.0/CMSIS-NNConfig.cmake [new file with mode: 0644]
infra/cmake/packages/CMSIS-NN-4.1.0/CMSIS-NNConfigVersion.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowSource-2.12.1/TensorFlowSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowSource-2.12.1/TensorFlowSourceConfigVersion.cmake [new file with mode: 0644]
infra/command/build-docker-image
infra/debian/compiler/changelog
infra/debian/compiler/one-compiler.install
infra/debian/compiler/rules
infra/docker/bionic/Dockerfile.aarch64 [new file with mode: 0644]
infra/docker/focal/Dockerfile
infra/docker/focal/Dockerfile.aarch64 [new file with mode: 0644]
infra/docker/jammy/Dockerfile.aarch64 [new file with mode: 0644]
infra/nncc/Makefile.arm32
infra/nncc/cmake/buildtool/config/config_aarch64-linux.cmake [new file with mode: 0644]
infra/nncc/cmake/buildtool/config/config_aarch64-tizen.cmake [new file with mode: 0644]
infra/nncc/cmake/buildtool/config/config_armv7hl-tizen.cmake [new file with mode: 0644]
infra/nncc/cmake/buildtool/config/config_armv7l-tizen.cmake [new file with mode: 0644]
infra/nncc/cmake/buildtool/config/config_i686-tizen.cmake [new file with mode: 0644]
infra/nncc/cmake/buildtool/config/config_x86_64-tizen.cmake [new file with mode: 0644]
infra/nncc/cmake/options/options_aarch64-darwin.cmake [new file with mode: 0644]
infra/nncc/cmake/options/options_aarch64-linux.cmake [new file with mode: 0644]
infra/nncc/cmake/options/options_aarch64-tizen.cmake [new file with mode: 0644]
infra/nncc/cmake/options/options_armv7hl-tizen.cmake [new file with mode: 0644]
infra/nncc/cmake/options/options_armv7l-tizen.cmake [new file with mode: 0644]
infra/nncc/cmake/options/options_i686-tizen.cmake [new file with mode: 0644]
infra/nncc/cmake/options/options_x86_64-darwin.cmake [new file with mode: 0644]
infra/nncc/cmake/options/options_x86_64-tizen.cmake [new file with mode: 0644]
infra/nnfw/CMakeLists.txt
infra/nnfw/cmake/CfgOptionFlags.cmake
infra/nnfw/cmake/buildtool/config/config_linux.cmake
infra/nnfw/cmake/buildtool/cross/toolchain_armv7l-tizen.cmake [deleted file]
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-tizen.cmake
infra/nnfw/cmake/options/options_i686-tizen.cmake
infra/nnfw/cmake/options/options_x86_64-tizen.cmake
infra/nnfw/cmake/packages/LuciConfig.cmake [new file with mode: 0644]
infra/packaging/build
infra/packaging/preset/20230413 [new file with mode: 0644]
infra/packaging/preset/20230413_windows [new file with mode: 0644]
infra/packaging/preset/20230907 [new file with mode: 0644]
infra/packaging/preset/20230907_windows [new file with mode: 0644]
infra/packaging/res/tf2nnpkg.20230413 [new file with mode: 0644]
infra/packaging/res/tf2nnpkg.20230907 [new file with mode: 0644]
infra/scripts/compiler_modules.sh
infra/scripts/docker_build_nncc.sh
infra/scripts/docker_collect_nnpkg_resources.sh
nnpackage/schema/circle_schema.fbs
onert-micro/CMakeLists.txt
onert-micro/README.md
onert-micro/eval-driver/Driver.cpp
onert-micro/externals/CMakeLists.txt [new file with mode: 0644]
onert-micro/externals/flatbuffers/base.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/code_generators.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/flatbuffers.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/flatc.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/flexbuffers.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/grpc.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/hash.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/idl.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/minireflect.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/pch/flatc_pch.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/pch/pch.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/reflection.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/reflection_generated.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/registry.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/stl_emulation.h [new file with mode: 0644]
onert-micro/externals/flatbuffers/util.h [new file with mode: 0644]
onert-micro/externals/gen/circle-generated/circle/schema_generated.h [new file with mode: 0644]
onert-micro/helpers/GenerateKernelsListHelper.cpp
onert-micro/luci-interpreter/CMakeLists.txt
onert-micro/luci-interpreter/include/luci_interpreter/Interpreter.h
onert-micro/luci-interpreter/include/luci_interpreter/TrainingSettings.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/core/Tensor.h
onert-micro/luci-interpreter/include/luci_interpreter/core/reader/CircleMicroReader.h
onert-micro/luci-interpreter/include/luci_interpreter/onert-micro-version.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/TestDataBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/abs/FloatAbsKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/abs/NegAbsKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/abs/TestDataAbsBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/add/FloatAddKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/add/IntAddKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/add/NegAddKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/add/TestDataAddBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/add_n/FloatAddNKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/add_n/NegAddNKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/add_n/TestDataAddNBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/argmax/FloatArgMaxKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/argmax/NegArgMaxKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/argmax/TestDataArgMaxBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/argmin/FloatArgMinKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/argmin/NegArgMinKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/argmin/TestDataArgMinBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/average_pool_2d/FloatAveragePool2DKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/average_pool_2d/NegAveragePool2DKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/average_pool_2d/TestDataAveragePool2DBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/concatenation/FloatConcatenationKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/concatenation/IntConcatenationKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/concatenation/NegConcatenationKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/concatenation/TestDataConcatenationBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/conv2d/FloatConv2DKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/conv2d/NegConv2DKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/conv2d/TestDataConv2DBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/conv2d/U8Conv2DKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/div/FloatDivKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/div/NegDivKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/div/TestDataDivBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/elu/FloatEluKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/elu/NegEluKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/elu/TestDataEluBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/equal/FloatEqualKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/equal/IntEqualKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/equal/TestDataEqualBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/exp/FloatExpKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/exp/NegExpKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/exp/TestDataExpBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/expand_dims/ExpandDimsKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/fill/FillKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/fill/NegFillKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/fully_connected/FloatFullyConnectedKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/fully_connected/NegFullyConnectedKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/fully_connected/TestDataFullyConnectedBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/fully_connected/U8FullyConnectedKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/gather/FloatGatherKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/gather/IntGatherKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/gather/NegGatherKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/gather/TestDataGatherBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/greater/FloatGreaterKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/greater/TestDataGreaterBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/greater_equal/FloatGreaterEqualKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/greater_equal/TestDataGreaterEqualBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/leaky_relu/FloatLeakyReLUKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/leaky_relu/NegLeakyReLUKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/leaky_relu/TestDataLeakyReLUBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/less/FloatLessKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/less/IntLessKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/less/NegTestDataLessKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/less/QuantLessKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/less/TestDataLessBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/less_equal/FloatLessEqualKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/less_equal/TestDataLessEqualBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/logical_and/BoolLogicalAndKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/logical_and/NegLogicalAndKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/logical_and/TestDataLogicalAndBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/logical_or/BoolLogicalOrKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/logical_or/NegLogicalOrKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/logical_or/TestDataLogicalOrBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/logistic/FloatLogisticKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/logistic/NegLogisticKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/logistic/TestDataLogisticBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/maxpool2d/FloatMaxPool2DKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/maxpool2d/NegMaxPool2DKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/maxpool2d/TestDataMaxPool2DBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/mul/FloatMulKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/mul/IntMulKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/mul/NegMulKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/mul/TestDataMulBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/neg/FloatNegKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/neg/NegNegKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/neg/TestDataNegBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/notequal/FloatNotEqualKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/notequal/TestDataNotEqualBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/pack/PackKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/pack/TestDataPackBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/pad/FloatPadKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/pad/NegPadKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/pad/TestDataPadBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/pad_v2/FloatPadV2Kernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/pad_v2/NegPadV2Kernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/pad_v2/TestDataPadV2Base.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/reduce_common/NegReduceProdKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/reduce_common/ReduceProdKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/reduce_common/TestDataReduceCommonBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/relu/FloatReLUKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/relu/NegReLUKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/relu/TestDataReLUBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/relu6/FloatReLU6Kernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/relu6/NegReLU6Kernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/relu6/TestDataReLU6Base.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/reshape/ReshapeKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/resize_bilinear/FloatResizeBilinearKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/resize_bilinear/NegResizeBilinearKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/resize_bilinear/TestDataResizeBilinearBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/resize_bilinear/U8ResizeBilinearKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/shape/NegShapeKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/shape/ShapeKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/slice/FloatSliceKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/slice/NegSliceKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/slice/QuantS16SliceKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/slice/QuantU8SliceKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/slice/TestDataSliceBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/split/FloatSplitKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/split/IntSplitKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/split/TestDataSplitBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/split_v/SplitVKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/strided_slice/StridedSliceKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/sub/FloatSubKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/sub/IntSubKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/sub/NegSubKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/sub/TestDataSubBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/tanh/FloatTanhKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/tanh/NegTanhKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/tanh/TestDataTanhBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/transpose/TransposeKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/unidirectional_lstm/FloatUnidirectionalLSTMKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/unidirectional_lstm/QuantS8UnidirectionalLSTM.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/unidirectional_lstm/TestDataUnidirectionalLSTMBase.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/while/NegWhileKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/include/luci_interpreter/test_models/while/WhileKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/cmsisnn/PALArgMax.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALAveragePool2d.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALBatchToSpaceND.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALConv2d.h
onert-micro/luci-interpreter/pal/cmsisnn/PALDepthToSpace.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALDepthwiseConv2d.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALDequantize.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALFullyConnected.h
onert-micro/luci-interpreter/pal/cmsisnn/PALL2Normalize.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALL2Pool2D.h
onert-micro/luci-interpreter/pal/cmsisnn/PALLeakyRelu.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALMul.h
onert-micro/luci-interpreter/pal/cmsisnn/PALQuantize.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALResizeBilinear.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALResizeNearestNeighbor.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALSVDF.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALSoftmax.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToBatchND.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALSpaceToDepth.h [deleted file]
onert-micro/luci-interpreter/pal/cmsisnn/PALSub.h
onert-micro/luci-interpreter/pal/cmsisnn/PALreference_ops.h [deleted file]
onert-micro/luci-interpreter/pal/common/PALAbs.h [moved from onert-micro/luci-interpreter/pal/cmsisnn/PALElu.h with 54% similarity]
onert-micro/luci-interpreter/pal/common/PALAddCommon.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALAddN.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALArgMinMax.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALAveragePool2DCommon.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALComparisons.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALConcatenation.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALConv2DCommon.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALDiv.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALElu.h [moved from onert-micro/luci-interpreter/pal/mcu/PALElu.h with 63% similarity]
onert-micro/luci-interpreter/pal/common/PALExp.h [moved from onert-micro/luci-interpreter/pal/cmsisnn/PALNeg.h with 53% similarity]
onert-micro/luci-interpreter/pal/common/PALFullyConnectedCommon.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALLogicalCommon.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALLogistic.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALMaxPool2DCommon.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALMulCommon.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALNeg.h [moved from onert-micro/luci-interpreter/pal/linux/PALNeg.h with 53% similarity]
onert-micro/luci-interpreter/pal/common/PALPad.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALReduceCommon.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALReluCommon.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALResizeBilinear.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALSoftmax.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALStridedSlice.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALSub.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALTanh.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALTranspose.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALUnidirectionalSequenceLSTMCommon.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/PALUtils.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/Params.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/common/ProcessBroadcastShapes.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/linux/KernelsToBuild.lst [deleted file]
onert-micro/luci-interpreter/pal/linux/PALArgMax.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALAveragePool2d.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALBatchMatMul.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALBatchToSpaceND.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALConv2d.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALDepthToSpace.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALDepthwiseConv2d.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALDequantize.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALFullyConnected.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALGather.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALL2Normalize.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALL2Pool2D.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALLocalResponseNormalization.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALLogSoftmax.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALMul.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALQuantize.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALRelu.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALRelu6.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALResizeBilinear.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALResizeNearestNeighbor.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALSVDF.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALSlice.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALSoftmax.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALSpaceToBatchND.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALSpaceToDepth.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALSplit.h [deleted file]
onert-micro/luci-interpreter/pal/linux/PALSub.h [deleted file]
onert-micro/luci-interpreter/pal/linux/pal.cmake [deleted file]
onert-micro/luci-interpreter/pal/mcu/KernelsToBuild.lst
onert-micro/luci-interpreter/pal/mcu/PALAdd.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALApplyActivationToVector.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALArgMax.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALAveragePool2D.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALAveragePool2d.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALBatchToSpaceND.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALConv2d.h
onert-micro/luci-interpreter/pal/mcu/PALDepthToSpace.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALDepthwiseConv2d.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALDequantize.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALFullyConnected.h
onert-micro/luci-interpreter/pal/mcu/PALL2Normalize.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALL2Pool2D.h
onert-micro/luci-interpreter/pal/mcu/PALLeakyRelu.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALMaxPool2D.h [new file with mode: 0644]
onert-micro/luci-interpreter/pal/mcu/PALMul.h
onert-micro/luci-interpreter/pal/mcu/PALNeg.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALQuantize.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALResizeBilinear.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALResizeNearestNeighbor.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALSVDF.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALSoftmax.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALSpaceToBatchND.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALSpaceToDepth.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALSub.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/PALUnidirectionalSequenceLSTM.h
onert-micro/luci-interpreter/pal/mcu/PALreference_ops.h [deleted file]
onert-micro/luci-interpreter/pal/mcu/pal.cmake
onert-micro/luci-interpreter/src/Interpreter.cpp
onert-micro/luci-interpreter/src/core/RuntimeGraph.cpp
onert-micro/luci-interpreter/src/core/RuntimeGraph.h
onert-micro/luci-interpreter/src/core/RuntimeModule.h
onert-micro/luci-interpreter/src/core/reader/CircleMicroReader.cpp
onert-micro/luci-interpreter/src/kernels/Abs.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Abs.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Add.cpp
onert-micro/luci-interpreter/src/kernels/Add.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Add.test.cpp
onert-micro/luci-interpreter/src/kernels/AddN.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/AddN.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/ArgMax.cpp
onert-micro/luci-interpreter/src/kernels/ArgMax.h [deleted file]
onert-micro/luci-interpreter/src/kernels/ArgMax.test.cpp
onert-micro/luci-interpreter/src/kernels/ArgMin.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/ArgMin.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/AveragePool2D.cpp
onert-micro/luci-interpreter/src/kernels/AveragePool2D.h [deleted file]
onert-micro/luci-interpreter/src/kernels/AveragePool2D.test.cpp
onert-micro/luci-interpreter/src/kernels/BatchMatMul.h
onert-micro/luci-interpreter/src/kernels/BatchMatMul.test.cpp
onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.h
onert-micro/luci-interpreter/src/kernels/BatchToSpaceND.test.cpp
onert-micro/luci-interpreter/src/kernels/BinaryOpCommon.h
onert-micro/luci-interpreter/src/kernels/Builders.h
onert-micro/luci-interpreter/src/kernels/CMakeLists.txt
onert-micro/luci-interpreter/src/kernels/Cast.h
onert-micro/luci-interpreter/src/kernels/Cast.test.cpp
onert-micro/luci-interpreter/src/kernels/Concatenation.cpp
onert-micro/luci-interpreter/src/kernels/Concatenation.test.cpp
onert-micro/luci-interpreter/src/kernels/Conv2D.cpp
onert-micro/luci-interpreter/src/kernels/Conv2D.test.cpp
onert-micro/luci-interpreter/src/kernels/DepthToSpace.cpp
onert-micro/luci-interpreter/src/kernels/DepthToSpace.h
onert-micro/luci-interpreter/src/kernels/DepthToSpace.test.cpp
onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.h
onert-micro/luci-interpreter/src/kernels/DepthwiseConv2D.test.cpp
onert-micro/luci-interpreter/src/kernels/Dequantize.cpp
onert-micro/luci-interpreter/src/kernels/Dequantize.h
onert-micro/luci-interpreter/src/kernels/Div.cpp
onert-micro/luci-interpreter/src/kernels/Div.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Div.test.cpp
onert-micro/luci-interpreter/src/kernels/Elu.cpp
onert-micro/luci-interpreter/src/kernels/Elu.test.cpp
onert-micro/luci-interpreter/src/kernels/Equal.cpp
onert-micro/luci-interpreter/src/kernels/Equal.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Equal.test.cpp
onert-micro/luci-interpreter/src/kernels/Exp.cpp
onert-micro/luci-interpreter/src/kernels/Exp.test.cpp
onert-micro/luci-interpreter/src/kernels/ExpandDims.cpp
onert-micro/luci-interpreter/src/kernels/ExpandDims.test.cpp
onert-micro/luci-interpreter/src/kernels/Fill.cpp
onert-micro/luci-interpreter/src/kernels/Fill.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Fill.test.cpp
onert-micro/luci-interpreter/src/kernels/Floor.h
onert-micro/luci-interpreter/src/kernels/Floor.test.cpp
onert-micro/luci-interpreter/src/kernels/FloorDiv.h
onert-micro/luci-interpreter/src/kernels/FullyConnected.cpp
onert-micro/luci-interpreter/src/kernels/FullyConnected.test.cpp
onert-micro/luci-interpreter/src/kernels/Gather.cpp
onert-micro/luci-interpreter/src/kernels/Gather.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Gather.test.cpp
onert-micro/luci-interpreter/src/kernels/Greater.cpp
onert-micro/luci-interpreter/src/kernels/Greater.test.cpp
onert-micro/luci-interpreter/src/kernels/GreaterEqual.cpp
onert-micro/luci-interpreter/src/kernels/GreaterEqual.h [deleted file]
onert-micro/luci-interpreter/src/kernels/GreaterEqual.test.cpp
onert-micro/luci-interpreter/src/kernels/If.cpp
onert-micro/luci-interpreter/src/kernels/If.h
onert-micro/luci-interpreter/src/kernels/InstanceNorm.cpp
onert-micro/luci-interpreter/src/kernels/InstanceNorm.h
onert-micro/luci-interpreter/src/kernels/InstanceNorm.test.cpp
onert-micro/luci-interpreter/src/kernels/KernelBuilder.cpp
onert-micro/luci-interpreter/src/kernels/KernelBuilder.h
onert-micro/luci-interpreter/src/kernels/L2Normalize.cpp
onert-micro/luci-interpreter/src/kernels/L2Normalize.h
onert-micro/luci-interpreter/src/kernels/L2Pool2D.h
onert-micro/luci-interpreter/src/kernels/LeakyRelu.cpp
onert-micro/luci-interpreter/src/kernels/LeakyRelu.h [deleted file]
onert-micro/luci-interpreter/src/kernels/LeakyRelu.test.cpp
onert-micro/luci-interpreter/src/kernels/Less.cpp
onert-micro/luci-interpreter/src/kernels/Less.test.cpp
onert-micro/luci-interpreter/src/kernels/LessEqual.cpp
onert-micro/luci-interpreter/src/kernels/LessEqual.h [deleted file]
onert-micro/luci-interpreter/src/kernels/LessEqual.test.cpp
onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.cpp
onert-micro/luci-interpreter/src/kernels/LocalResponseNormalization.h
onert-micro/luci-interpreter/src/kernels/LogSoftmax.cpp
onert-micro/luci-interpreter/src/kernels/LogSoftmax.h
onert-micro/luci-interpreter/src/kernels/LogicalAnd.cpp
onert-micro/luci-interpreter/src/kernels/LogicalAnd.h [deleted file]
onert-micro/luci-interpreter/src/kernels/LogicalAnd.test.cpp
onert-micro/luci-interpreter/src/kernels/LogicalNot.cpp
onert-micro/luci-interpreter/src/kernels/LogicalNot.h [deleted file]
onert-micro/luci-interpreter/src/kernels/LogicalOr.cpp
onert-micro/luci-interpreter/src/kernels/LogicalOr.h [deleted file]
onert-micro/luci-interpreter/src/kernels/LogicalOr.test.cpp
onert-micro/luci-interpreter/src/kernels/Logistic.cpp
onert-micro/luci-interpreter/src/kernels/Logistic.test.cpp
onert-micro/luci-interpreter/src/kernels/MISOKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/MaxPool2D.cpp
onert-micro/luci-interpreter/src/kernels/MaxPool2D.test.cpp
onert-micro/luci-interpreter/src/kernels/Maximum.h
onert-micro/luci-interpreter/src/kernels/Mean.h
onert-micro/luci-interpreter/src/kernels/Minimum.h
onert-micro/luci-interpreter/src/kernels/MirrorPad.h
onert-micro/luci-interpreter/src/kernels/MirrorPad.test.cpp
onert-micro/luci-interpreter/src/kernels/Mul.cpp
onert-micro/luci-interpreter/src/kernels/Mul.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Mul.test.cpp
onert-micro/luci-interpreter/src/kernels/Neg.cpp
onert-micro/luci-interpreter/src/kernels/Neg.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Neg.test.cpp
onert-micro/luci-interpreter/src/kernels/NotEqual.cpp
onert-micro/luci-interpreter/src/kernels/NotEqual.h [deleted file]
onert-micro/luci-interpreter/src/kernels/NotEqual.test.cpp
onert-micro/luci-interpreter/src/kernels/OneHot.h
onert-micro/luci-interpreter/src/kernels/OneHot.test.cpp
onert-micro/luci-interpreter/src/kernels/PRelu.cpp
onert-micro/luci-interpreter/src/kernels/PRelu.h
onert-micro/luci-interpreter/src/kernels/Pack.cpp
onert-micro/luci-interpreter/src/kernels/Pack.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Pack.test.cpp
onert-micro/luci-interpreter/src/kernels/Pad.cpp
onert-micro/luci-interpreter/src/kernels/Pad.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Pad.test.cpp
onert-micro/luci-interpreter/src/kernels/PadCommon.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/PadCommon.h [moved from onert-micro/luci-interpreter/src/loader/nodes/Neg.cpp with 56% similarity]
onert-micro/luci-interpreter/src/kernels/PadV2.cpp
onert-micro/luci-interpreter/src/kernels/PadV2.h [deleted file]
onert-micro/luci-interpreter/src/kernels/PadV2.test.cpp
onert-micro/luci-interpreter/src/kernels/Pow.cpp
onert-micro/luci-interpreter/src/kernels/Pow.h
onert-micro/luci-interpreter/src/kernels/Pow.test.cpp
onert-micro/luci-interpreter/src/kernels/Quantize.cpp
onert-micro/luci-interpreter/src/kernels/Quantize.h
onert-micro/luci-interpreter/src/kernels/ReduceCommon.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/ReduceCommon.test.cpp [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Relu.cpp
onert-micro/luci-interpreter/src/kernels/Relu.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Relu.test.cpp
onert-micro/luci-interpreter/src/kernels/Relu6.cpp
onert-micro/luci-interpreter/src/kernels/Relu6.test.cpp
onert-micro/luci-interpreter/src/kernels/Reshape.cpp
onert-micro/luci-interpreter/src/kernels/Reshape.test.cpp
onert-micro/luci-interpreter/src/kernels/ResizeBilinear.cpp
onert-micro/luci-interpreter/src/kernels/ResizeBilinear.h
onert-micro/luci-interpreter/src/kernels/ResizeBilinear.test.cpp
onert-micro/luci-interpreter/src/kernels/ResizeNearestNeighbor.h
onert-micro/luci-interpreter/src/kernels/ReverseV2.cpp
onert-micro/luci-interpreter/src/kernels/ReverseV2.h
onert-micro/luci-interpreter/src/kernels/Rsqrt.cpp
onert-micro/luci-interpreter/src/kernels/Rsqrt.h
onert-micro/luci-interpreter/src/kernels/Rsqrt.test.cpp
onert-micro/luci-interpreter/src/kernels/SISOKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/SVDF.h
onert-micro/luci-interpreter/src/kernels/SVDF.test.cpp
onert-micro/luci-interpreter/src/kernels/Shape.cpp
onert-micro/luci-interpreter/src/kernels/Shape.test.cpp
onert-micro/luci-interpreter/src/kernels/Slice.cpp
onert-micro/luci-interpreter/src/kernels/Slice.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Slice.test.cpp
onert-micro/luci-interpreter/src/kernels/Softmax.cpp
onert-micro/luci-interpreter/src/kernels/Softmax.test.cpp
onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.h
onert-micro/luci-interpreter/src/kernels/SpaceToBatchND.test.cpp
onert-micro/luci-interpreter/src/kernels/SpaceToDepth.cpp
onert-micro/luci-interpreter/src/kernels/SpaceToDepth.h
onert-micro/luci-interpreter/src/kernels/SpaceToDepth.test.cpp
onert-micro/luci-interpreter/src/kernels/Split.cpp
onert-micro/luci-interpreter/src/kernels/Split.h
onert-micro/luci-interpreter/src/kernels/Split.test.cpp
onert-micro/luci-interpreter/src/kernels/SplitV.cpp
onert-micro/luci-interpreter/src/kernels/SplitV.h [deleted file]
onert-micro/luci-interpreter/src/kernels/SplitV.test.cpp
onert-micro/luci-interpreter/src/kernels/Sqrt.cpp
onert-micro/luci-interpreter/src/kernels/Sqrt.h
onert-micro/luci-interpreter/src/kernels/Sqrt.test.cpp
onert-micro/luci-interpreter/src/kernels/Square.cpp
onert-micro/luci-interpreter/src/kernels/Square.h
onert-micro/luci-interpreter/src/kernels/SquaredDifference.h
onert-micro/luci-interpreter/src/kernels/Squeeze.test.cpp
onert-micro/luci-interpreter/src/kernels/StridedSlice.cpp
onert-micro/luci-interpreter/src/kernels/StridedSlice.h [deleted file]
onert-micro/luci-interpreter/src/kernels/StridedSlice.test.cpp
onert-micro/luci-interpreter/src/kernels/Sub.cpp
onert-micro/luci-interpreter/src/kernels/Sub.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Sub.test.cpp
onert-micro/luci-interpreter/src/kernels/TISOKernel.h [new file with mode: 0644]
onert-micro/luci-interpreter/src/kernels/Tanh.cpp
onert-micro/luci-interpreter/src/kernels/Tanh.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Tanh.test.cpp
onert-micro/luci-interpreter/src/kernels/TestUtils.cpp
onert-micro/luci-interpreter/src/kernels/TestUtils.h
onert-micro/luci-interpreter/src/kernels/Transpose.cpp
onert-micro/luci-interpreter/src/kernels/Transpose.h [deleted file]
onert-micro/luci-interpreter/src/kernels/Transpose.test.cpp
onert-micro/luci-interpreter/src/kernels/TransposeConv.h
onert-micro/luci-interpreter/src/kernels/TransposeConv.test.cpp
onert-micro/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.cpp
onert-micro/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.h
onert-micro/luci-interpreter/src/kernels/UnidirectionalSequenceLSTM.test.cpp
onert-micro/luci-interpreter/src/kernels/Unpack.cpp
onert-micro/luci-interpreter/src/kernels/Unpack.h
onert-micro/luci-interpreter/src/kernels/Utils.cpp
onert-micro/luci-interpreter/src/kernels/Utils.h
onert-micro/luci-interpreter/src/kernels/While.cpp
onert-micro/luci-interpreter/src/kernels/While.h [deleted file]
onert-micro/luci-interpreter/src/kernels/While.test.cpp
onert-micro/luci-interpreter/src/loader/GraphLoader.cpp
onert-micro/luci-interpreter/src/loader/ModuleLoader.cpp
onert-micro/luci-interpreter/src/loader/ModuleLoader.h
onert-micro/luci-interpreter/src/loader/nodes/Add.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/ArgMax.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/AveragePool2D.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/BatchMatMul.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/BatchToSpaceND.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Concatenation.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Conv2D.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/DepthToSpace.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/DepthwiseConv2D.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Dequantize.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Div.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Elu.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Equal.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/ExpandDims.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Fill.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/FloorDiv.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/FullyConnected.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Gather.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Greater.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/GreaterEqual.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/InstanceNorm.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/L2Normalize.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/L2Pool2D.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/LeakyRelu.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Less.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/LocalResponseNormalization.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/LogSoftmax.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/LogicalAnd.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/LogicalNot.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/LogicalOr.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Logistic.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/MaxPool2D.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Maximum.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Mean.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Minimum.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/MirrorPad.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Mul.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/NotEqual.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/OneHot.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Pack.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Pad.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/PadV2.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Pow.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Quantize.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Relu.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Relu6.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Reshape.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/ResizeBilinear.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/ResizeNearestNeighbor.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/ReverseV2.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Rsqrt.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/SVDF.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Shape.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Slice.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Softmax.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/SpaceToBatchND.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/SpaceToDepth.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Split.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/SplitV.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Sqrt.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Square.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/SquaredDifference.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Squeeze.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/StridedSlice.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Sub.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Tanh.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Transpose.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/TransposeConv.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/UnidirectionalSequenceLSTM.cpp [deleted file]
onert-micro/luci-interpreter/src/loader/nodes/Unpack.cpp [deleted file]
onert-micro/standalone/CMakeLists.txt
packaging/ABSEIL.tar.gz
packaging/FLATBUFFERS-2.0.tar.gz
packaging/nnfw.spec
res/CircleSchema/0.5/circle_schema.fbs [new file with mode: 0644]
res/CircleSchema/0.6/circle_schema.fbs [new file with mode: 0644]
res/PyTorchExamples/ptem.py
res/TensorFlowLiteRecipes/Gelu_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Gelu_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/HardSwish_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/HardSwish_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/HardSwish_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/HardSwish_001/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Gelu_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Gelu_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Gelu_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Gelu_001/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_TConv_Add_000/test.recipe
res/TensorFlowLiteRecipes/Net_TConv_Add_001/test.recipe
res/TensorFlowLiteRecipes/Net_TConv_Add_002/test.recipe
res/TensorFlowLiteRecipes/Net_TConv_BN_000/test.recipe
res/TensorFlowLiteRecipes/Net_TConv_BN_001/test.recipe
res/TensorFlowLiteRecipes/Net_TConv_BN_002/test.recipe
res/TensorFlowLiteRecipes/Net_TConv_BN_003/test.recipe
res/TensorFlowLiteRecipes/Net_TConv_BN_004/test.recipe
res/TensorFlowLiteRecipes/Net_TConv_BN_005/test.recipe
res/TensorFlowLiteRecipes/Quant_Add_I8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Add_I8_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_AveragePool2D_I8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_AveragePool2D_I8_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_I8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_I8_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_DepthwiseConv2D_I8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_DepthwiseConv2D_I8_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_MaxPool2D_I8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_MaxPool2D_I8_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Mean_I8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Mean_I8_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Mul_I8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Mul_I8_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_PRelu_I8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_PRelu_I8_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_ReLU_I8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_ReLU_I8_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_TransposeConv_000/test.recipe
res/TensorFlowLiteRecipes/Quant_TransposeConv_001/test.recipe
res/TensorFlowLiteRecipes/Quant_TransposeConv_I8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_TransposeConv_I8_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/REGRESS_ONNX_Mul_Mul_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/REGRESS_ONNX_Mul_Mul_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/TransposeConv_000/test.recipe
res/TensorFlowLiteRecipes/TransposeConv_001/test.recipe
res/TensorFlowLiteSchema/2.10.1/schema.fbs [new file with mode: 0644]
res/TensorFlowLiteSchema/2.12.1/schema.fbs [new file with mode: 0644]
res/TensorFlowLiteSchema/SCHEMA.lst
runtime/contrib/android/api/build.gradle
runtime/libs/benchmark/include/benchmark/CsvWriter.h
runtime/libs/benchmark/include/benchmark/Phase.h
runtime/libs/benchmark/src/Result.cpp
runtime/onert/CMakeLists.txt
runtime/onert/api/include/nnfw.h
runtime/onert/api/include/nnfw_experimental.h
runtime/onert/api/include/nnfw_version.h
runtime/onert/api/src/nnfw_api.cc
runtime/onert/api/src/nnfw_api_internal.cc
runtime/onert/api/src/nnfw_api_internal.h
runtime/onert/backend/CMakeLists.txt
runtime/onert/backend/acl_cl/Config.cc
runtime/onert/backend/acl_cl/Config.h
runtime/onert/backend/acl_cl/KernelGenerator.cc
runtime/onert/backend/acl_cl/Optimizer.cc
runtime/onert/backend/acl_common/AclTensorManager.h
runtime/onert/backend/acl_neon/Config.cc
runtime/onert/backend/acl_neon/Config.h
runtime/onert/backend/acl_neon/KernelGenerator.cc
runtime/onert/backend/acl_neon/Optimizer.cc
runtime/onert/backend/cl_common/include/cl_common/BackendContext.h
runtime/onert/backend/cpu/BackendContext.cc
runtime/onert/backend/cpu/CMakeLists.txt
runtime/onert/backend/cpu/Config.cc
runtime/onert/backend/cpu/Config.h
runtime/onert/backend/cpu/KernelGenerator.cc
runtime/onert/backend/cpu/ops/ConvolutionLayer.cc
runtime/onert/backend/cpu/ops/ConvolutionLayer.h
runtime/onert/backend/cpu/ops/DepthwiseConvolutionLayer.cc
runtime/onert/backend/cpu/ops/DepthwiseConvolutionLayer.h
runtime/onert/backend/cpu/ops/ElementwiseActivationLayer.h
runtime/onert/backend/cpu/ops/FullyConnectedLayer.cc
runtime/onert/backend/cpu/ops/FullyConnectedLayer.h
runtime/onert/backend/cpu/ops/OperationUtils.cc
runtime/onert/backend/gpu_cl/BackendContext.cc
runtime/onert/backend/gpu_cl/Config.cc
runtime/onert/backend/gpu_cl/Config.h
runtime/onert/backend/gpu_cl/TensorManager.cc
runtime/onert/backend/ruy/BackendContext.cc
runtime/onert/backend/ruy/Config.cc
runtime/onert/backend/ruy/Config.h
runtime/onert/backend/ruy/KernelGenerator.cc
runtime/onert/backend/train/Backend.h [new file with mode: 0644]
runtime/onert/backend/train/BackendContext.cc [new file with mode: 0644]
runtime/onert/backend/train/BackendContext.h [new file with mode: 0644]
runtime/onert/backend/train/CMakeLists.txt [new file with mode: 0644]
runtime/onert/backend/train/Config.cc [new file with mode: 0644]
runtime/onert/backend/train/Config.h [new file with mode: 0644]
runtime/onert/backend/train/ExternalContext.h [new file with mode: 0644]
runtime/onert/backend/train/KernelGenerator.cc [new file with mode: 0644]
runtime/onert/backend/train/KernelGenerator.h [new file with mode: 0644]
runtime/onert/backend/train/MemoryManager.h [new file with mode: 0644]
runtime/onert/backend/train/Tensor.h [new file with mode: 0644]
runtime/onert/backend/train/TensorBuilder.cc [new file with mode: 0644]
runtime/onert/backend/train/TensorBuilder.h [new file with mode: 0644]
runtime/onert/backend/train/TensorManager.cc [new file with mode: 0644]
runtime/onert/backend/train/TensorManager.h [new file with mode: 0644]
runtime/onert/backend/train/TensorRegistry.h [new file with mode: 0644]
runtime/onert/backend/train/ops/ConvolutionLayer.cc [new file with mode: 0644]
runtime/onert/backend/train/ops/ConvolutionLayer.h [new file with mode: 0644]
runtime/onert/backend/train/ops/ElementwiseActivationLayer.cc [new file with mode: 0644]
runtime/onert/backend/train/ops/ElementwiseActivationLayer.h [new file with mode: 0644]
runtime/onert/backend/train/ops/FullyConnectedLayer.cc [new file with mode: 0644]
runtime/onert/backend/train/ops/FullyConnectedLayer.h [new file with mode: 0644]
runtime/onert/backend/train/ops/GradientApplier.cc [new file with mode: 0644]
runtime/onert/backend/train/ops/GradientApplier.h [new file with mode: 0644]
runtime/onert/backend/train/ops/LossLayer.cc [new file with mode: 0644]
runtime/onert/backend/train/ops/LossLayer.h [new file with mode: 0644]
runtime/onert/backend/train/ops/OperationUtils.h [new file with mode: 0644]
runtime/onert/backend/train/ops/PoolLayer.cc [new file with mode: 0644]
runtime/onert/backend/train/ops/PoolLayer.h [new file with mode: 0644]
runtime/onert/backend/train/ops/ReshapeLayer.cc [new file with mode: 0644]
runtime/onert/backend/train/ops/ReshapeLayer.h [new file with mode: 0644]
runtime/onert/backend/train/train.cc [new file with mode: 0644]
runtime/onert/backend/trix/BackendContext.cc
runtime/onert/backend/trix/Config.cc
runtime/onert/backend/trix/Config.h
runtime/onert/backend/trix/DevContext.cc
runtime/onert/backend/xnnpack/BackendContext.cc
runtime/onert/backend/xnnpack/Config.cc
runtime/onert/backend/xnnpack/Config.h
runtime/onert/backend/xnnpack/KernelGenerator.cc
runtime/onert/core/CMakeLists.txt
runtime/onert/core/include/backend/IConfig.h
runtime/onert/core/include/backend/basic/BackendContextHelpers.h
runtime/onert/core/include/backend/basic/DynamicTensorManager.h
runtime/onert/core/include/backend/basic/StaticTensorManager.h
runtime/onert/core/include/backend/basic/TensorBuilder.h
runtime/onert/core/include/backend/basic/train/TrainableBackendContextHelpers.h [new file with mode: 0644]
runtime/onert/core/include/backend/basic/train/TrainableTensor.h [new file with mode: 0644]
runtime/onert/core/include/backend/train/ITensorRegistry.h [new file with mode: 0644]
runtime/onert/core/include/backend/train/ITrainableBackend.h [new file with mode: 0644]
runtime/onert/core/include/backend/train/ITrainableTensor.h [new file with mode: 0644]
runtime/onert/core/include/backend/train/KernelGeneratorBase.h [new file with mode: 0644]
runtime/onert/core/include/backend/train/TrainableBackendContext.h [new file with mode: 0644]
runtime/onert/core/include/compiler/CodeMap.h
runtime/onert/core/include/compiler/CompilerFactory.h
runtime/onert/core/include/compiler/CompilerOptions.h
runtime/onert/core/include/compiler/ILoweredGraph.h [new file with mode: 0644]
runtime/onert/core/include/compiler/LoweredGraph.h
runtime/onert/core/include/compiler/StaticShapeInferer.h
runtime/onert/core/include/compiler/train/LoweredTrainableGraph.h [new file with mode: 0644]
runtime/onert/core/include/compiler/train/TrainableCodeMap.h [new file with mode: 0644]
runtime/onert/core/include/compiler/train/TrainingInfo.h [new file with mode: 0644]
runtime/onert/core/include/exec/Execution.h
runtime/onert/core/include/exec/FunctionSequence.h
runtime/onert/core/include/exec/MinMaxMap.h [new file with mode: 0644]
runtime/onert/core/include/exec/train/IGradientApplier.h [new file with mode: 0644]
runtime/onert/core/include/exec/train/ITrainableFunction.h [new file with mode: 0644]
runtime/onert/core/include/exec/train/TrainableFnSequence.h [new file with mode: 0644]
runtime/onert/core/include/exec/train/optimizer/Optimizer.h [new file with mode: 0644]
runtime/onert/core/include/exec/train/optimizer/OptimizerCode.h [new file with mode: 0644]
runtime/onert/core/include/exec/train/optimizer/SGD.h [new file with mode: 0644]
runtime/onert/core/include/ir/Graph.h
runtime/onert/core/include/ir/IGraph.h [new file with mode: 0644]
runtime/onert/core/include/ir/IOperation.h [new file with mode: 0644]
runtime/onert/core/include/ir/Model.h
runtime/onert/core/include/ir/NNPkg.h
runtime/onert/core/include/ir/OperandIndexSequence.h
runtime/onert/core/include/ir/Operation.h
runtime/onert/core/include/ir/Operations.Include.h
runtime/onert/core/include/ir/Operations.h
runtime/onert/core/include/ir/Operations.lst
runtime/onert/core/include/ir/operation/BinaryArithmetic.h
runtime/onert/core/include/ir/operation/Loss.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/ITrainableOperation.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/Operations.Include.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/Operations.lst [new file with mode: 0644]
runtime/onert/core/include/ir/train/TrainableGraph.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/TrainableOperationVisitor.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/operation/Conv2D.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/operation/ElementwiseActivation.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/operation/FullyConnected.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/operation/Loss.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/operation/Permute.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/operation/Pool2D.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/operation/Reshape.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/operation/Softmax.h [new file with mode: 0644]
runtime/onert/core/include/ir/train/operation/UntrainableOperation.h [new file with mode: 0644]
runtime/onert/core/include/odc/IQuantizer.h [new file with mode: 0644]
runtime/onert/core/include/odc/QuantizeManager.h [new file with mode: 0644]
runtime/onert/core/include/util/Config.lst
runtime/onert/core/include/util/MinMaxMap.h [new file with mode: 0644]
runtime/onert/core/include/util/Set.h
runtime/onert/core/include/util/Utils.h
runtime/onert/core/src/backend/BackendContext.cc
runtime/onert/core/src/backend/basic/StaticTensorManager.cc
runtime/onert/core/src/backend/basic/Tensor.cc
runtime/onert/core/src/backend/basic/TensorBuilder.cc
runtime/onert/core/src/backend/basic/train/TrainableTensor.cc [new file with mode: 0644]
runtime/onert/core/src/backend/builtin/Backend.h
runtime/onert/core/src/backend/builtin/BackendContext.cc
runtime/onert/core/src/backend/builtin/Config.cc
runtime/onert/core/src/backend/builtin/Config.h
runtime/onert/core/src/backend/builtin/KernelGenerator.cc
runtime/onert/core/src/backend/builtin/kernel/WhileLayer.cc
runtime/onert/core/src/backend/builtin/train/BackendContext.cc [new file with mode: 0644]
runtime/onert/core/src/backend/builtin/train/BackendContext.h [new file with mode: 0644]
runtime/onert/core/src/backend/builtin/train/KernelGenerator.cc [new file with mode: 0644]
runtime/onert/core/src/backend/builtin/train/KernelGenerator.h [new file with mode: 0644]
runtime/onert/core/src/backend/builtin/train/Tensor.h [new file with mode: 0644]
runtime/onert/core/src/backend/builtin/train/TensorRegistry.h [new file with mode: 0644]
runtime/onert/core/src/backend/builtin/train/kernel/PermuteLayer.cc [new file with mode: 0644]
runtime/onert/core/src/backend/builtin/train/kernel/PermuteLayer.h [new file with mode: 0644]
runtime/onert/core/src/compiler/Compiler.cc
runtime/onert/core/src/compiler/CompilerFactory.cc
runtime/onert/core/src/compiler/CompilerHelpers.h [new file with mode: 0644]
runtime/onert/core/src/compiler/CompilerOptions.cc
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.h
runtime/onert/core/src/compiler/HEScheduler.test.cc
runtime/onert/core/src/compiler/Linear.cc
runtime/onert/core/src/compiler/Linear.h
runtime/onert/core/src/compiler/LoweredGraph.cc
runtime/onert/core/src/compiler/ManualScheduler.cc
runtime/onert/core/src/compiler/MultiModelCompiler.cc
runtime/onert/core/src/compiler/MultiModelCompiler.h
runtime/onert/core/src/compiler/ShapeValidator.cc
runtime/onert/core/src/compiler/StaticShapeInferer.cc
runtime/onert/core/src/compiler/pass/ConstantInsertionPass.cc
runtime/onert/core/src/compiler/pass/ConstantInsertionPass.h
runtime/onert/core/src/compiler/pass/ConstantLoweringPass.cc
runtime/onert/core/src/compiler/pass/ConstantLoweringPass.h
runtime/onert/core/src/compiler/pass/ConstantOutputPass.cc
runtime/onert/core/src/compiler/pass/IPass.h [new file with mode: 0644]
runtime/onert/core/src/compiler/pass/LoweredOperandPass.h
runtime/onert/core/src/compiler/pass/LoweredOperationPass.h
runtime/onert/core/src/compiler/pass/OperationPass.cc
runtime/onert/core/src/compiler/pass/OperationPass.h
runtime/onert/core/src/compiler/pass/Pass.h
runtime/onert/core/src/compiler/pass/PassRunner.cc
runtime/onert/core/src/compiler/pass/PassRunner.h
runtime/onert/core/src/compiler/pass/PermutationEliminationPass.cc
runtime/onert/core/src/compiler/pass/PermutationEliminationPass.h
runtime/onert/core/src/compiler/pass/PermutationInsertionPass.cc
runtime/onert/core/src/compiler/pass/PermutationOperationPass.cc
runtime/onert/core/src/compiler/pass/PermutationOperationPass.h
runtime/onert/core/src/compiler/pass/UnusedOperandEliminationPass.cc
runtime/onert/core/src/compiler/train/LoweredTrainableGraph.cc [new file with mode: 0644]
runtime/onert/core/src/compiler/train/StaticDerivativeShapeInferer.cc [new file with mode: 0644]
runtime/onert/core/src/compiler/train/StaticDerivativeShapeInferer.h [new file with mode: 0644]
runtime/onert/core/src/compiler/train/TensorRegistries.h [new file with mode: 0644]
runtime/onert/core/src/compiler/train/TrainableOperationConverter.cc [new file with mode: 0644]
runtime/onert/core/src/compiler/train/TrainableOperationConverter.h [new file with mode: 0644]
runtime/onert/core/src/compiler/train/TrainingCompiler.cc [new file with mode: 0644]
runtime/onert/core/src/compiler/train/TrainingCompiler.h [new file with mode: 0644]
runtime/onert/core/src/compiler/train/UntrainableOperationConverter.cc [new file with mode: 0644]
runtime/onert/core/src/compiler/train/UntrainableOperationConverter.h [new file with mode: 0644]
runtime/onert/core/src/compiler/train/pass/LossInsertionPass.cc [new file with mode: 0644]
runtime/onert/core/src/compiler/train/pass/LossInsertionPass.h [new file with mode: 0644]
runtime/onert/core/src/compiler/train/pass/Pass.h [new file with mode: 0644]
runtime/onert/core/src/dumper/dot/DotBuilder.cc
runtime/onert/core/src/dumper/dot/DotDumper.cc
runtime/onert/core/src/dumper/dot/DotDumper.h
runtime/onert/core/src/dumper/dot/OperationNode.cc
runtime/onert/core/src/dumper/dot/OperationNode.h
runtime/onert/core/src/dumper/h5/Dumper.cc [new file with mode: 0644]
runtime/onert/core/src/dumper/h5/Dumper.h [new file with mode: 0644]
runtime/onert/core/src/dumper/h5/MinMaxDumper.cc [new file with mode: 0644]
runtime/onert/core/src/dumper/h5/MinMaxDumper.h [new file with mode: 0644]
runtime/onert/core/src/dumper/text/GraphDumper.cc
runtime/onert/core/src/dumper/text/GraphDumper.h
runtime/onert/core/src/exec/DataflowExecutor.cc
runtime/onert/core/src/exec/DynamicShapeInferer.cc
runtime/onert/core/src/exec/ExecTime.test.cc
runtime/onert/core/src/exec/Execution.cc
runtime/onert/core/src/exec/ExecutionObservers.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/FunctionSequence.cc
runtime/onert/core/src/exec/LinearExecutor.h
runtime/onert/core/src/exec/MinMaxRecorder.cc [new file with mode: 0644]
runtime/onert/core/src/exec/MinMaxRecorder.h [new file with mode: 0644]
runtime/onert/core/src/exec/ParallelScheduler.cc
runtime/onert/core/src/exec/train/TrainableExecutor.cc [new file with mode: 0644]
runtime/onert/core/src/exec/train/TrainableExecutor.h [new file with mode: 0644]
runtime/onert/core/src/exec/train/TrainableExecutors.cc [new file with mode: 0644]
runtime/onert/core/src/exec/train/TrainableExecutors.h [new file with mode: 0644]
runtime/onert/core/src/exec/train/TrainableFnSequence.cc [new file with mode: 0644]
runtime/onert/core/src/exec/train/optimizer/OptimizerCode.cc [new file with mode: 0644]
runtime/onert/core/src/exec/train/optimizer/OptimizerHelpers.h [new file with mode: 0644]
runtime/onert/core/src/exec/train/optimizer/SGD.cc [new file with mode: 0644]
runtime/onert/core/src/ir/Graph.cc
runtime/onert/core/src/ir/LayoutSet.cc
runtime/onert/core/src/ir/LayoutSet.h
runtime/onert/core/src/ir/OperandIndexSequence.cc
runtime/onert/core/src/ir/OperationCloner.cc
runtime/onert/core/src/ir/OperationCloner.h
runtime/onert/core/src/ir/OperationDumper.cc
runtime/onert/core/src/ir/OperationDumper.h
runtime/onert/core/src/ir/OperationValidator.cc
runtime/onert/core/src/ir/Operations.cc
runtime/onert/core/src/ir/operation/Loss.cc [new file with mode: 0644]
runtime/onert/core/src/ir/train/TrainableGraph.cc [new file with mode: 0644]
runtime/onert/core/src/ir/train/operation/Conv2D.cc [new file with mode: 0644]
runtime/onert/core/src/ir/train/operation/ElementwiseActivation.cc [new file with mode: 0644]
runtime/onert/core/src/ir/train/operation/FullyConnected.cc [new file with mode: 0644]
runtime/onert/core/src/ir/train/operation/Loss.cc [new file with mode: 0644]
runtime/onert/core/src/ir/train/operation/Permute.cc [new file with mode: 0644]
runtime/onert/core/src/ir/train/operation/Pool2D.cc [new file with mode: 0644]
runtime/onert/core/src/ir/train/operation/Reshape.cc [new file with mode: 0644]
runtime/onert/core/src/ir/train/operation/Softmax.cc [new file with mode: 0644]
runtime/onert/core/src/ir/verifier/Verifier.cc
runtime/onert/core/src/odc/QuantizeManager.cc [new file with mode: 0644]
runtime/onert/core/src/odc/QuantizeManager.test.cc [new file with mode: 0644]
runtime/onert/core/src/odc/QuantizerLoader.cc [new file with mode: 0644]
runtime/onert/core/src/odc/QuantizerLoader.h [new file with mode: 0644]
runtime/onert/core/src/odc/QuantizerLoader.test.cc [new file with mode: 0644]
runtime/onert/core/src/util/MDTableEventWriter.cc
runtime/onert/frontend/base_loader/include/base_loader.h
runtime/onert/frontend/circle_schema/include/circle_schema_generated.h
runtime/onert/frontend/nnapi/wrapper/ANeuralNetworksModel.cc
runtime/onert/frontend/tflite/src/tflite_schema_generated.h
runtime/onert/frontend/tflite/tflite_schema.fbs
runtime/onert/odc/CMakeLists.txt [new file with mode: 0644]
runtime/onert/odc/Quantizer.cc [new file with mode: 0644]
runtime/onert/odc/Quantizer.h [new file with mode: 0644]
runtime/onert/odc/Quantizer.test.cc [new file with mode: 0644]
runtime/service/npud/backend/trix/TrixBackend.cc
runtime/service/npud/core/Backend.h
tests/nnfw_api/src/CircleGen.cc
tests/nnfw_api/src/one_op_tests/Conv2D.test.cc
tests/nnfw_api/src/one_op_tests/DepthwiseConv2D.test.cc
tests/tools/onert_run/src/args.cc
tests/tools/onert_run/src/args.h
tests/tools/onert_run/src/onert_run.cc
tests/tools/onert_train/CMakeLists.txt [new file with mode: 0644]
tests/tools/onert_train/README.md [new file with mode: 0644]
tests/tools/onert_train/src/allocation.h [new file with mode: 0644]
tests/tools/onert_train/src/args.cc [new file with mode: 0644]
tests/tools/onert_train/src/args.h [new file with mode: 0644]
tests/tools/onert_train/src/formatter.h [new file with mode: 0644]
tests/tools/onert_train/src/h5formatter.cc [new file with mode: 0644]
tests/tools/onert_train/src/h5formatter.h [new file with mode: 0644]
tests/tools/onert_train/src/measure.h [new file with mode: 0644]
tests/tools/onert_train/src/nnfw_util.cc [new file with mode: 0644]
tests/tools/onert_train/src/nnfw_util.h [new file with mode: 0644]
tests/tools/onert_train/src/onert_train.cc [new file with mode: 0644]
tests/tools/onert_train/src/randomgen.cc [new file with mode: 0644]
tests/tools/onert_train/src/randomgen.h [new file with mode: 0644]
tests/tools/onert_train/src/rawdataloader.cc [new file with mode: 0644]
tests/tools/onert_train/src/rawdataloader.h [new file with mode: 0644]
tests/tools/onert_train/src/rawformatter.cc [new file with mode: 0644]
tests/tools/onert_train/src/rawformatter.h [new file with mode: 0644]
tests/tools/onert_train/src/types.h [moved from onert-micro/luci-interpreter/pal/mcu/PALFill.h with 68% similarity]
tests/tools/onert_train/test/rawdataloader.test.cc [new file with mode: 0644]
tools/cross/aarch64/sources.list.jammy [new file with mode: 0644]
tools/cross/aarch64/sources.list.xenial [deleted file]
tools/cross/armel/tizen-build-rootfs.sh [deleted file]
tools/cross/armel/tizen-fetch.sh [deleted file]
tools/cross/armel/tizen.patch [deleted file]
tools/cross/install_rootfs.sh
tools/generate_datafile/tf_dataset_converter/README.md [new file with mode: 0644]
tools/generate_datafile/tf_dataset_converter/argparser.py [new file with mode: 0644]
tools/generate_datafile/tf_dataset_converter/datasets.py [new file with mode: 0644]
tools/generate_datafile/tf_dataset_converter/main.py [new file with mode: 0644]
tools/generate_datafile/tf_dataset_converter/requirements.txt [new file with mode: 0644]