Imported Upstream version 1.20.0 submit/tizen/20220415.103159 upstream/1.20.0
authorChunseok Lee <chunseok.lee@samsung.com>
Fri, 15 Apr 2022 10:15:11 +0000 (19:15 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Fri, 15 Apr 2022 10:15:11 +0000 (19:15 +0900)
commit3ad689f0803519e343c36d5700646e86059df961
tree862346c401a5577518fa7f042532aa931b53aa0e
parentac6e4dd7b480e83b586ef533d7b29a8a97eb48fe
Imported Upstream version 1.20.0
1329 files changed:
.ahub/tcchecker-tca/config.yaml
.gitattributes
compiler/angkor/CMakeLists.txt
compiler/arser/tests/arser.test.cpp
compiler/circle-eval-diff/CMakeLists.txt [new file with mode: 0644]
compiler/circle-eval-diff/README.md [new file with mode: 0644]
compiler/circle-eval-diff/driver/Driver.cpp [new file with mode: 0644]
compiler/circle-eval-diff/include/CircleEvalDiff.h [new file with mode: 0644]
compiler/circle-eval-diff/requires.cmake [new file with mode: 0644]
compiler/circle-eval-diff/src/CircleEvalDiff.cpp [new file with mode: 0644]
compiler/circle-eval-diff/src/MetricPrinter.cpp [new file with mode: 0644]
compiler/circle-eval-diff/src/MetricPrinter.h [new file with mode: 0644]
compiler/circle-eval-diff/src/MetricPrinter.test.cpp [new file with mode: 0644]
compiler/circle-eval-diff/src/ModuleEvalDiff.cpp [new file with mode: 0644]
compiler/circle-eval-diff/src/ModuleEvalDiff.h [new file with mode: 0644]
compiler/circle-eval-diff/src/Tensor.cpp [new file with mode: 0644]
compiler/circle-eval-diff/src/Tensor.h [new file with mode: 0644]
compiler/circle-eval-diff/src/Tensor.test.cpp [new file with mode: 0644]
compiler/circle-execution-plan/CMakeLists.txt
compiler/circle-execution-plan/README.md
compiler/circle-execution-plan/pal/IScratchpadHelper.h [new file with mode: 0644]
compiler/circle-execution-plan/pal/ScratchpadHelperCMSISNN.h [new file with mode: 0644]
compiler/circle-execution-plan/pal/ScratchpadHelperLinux.h [new file with mode: 0644]
compiler/circle-execution-plan/pal/ScratchpadHelperMCU.h [new file with mode: 0644]
compiler/circle-execution-plan/pal/TargetPlatform.h [moved from runtime/onert/backend/gpu_cl/open_cl/Status.h with 53% similarity]
compiler/circle-execution-plan/src/CircleExecutionPlan.cpp
compiler/circle-execution-plan/src/ExecutionPlanner.cpp
compiler/circle-execution-plan/src/ExecutionPlanner.h
compiler/circle-inspect/CMakeLists.txt
compiler/circle-inspect/README.md
compiler/circle-inspect/driver/Driver.cpp
compiler/circle-inspect/requires.cmake
compiler/circle-inspect/src/Dump.cpp
compiler/circle-inspect/src/Dump.h
compiler/circle-inspect/src/Reader.cpp
compiler/circle-inspect/src/Reader.h
compiler/circle-opselector/README.md
compiler/circle-part-value-test/CMakeLists.txt
compiler/circle-part-value-test/part_eval_one.py
compiler/circle-part-value-test/parts/Net_UnpackAdd_001.001.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Net_UnpackAdd_001.002.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Net_UnpackAdd_001.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Mul_Sqrt_FC_nobias_000_000.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Mul_Sqrt_FC_nobias_000_001.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Mul_Sqrt_FC_nobias_000_002.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Split_Add_000.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Tanh_FC_nobias.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Tanh_FC_nobias_001.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Tanh_FC_nobias_002.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Tanh_FC_nobias_003.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/SignatureDef_MultiOut_000.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/SignatureDef_MultiOut_001.part [new file with mode: 0644]
compiler/circle-part-value-test/test.lst
compiler/circle-partitioner-test/CMakeLists.txt
compiler/circle-partitioner-test/parts/Part_Add_SVDF_000.part [new file with mode: 0644]
compiler/circle-partitioner-test/test.lst
compiler/circle-partitioner/CMakeLists.txt
compiler/circle-partitioner/README.md
compiler/circle-quantizer-dredd-recipe-test/CMakeLists.txt [new file with mode: 0644]
compiler/circle-quantizer-dredd-recipe-test/README.md [new file with mode: 0644]
compiler/circle-quantizer-dredd-recipe-test/requires.cmake [new file with mode: 0644]
compiler/circle-quantizer-dredd-recipe-test/test.lst [new file with mode: 0644]
compiler/circle-quantizer-dredd-recipe-test/testall.sh [new file with mode: 0755]
compiler/circle-quantizer/CMakeLists.txt
compiler/circle-quantizer/src/CircleQuantizer.cpp
compiler/circle-tensordump/CMakeLists.txt
compiler/circle-tensordump/requires.cmake
compiler/circle-tensordump/src/Reader.cpp
compiler/circle-tensordump/src/Reader.h
compiler/circle-verify/CMakeLists.txt
compiler/circle-verify/requires.cmake
compiler/circle2circle-dredd-recipe-test/CMakeLists.txt
compiler/circle2circle/CMakeLists.txt
compiler/circle2circle/requires.cmake
compiler/circle2circle/src/Circle2Circle.cpp
compiler/circlechef/CMakeLists.txt
compiler/circlechef/circle/CMakeLists.txt
compiler/circlechef/circle/src/CircleImport.cpp
compiler/circlechef/circle/src/CircleImport.h
compiler/circlechef/circle/src/RecipeChef.cpp
compiler/circlechef/core/CMakeLists.txt
compiler/circlechef/core/src/ModelChef.cpp
compiler/circlechef/requires.cmake
compiler/circlechef/tests/CMakeLists.txt
compiler/circledump/CMakeLists.txt
compiler/circledump/README.md
compiler/circledump/requires.cmake
compiler/circledump/src/Dump.cpp
compiler/circledump/src/Load.cpp
compiler/circledump/src/OpPrinter.cpp
compiler/circledump/src/Read.cpp
compiler/circledump/src/Read.h
compiler/cli/CMakeLists.txt
compiler/common-artifacts/CMakeLists.txt
compiler/common-artifacts/exclude.lst
compiler/common-artifacts/options.lst [new file with mode: 0644]
compiler/common-artifacts/requires.cmake
compiler/common-artifacts/src/TestDataGenerator.cpp
compiler/dio-hdf5/CMakeLists.txt [new file with mode: 0644]
compiler/dio-hdf5/README.md [new file with mode: 0644]
compiler/dio-hdf5/include/dio_hdf5/HDF5Importer.h [new file with mode: 0644]
compiler/dio-hdf5/requires.cmake [new file with mode: 0644]
compiler/dio-hdf5/src/HDF5Importer.cpp [moved from compiler/record-minmax/src/HDF5Importer.cpp with 84% similarity]
compiler/dio-hdf5/src/HDF5Importer.test.cpp [new file with mode: 0644]
compiler/dredd-rule-lib/rule-lib.sh
compiler/embedded-import-value-test/.gitignore [new file with mode: 0644]
compiler/embedded-import-value-test/CMakeLists.txt [new file with mode: 0644]
compiler/embedded-import-value-test/README.md [new file with mode: 0644]
compiler/embedded-import-value-test/evalverify.sh [new file with mode: 0755]
compiler/embedded-import-value-test/requires.cmake [new file with mode: 0644]
compiler/embedded-import-value-test/src/TestDriver.cpp [new file with mode: 0644]
compiler/embedded-import-value-test/test.lst [new file with mode: 0644]
compiler/enco/CMakeLists.txt
compiler/enco/core/CMakeLists.txt
compiler/enco/frontend/caffe/CMakeLists.txt
compiler/enco/frontend/tflite/CMakeLists.txt
compiler/exo/CMakeLists.txt
compiler/hermes-std/CMakeLists.txt
compiler/hermes-std/include/hermes/ConsoleReporter.h
compiler/hermes-std/src/ConsoleReporter.cpp
compiler/hermes-std/src/ConsoleReporter.test.cpp
compiler/hermes/CMakeLists.txt
compiler/hermes/include/hermes/core/Message.h
compiler/hermes/include/hermes/core/MessageBuffer.h
compiler/hermes/src/core/MessageBuffer.cpp
compiler/hermes/src/core/Source.cpp
compiler/locomotiv/CMakeLists.txt
compiler/locop/CMakeLists.txt
compiler/logo-core/CMakeLists.txt
compiler/logo-ex/CMakeLists.txt [new file with mode: 0644]
compiler/logo-ex/README.md [new file with mode: 0644]
compiler/logo-ex/include/logo/ConstantFoldingPass.h [moved from compiler/logo/include/logo/ConstantFoldingPass.h with 81% similarity]
compiler/logo-ex/include/logo/PassesEx.h [new file with mode: 0644]
compiler/logo-ex/requires.cmake [new file with mode: 0644]
compiler/logo-ex/src/Passes/ConstantFoldingPass.cpp [moved from compiler/logo/src/Passes/ConstantFoldingPass.cpp with 98% similarity]
compiler/logo-ex/src/Passes/ConstantFoldingPass.test.cpp [moved from compiler/logo/src/Passes/ConstantFoldingPass.test.cpp with 98% similarity]
compiler/logo-ex/src/TestHelper.h [new file with mode: 0644]
compiler/logo/CMakeLists.txt
compiler/logo/include/logo/Passes.h
compiler/logo/requires.cmake
compiler/luci-interpreter/README.md
compiler/luci-interpreter/include/luci_interpreter/GraphBuilderRegistry.h [new file with mode: 0644]
compiler/luci-interpreter/include/luci_interpreter/Interpreter.h
compiler/luci-interpreter/pal/cmsisnn/KernelsToBuild.lst
compiler/luci-interpreter/pal/cmsisnn/PALAveragePool2d.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALConv2d.h
compiler/luci-interpreter/pal/cmsisnn/PALDepthwiseConv2d.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALDequantize.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALFullyConnected.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALMul.h
compiler/luci-interpreter/pal/cmsisnn/PALQuantize.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/PALSVDF.h [new file with mode: 0644]
compiler/luci-interpreter/pal/cmsisnn/pal.cmake
compiler/luci-interpreter/pal/linux/KernelsToBuild.lst
compiler/luci-interpreter/pal/linux/PALAveragePool2d.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALBatchMatMul.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALConv2d.h
compiler/luci-interpreter/pal/linux/PALDepthwiseConv2d.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALDequantize.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALFullyConnected.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALGather.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALMul.h
compiler/luci-interpreter/pal/linux/PALQuantize.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/PALSVDF.h [new file with mode: 0644]
compiler/luci-interpreter/pal/linux/pal.cmake
compiler/luci-interpreter/pal/mcu/KernelsToBuild.lst
compiler/luci-interpreter/pal/mcu/PALAveragePool2d.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALConv2d.h
compiler/luci-interpreter/pal/mcu/PALDepthwiseConv2d.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALDequantize.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALFullyConnected.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALMul.h
compiler/luci-interpreter/pal/mcu/PALQuantize.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/PALSVDF.h [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/pal.cmake
compiler/luci-interpreter/src/CMakeLists.txt
compiler/luci-interpreter/src/Interpreter.cpp
compiler/luci-interpreter/src/core/CMakeLists.txt
compiler/luci-interpreter/src/core/KernelParams.h
compiler/luci-interpreter/src/import/CMakeLists.txt [new file with mode: 0644]
compiler/luci-interpreter/src/import/GraphBuilderRegistry.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/import/Nodes/CircleReferencingConst.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/import/Nodes/CircleReferencingConst.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Add.cpp
compiler/luci-interpreter/src/kernels/Add.h
compiler/luci-interpreter/src/kernels/Add.test.cpp
compiler/luci-interpreter/src/kernels/ArgMax.test.cpp
compiler/luci-interpreter/src/kernels/AveragePool2D.cpp
compiler/luci-interpreter/src/kernels/AveragePool2D.h
compiler/luci-interpreter/src/kernels/AveragePool2D.test.cpp
compiler/luci-interpreter/src/kernels/BatchMatMul.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/BatchMatMul.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/BatchMatMul.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/BatchToSpaceND.test.cpp
compiler/luci-interpreter/src/kernels/CMakeLists.txt
compiler/luci-interpreter/src/kernels/Cast.test.cpp
compiler/luci-interpreter/src/kernels/Concatenation.cpp
compiler/luci-interpreter/src/kernels/Concatenation.test.cpp
compiler/luci-interpreter/src/kernels/Conv2D.cpp
compiler/luci-interpreter/src/kernels/Conv2D.h
compiler/luci-interpreter/src/kernels/DepthToSpace.test.cpp
compiler/luci-interpreter/src/kernels/DepthwiseConv2D.cpp
compiler/luci-interpreter/src/kernels/DepthwiseConv2D.h
compiler/luci-interpreter/src/kernels/DepthwiseConv2D.test.cpp
compiler/luci-interpreter/src/kernels/Dequantize.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Dequantize.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Dequantize.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Div.cpp
compiler/luci-interpreter/src/kernels/Div.h
compiler/luci-interpreter/src/kernels/Div.test.cpp
compiler/luci-interpreter/src/kernels/Equal.cpp
compiler/luci-interpreter/src/kernels/Equal.h
compiler/luci-interpreter/src/kernels/Equal.test.cpp
compiler/luci-interpreter/src/kernels/ExpandDims.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/ExpandDims.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/ExpandDims.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/FullyConnected.cpp
compiler/luci-interpreter/src/kernels/FullyConnected.test.cpp
compiler/luci-interpreter/src/kernels/Gather.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Gather.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Gather.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Greater.cpp
compiler/luci-interpreter/src/kernels/Greater.h
compiler/luci-interpreter/src/kernels/Greater.test.cpp
compiler/luci-interpreter/src/kernels/GreaterEqual.cpp
compiler/luci-interpreter/src/kernels/GreaterEqual.h
compiler/luci-interpreter/src/kernels/GreaterEqual.test.cpp
compiler/luci-interpreter/src/kernels/L2Normalize.test.cpp
compiler/luci-interpreter/src/kernels/L2Pool2D.test.cpp
compiler/luci-interpreter/src/kernels/LeakyRelu.test.cpp
compiler/luci-interpreter/src/kernels/Less.cpp
compiler/luci-interpreter/src/kernels/Less.h
compiler/luci-interpreter/src/kernels/Less.test.cpp
compiler/luci-interpreter/src/kernels/LessEqual.cpp
compiler/luci-interpreter/src/kernels/LessEqual.h
compiler/luci-interpreter/src/kernels/LessEqual.test.cpp
compiler/luci-interpreter/src/kernels/Logistic.test.cpp
compiler/luci-interpreter/src/kernels/MirrorPad.cpp
compiler/luci-interpreter/src/kernels/MirrorPad.test.cpp
compiler/luci-interpreter/src/kernels/Mul.cpp
compiler/luci-interpreter/src/kernels/Mul.h
compiler/luci-interpreter/src/kernels/Mul.test.cpp
compiler/luci-interpreter/src/kernels/NotEqual.cpp
compiler/luci-interpreter/src/kernels/NotEqual.h
compiler/luci-interpreter/src/kernels/NotEqual.test.cpp
compiler/luci-interpreter/src/kernels/OneHot.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/OneHot.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/OneHot.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Pack.test.cpp
compiler/luci-interpreter/src/kernels/Pad.cpp
compiler/luci-interpreter/src/kernels/Pad.test.cpp
compiler/luci-interpreter/src/kernels/Quantize.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Quantize.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Quantize.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/ResizeBilinear.test.cpp
compiler/luci-interpreter/src/kernels/ResizeNearestNeighbor.test.cpp
compiler/luci-interpreter/src/kernels/ReverseV2.test.cpp
compiler/luci-interpreter/src/kernels/SVDF.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/SVDF.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/SVDF.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Slice.cpp
compiler/luci-interpreter/src/kernels/Slice.test.cpp
compiler/luci-interpreter/src/kernels/Softmax.test.cpp
compiler/luci-interpreter/src/kernels/SpaceToBatchND.test.cpp
compiler/luci-interpreter/src/kernels/SpaceToDepth.test.cpp
compiler/luci-interpreter/src/kernels/Split.test.cpp
compiler/luci-interpreter/src/kernels/SplitV.test.cpp
compiler/luci-interpreter/src/kernels/Squeeze.test.cpp
compiler/luci-interpreter/src/kernels/Sub.cpp
compiler/luci-interpreter/src/kernels/Sub.h
compiler/luci-interpreter/src/kernels/Sub.test.cpp
compiler/luci-interpreter/src/kernels/Transpose.test.cpp
compiler/luci-interpreter/src/kernels/Unpack.test.cpp
compiler/luci-interpreter/src/kernels/Utils.cpp
compiler/luci-interpreter/src/kernels/Utils.h
compiler/luci-interpreter/src/loader/CMakeLists.txt
compiler/luci-interpreter/src/loader/GraphLoader.cpp
compiler/luci-interpreter/src/loader/KernelBuilder.test.cpp
compiler/luci-interpreter/src/loader/nodes/AveragePool2D.cpp
compiler/luci-interpreter/src/loader/nodes/BatchMatMul.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Conv2D.cpp
compiler/luci-interpreter/src/loader/nodes/DepthwiseConv2D.cpp
compiler/luci-interpreter/src/loader/nodes/Dequantize.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/ExpandDims.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/FullyConnected.cpp
compiler/luci-interpreter/src/loader/nodes/Gather.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/OneHot.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/Quantize.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/nodes/SVDF.cpp [new file with mode: 0644]
compiler/luci-micro/CMakeLists.txt
compiler/luci-pass-value-test/CMakeLists.txt
compiler/luci-pass-value-test/eval_result_verifier.py
compiler/luci-pass-value-test/test.lst
compiler/luci-value-test/CMakeLists.txt
compiler/luci-value-test/evalverify.sh
compiler/luci-value-test/evalverify_ref.sh [new file with mode: 0755]
compiler/luci-value-test/evalverifytol.sh [new file with mode: 0755]
compiler/luci-value-test/evalverifytol_ref.sh [new file with mode: 0755]
compiler/luci-value-test/luci_eval_verifier.py
compiler/luci-value-test/luci_eval_verifier_ref.py [new file with mode: 0755]
compiler/luci-value-test/test.lst
compiler/luci/CMakeLists.txt
compiler/luci/export/CMakeLists.txt
compiler/luci/export/src/CircleBuiltinTypesExtractor.h [new file with mode: 0644]
compiler/luci/export/src/CircleBuiltinTypesMappingRule.h [new file with mode: 0644]
compiler/luci/export/src/CircleExporterImpl.cpp
compiler/luci/export/src/CircleExporterUtils.cpp
compiler/luci/export/src/CircleExporterUtils.h
compiler/luci/export/src/CircleOperationExporter.cpp
compiler/luci/export/src/CircleOperationExporter.h
compiler/luci/export/src/CircleOperationExporterRule.cpp [new file with mode: 0644]
compiler/luci/export/src/CircleOperationExporterRule.h [new file with mode: 0644]
compiler/luci/export/src/CircleOps.lst [new file with mode: 0644]
compiler/luci/export/src/CircleTensorExporter.cpp
compiler/luci/export/src/SerializedData.h
compiler/luci/import/CMakeLists.txt
compiler/luci/import/include/luci/Import/CircleReader.h
compiler/luci/import/include/luci/Import/GraphBuilderRegistry.h
compiler/luci/import/include/luci/Import/NodeBuilder.h [new file with mode: 0644]
compiler/luci/import/include/luci/Import/Nodes.h
compiler/luci/import/include/luci/Import/Nodes/CircleConst.h
compiler/luci/import/include/luci/Import/Nodes/CircleSVDF.h [new file with mode: 0644]
compiler/luci/import/include/luci/Import/Nodes/CircleVariable.h [new file with mode: 0644]
compiler/luci/import/src/CircleImportMetadata.cpp
compiler/luci/import/src/CircleReader.cpp
compiler/luci/import/src/GraphBuilder.cpp
compiler/luci/import/src/GraphBuilderMultiOutput.cpp
compiler/luci/import/src/GraphBuilderRegistry.cpp
compiler/luci/import/src/Importer.cpp
compiler/luci/import/src/Importer.test.cpp
compiler/luci/import/src/Nodes/CircleCast.cpp
compiler/luci/import/src/Nodes/CircleConst.cpp
compiler/luci/import/src/Nodes/CircleCustom.cpp
compiler/luci/import/src/Nodes/CircleDepthToSpace.cpp
compiler/luci/import/src/Nodes/CircleDepthwiseConv2D.cpp
compiler/luci/import/src/Nodes/CircleElu.cpp
compiler/luci/import/src/Nodes/CircleEqual.cpp
compiler/luci/import/src/Nodes/CircleExp.cpp
compiler/luci/import/src/Nodes/CircleExpandDims.cpp
compiler/luci/import/src/Nodes/CircleFloorDiv.cpp
compiler/luci/import/src/Nodes/CircleFloorMod.cpp
compiler/luci/import/src/Nodes/CircleFullyConnected.cpp
compiler/luci/import/src/Nodes/CircleGatherNd.cpp
compiler/luci/import/src/Nodes/CircleGreater.cpp
compiler/luci/import/src/Nodes/CircleGreaterEqual.cpp
compiler/luci/import/src/Nodes/CircleIf.cpp
compiler/luci/import/src/Nodes/CircleLess.cpp
compiler/luci/import/src/Nodes/CircleLessEqual.cpp
compiler/luci/import/src/Nodes/CircleLog.cpp
compiler/luci/import/src/Nodes/CircleLogicalAnd.cpp
compiler/luci/import/src/Nodes/CircleLogicalNot.cpp
compiler/luci/import/src/Nodes/CircleLogicalOr.cpp
compiler/luci/import/src/Nodes/CircleLogistic.cpp
compiler/luci/import/src/Nodes/CircleMatrixDiag.cpp
compiler/luci/import/src/Nodes/CircleMatrixSetDiag.cpp
compiler/luci/import/src/Nodes/CircleNonMaxSuppressionV4.cpp
compiler/luci/import/src/Nodes/CircleNonMaxSuppressionV5.cpp
compiler/luci/import/src/Nodes/CircleNotEqual.cpp
compiler/luci/import/src/Nodes/CircleOneHot.cpp
compiler/luci/import/src/Nodes/CircleReduceAny.cpp
compiler/luci/import/src/Nodes/CircleReduceProd.cpp
compiler/luci/import/src/Nodes/CircleReshape.cpp
compiler/luci/import/src/Nodes/CircleReverseSequence.cpp
compiler/luci/import/src/Nodes/CircleReverseV2.cpp
compiler/luci/import/src/Nodes/CircleRound.cpp
compiler/luci/import/src/Nodes/CircleRsqrt.cpp
compiler/luci/import/src/Nodes/CircleSVDF.cpp [new file with mode: 0644]
compiler/luci/import/src/Nodes/CircleScatterNd.cpp
compiler/luci/import/src/Nodes/CircleSegmentSum.cpp
compiler/luci/import/src/Nodes/CircleSelect.cpp
compiler/luci/import/src/Nodes/CircleSelectV2.cpp
compiler/luci/import/src/Nodes/CircleSin.cpp
compiler/luci/import/src/Nodes/CircleSquare.cpp
compiler/luci/import/src/Nodes/CircleSquaredDifference.cpp
compiler/luci/import/src/Nodes/CircleTanh.cpp
compiler/luci/import/src/Nodes/CircleTile.cpp
compiler/luci/import/src/Nodes/CircleTopKV2.cpp
compiler/luci/import/src/Nodes/CircleTransposeConv.cpp
compiler/luci/import/src/Nodes/CircleUnpack.cpp
compiler/luci/import/src/Nodes/CircleVariable.cpp [new file with mode: 0644]
compiler/luci/import/src/Nodes/CircleWhere.cpp
compiler/luci/import/src/Nodes/CircleWhile.cpp
compiler/luci/import/src/ValidateHelpers.cpp
compiler/luci/lang/include/luci/IR/CircleNodes.h
compiler/luci/lang/include/luci/IR/CircleNodes.lst
compiler/luci/lang/include/luci/IR/CircleQuantParam.h
compiler/luci/lang/include/luci/IR/Nodes/CircleFullyConnected.h
compiler/luci/lang/include/luci/IR/Nodes/CircleSVDF.h [new file with mode: 0644]
compiler/luci/lang/include/luci/IR/Nodes/CircleVariable.h [new file with mode: 0644]
compiler/luci/lang/src/CircleQuantParam.cpp [moved from runtime/onert/backend/gpu_cl/open_cl/ClMemory.cc with 51% similarity]
compiler/luci/lang/src/CircleQuantParam.test.cpp [new file with mode: 0644]
compiler/luci/lang/src/Nodes/CircleFullyConnected.test.cpp
compiler/luci/lang/src/Nodes/CircleSVDF.test.cpp [new file with mode: 0644]
compiler/luci/lang/src/Nodes/CircleVariable.test.cpp [new file with mode: 0644]
compiler/luci/logex/CMakeLists.txt
compiler/luci/logex/src/CircleNodeSummaryBuilder.cpp [new file with mode: 0644]
compiler/luci/logex/src/CircleNodeSummaryBuilder.h [new file with mode: 0644]
compiler/luci/logex/src/CircleNodeSummaryBuilder.test.cpp [new file with mode: 0644]
compiler/luci/logex/src/CircleNodeSummaryBuilders.cpp [new file with mode: 0644]
compiler/luci/logex/src/CircleNodeSummaryBuilders.h [new file with mode: 0644]
compiler/luci/logex/src/FormattedGraph.cpp
compiler/luci/partition/CMakeLists.txt
compiler/luci/partition/src/ConnectNode.h
compiler/luci/partition/src/Nodes/CircleSVDF.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSVDF.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleVariable.cpp [new file with mode: 0644]
compiler/luci/partition/src/PartitionIRDump.cpp
compiler/luci/partition/src/PartitionMerge.cpp
compiler/luci/partition/src/PartitionPGroups.cpp
compiler/luci/pass/CMakeLists.txt
compiler/luci/pass/include/luci/CircleOptimizer.h
compiler/luci/pass/include/luci/CircleQuantizer.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/ConvertToFakeQuantizedModelPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/CopyQuantParamPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/FoldGatherPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/PropagateQParamBackwardPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/PropagateQParamForwardPass.h [moved from compiler/luci/pass/include/luci/Pass/PropagateQuantParamPass.h with 62% similarity]
compiler/luci/pass/include/luci/Pass/QuantizationParameters.h
compiler/luci/pass/include/luci/Pass/QuantizeDequantizeWeightsPass.h
compiler/luci/pass/include/luci/Pass/QuantizePreCheckerPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/QuantizeWithMinMaxPass.h
compiler/luci/pass/include/luci/Pass/RemoveRedundantQuantizePass.h [new file with mode: 0644]
compiler/luci/pass/src/BatchNormPatternFinder.cpp
compiler/luci/pass/src/BatchNormPatternFinder.test.cpp
compiler/luci/pass/src/CircleOptimizer.cpp
compiler/luci/pass/src/CircleOptimizer.test.cpp
compiler/luci/pass/src/CircleQuantizer.cpp [new file with mode: 0644]
compiler/luci/pass/src/CircleQuantizer.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/ConvertNCHWToNHWCPass.cpp
compiler/luci/pass/src/ConvertNCHWToNHWCPass.test.cpp
compiler/luci/pass/src/ConvertToFakeQuantizedModelPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/ConvertToFakeQuantizedModelPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/CopyQuantParamPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/FoldGatherPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/FoldGatherPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/PropagateConcatenationQparam.test.cpp
compiler/luci/pass/src/PropagateQParamBackwardPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/PropagateQParamBackwardPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/PropagateQParamForwardPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/PropagateQParamForwardPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/PropagateQuantParamPass.cpp [deleted file]
compiler/luci/pass/src/PropagateQuantParamPass.test.cpp [deleted file]
compiler/luci/pass/src/QuantizationUtils.cpp
compiler/luci/pass/src/QuantizationUtils.h
compiler/luci/pass/src/QuantizeActivation.cpp [new file with mode: 0644]
compiler/luci/pass/src/QuantizeActivation.h [new file with mode: 0644]
compiler/luci/pass/src/QuantizeBias.cpp [new file with mode: 0644]
compiler/luci/pass/src/QuantizeBias.h [new file with mode: 0644]
compiler/luci/pass/src/QuantizeDequantizeWeightsPass.cpp
compiler/luci/pass/src/QuantizeDequantizeWeightsPass.test.cpp
compiler/luci/pass/src/QuantizePreCheckerPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/QuantizePreCheckerPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/QuantizeWeights.cpp [new file with mode: 0644]
compiler/luci/pass/src/QuantizeWeights.h [new file with mode: 0644]
compiler/luci/pass/src/QuantizeWithMinMaxPass.cpp
compiler/luci/pass/src/QuantizeWithMinMaxPass.test.cpp
compiler/luci/pass/src/QuantizedModelVerifier.cpp
compiler/luci/pass/src/QuantizedModelVerifier.h
compiler/luci/pass/src/QuantizedModelVerifier.test.cpp
compiler/luci/pass/src/RemoveRedundantQuantizePass.cpp [new file with mode: 0644]
compiler/luci/pass/src/RemoveRedundantQuantizePass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/RemoveRedundantTransposePass.cpp
compiler/luci/pass/src/RemoveRedundantTransposePass.test.cpp
compiler/luci/pass/src/RemoveUnnecessaryReshapePass.cpp
compiler/luci/pass/src/ReplaceMulAddWithDepthwiseConvPass.cpp
compiler/luci/pass/src/ReplaceMulAddWithDepthwiseConvPass.test.cpp
compiler/luci/pass/src/SubstituteSplitVToSplitPass.cpp
compiler/luci/pass/src/SubstituteSqueezeToReshapePass.cpp
compiler/luci/pass/src/SubstituteStridedSliceToReshapePass.cpp
compiler/luci/pass/src/VerifyQuantizedBiasScale.cpp [new file with mode: 0644]
compiler/luci/pass/src/VerifyQuantizedBiasScale.h [new file with mode: 0644]
compiler/luci/pass/src/VerifyQuantizedNodeGranularity.cpp [new file with mode: 0644]
compiler/luci/pass/src/VerifyQuantizedNodeGranularity.h [moved from compiler/luci/pass/src/VerifyQuantizedNodeChannelWiseGranularity.h with 76% similarity]
compiler/luci/pass/src/VerifyQuantizedNodeLayerWiseGranularity.h [deleted file]
compiler/luci/pass/src/VerifyQuantizedNodeS16Type.h [deleted file]
compiler/luci/pass/src/VerifyQuantizedNodeType.cpp [new file with mode: 0644]
compiler/luci/pass/src/VerifyQuantizedNodeType.h [new file with mode: 0644]
compiler/luci/pass/src/VerifyQuantizedNodeU8Type.h [deleted file]
compiler/luci/pass/src/helpers/LayerInfoMap.cpp [new file with mode: 0644]
compiler/luci/pass/src/helpers/LayerInfoMap.h [new file with mode: 0644]
compiler/luci/pass/src/helpers/LayerInfoMap.test.cpp [new file with mode: 0644]
compiler/luci/requires.cmake
compiler/luci/service/CMakeLists.txt
compiler/luci/service/include/luci/Service/CircleShapeInference.h
compiler/luci/service/include/luci/Service/CircleTypeInference.h
compiler/luci/service/src/CircleCloneNode.h
compiler/luci/service/src/CircleNodeClone.cpp
compiler/luci/service/src/CircleShapeInferenceRule.cpp
compiler/luci/service/src/CircleTypeInferenceRule.cpp
compiler/luci/service/src/Nodes/CircleSVDF.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleSVDF.test.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleVariable.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleVariable.test.cpp [new file with mode: 0644]
compiler/luci/tests/CMakeLists.txt
compiler/luci/tests/test.lst
compiler/mio-circle/CMakeLists.txt
compiler/mio-circle/include/mio_circle/Helper.h [moved from runtime/onert/backend/gpu_cl/open_cl/GpuObject.cc with 56% similarity]
compiler/mio-circle/src/Helper.cpp [new file with mode: 0644]
compiler/mio-circle04/CMakeLists.txt [new file with mode: 0644]
compiler/mio-circle04/README.md [new file with mode: 0644]
compiler/mio-circle04/example.cpp [new file with mode: 0644]
compiler/mio-circle04/include/mio_circle/Helper.h [new file with mode: 0644]
compiler/mio-circle04/src/Helper.cpp [new file with mode: 0644]
compiler/mio-circle04/src/Helper.test.cpp [new file with mode: 0644]
compiler/mio-tflite/CMakeLists.txt
compiler/mio-tflite260/CMakeLists.txt
compiler/mio-tflite260/include/mio_tflite260/Helper.h [moved from runtime/onert/backend/gpu_cl/open_cl/TensorTypeUtil.h with 52% similarity]
compiler/mio-tflite260/src/Helper.cpp [new file with mode: 0644]
compiler/mio-tflite260/src/Helper.test.cpp [new file with mode: 0644]
compiler/mio-tflite280/CMakeLists.txt [new file with mode: 0644]
compiler/mio-tflite280/README.md [new file with mode: 0644]
compiler/mio-tflite280/example.cpp [new file with mode: 0644]
compiler/mio-tflite280/include/mio_tflite280/Helper.h [new file with mode: 0644]
compiler/mio-tflite280/src/Helper.cpp [new file with mode: 0644]
compiler/mio-tflite280/src/Helper.test.cpp [new file with mode: 0644]
compiler/mir/src/mir_onnx_importer/CMakeLists.txt
compiler/mir/src/mir_tflite_importer/CMakeLists.txt
compiler/mir2loco/CMakeLists.txt
compiler/moco-tf/CMakeLists.txt
compiler/moco-tf/requires.cmake
compiler/moco-tf/src/Transforms.h
compiler/morph/CMakeLists.txt
compiler/nest/core/CMakeLists.txt
compiler/nike/CMakeLists.txt
compiler/nnc/unittests/soft_backend/ModelAnalyzer.cpp
compiler/nnop/CMakeLists.txt
compiler/one-cmds/CMakeLists.txt
compiler/one-cmds/how-to-prepare-virtualenv.txt
compiler/one-cmds/how-to-use-one-commands.txt
compiler/one-cmds/one-build
compiler/one-cmds/one-import-bcq
compiler/one-cmds/one-import-onnx
compiler/one-cmds/one-import-pytorch [new file with mode: 0644]
compiler/one-cmds/one-import-tf
compiler/one-cmds/one-import-tflite
compiler/one-cmds/one-optimize
compiler/one-cmds/one-prepare-venv
compiler/one-cmds/one-quantize
compiler/one-cmds/onecc
compiler/one-cmds/onelib/constant.py [new file with mode: 0644]
compiler/one-cmds/onelib/make_cmd.py [new file with mode: 0644]
compiler/one-cmds/onnx_legalizer.py [new file with mode: 0755]
compiler/one-cmds/tests/CMakeLists.txt
compiler/one-cmds/tests/one-quantize_009.qconf.json [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_009.test [new file with mode: 0644]
compiler/one-cmds/tests/onnx-operations/CMakeLists.txt [new file with mode: 0644]
compiler/one-cmds/tests/onnx-operations/README.md [new file with mode: 0644]
compiler/one-cmds/tests/onnx-operations/prepare_test_materials.sh [new file with mode: 0644]
compiler/one-cmds/tests/onnx_legalize_run_compare.py [new file with mode: 0644]
compiler/one-cmds/tests/prepare_test_materials.sh
compiler/one-cmds/tests/print_onnx_model.py [new file with mode: 0644]
compiler/one-cmds/tests/pytorch-operations/CMakeLists.txt [new file with mode: 0644]
compiler/one-cmds/tests/pytorch-operations/README.md [new file with mode: 0644]
compiler/one-cmds/tests/pytorch-operations/aux_generator.py [new file with mode: 0644]
compiler/one-cmds/tests/pytorch-operations/entire_model.test [new file with mode: 0644]
compiler/one-cmds/tests/pytorch-operations/example_generator.py [new file with mode: 0644]
compiler/one-cmds/tests/pytorch-operations/mar_state_dict_model.test [new file with mode: 0644]
compiler/one-cmds/tests/pytorch-operations/mar_torchscript_model.test [new file with mode: 0644]
compiler/one-cmds/tests/pytorch-operations/prepare_test_materials.sh [new file with mode: 0644]
compiler/one-cmds/tests/pytorch-operations/state_dict_model.test [new file with mode: 0644]
compiler/one-cmds/tests/pytorch-operations/torchscript_model.test [new file with mode: 0644]
compiler/one-cmds/utils.py
compiler/oneco/CMakeLists.txt
compiler/pepper-strcast/CMakeLists.txt
compiler/pota-quantization-value-test/CMakeLists.txt
compiler/pota-quantization-value-test/config_files/Add_002/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Add_002/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/AveragePool2D_000/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/AveragePool2D_000/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Concatenation_001/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Concatenation_001/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Conv2D_004/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Conv2D_004/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/DepthwiseConv2D_002/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/DepthwiseConv2D_002/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/FullyConnected_003/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/FullyConnected_003/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/InstanceNorm_001/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/InstanceNorm_001/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/MaxPool2D_000/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/MaxPool2D_000/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Mean_000/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Mean_000/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Mul_001/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Mul_001/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/PRelu_001/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/PRelu_001/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/ReLU_000/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/ReLU_000/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Split_000/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/Split_000/channel/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/TransposeConv_001/channel/int16/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/config_files/TransposeConv_001/layer/uint8/qconf.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Add_002_config/channel/int16/quantization/ifm1_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Add_002_config/channel/int16/quantization/ifm2.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Add_002_config/channel/int16/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Add_002_config/layer/uint8/quantization/ifm1_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Add_002_config/layer/uint8/quantization/ifm2.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Add_002_config/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/AveragePool2D_000_config/channel/int16/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/AveragePool2D_000_config/channel/int16/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/AveragePool2D_000_config/layer/uint8/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/AveragePool2D_000_config/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Concatenation_001_config/channel/int16/quantization/ifm1_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Concatenation_001_config/channel/int16/quantization/ifm2.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Concatenation_001_config/channel/int16/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Concatenation_001_config/layer/uint8/quantization/ifm1_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Concatenation_001_config/layer/uint8/quantization/ifm2.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Concatenation_001_config/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004_config/channel/int16/fake_quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004_config/channel/int16/quantization/bias.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004_config/channel/int16/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004_config/channel/int16/quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004_config/channel/int16/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004_config/layer/uint8/fake_quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004_config/layer/uint8/quantization/bias.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004_config/layer/uint8/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004_config/layer/uint8/quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Conv2D_004_config/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/channel/int16/uint8/fake_quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/channel/int16/uint8/quantization/bias.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/channel/int16/uint8/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/channel/int16/uint8/quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/channel/int16/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/layer/uint8/fake_quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/layer/uint8/quantization/bias.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/layer/uint8/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/layer/uint8/quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/DepthwiseConv2D_002_config/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/FullyConnected_003_config/channel/int16/fake_quantization/weight.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/FullyConnected_003_config/channel/int16/quantization/bias.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/FullyConnected_003_config/channel/int16/quantization/in_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/FullyConnected_003_config/channel/int16/quantization/out.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/FullyConnected_003_config/channel/int16/quantization/weight.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/FullyConnected_003_config/layer/uint8/fake_quantization/weight.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/FullyConnected_003_config/layer/uint8/quantization/bias.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/FullyConnected_003_config/layer/uint8/quantization/in_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/FullyConnected_003_config/layer/uint8/quantization/out.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/FullyConnected_003_config/layer/uint8/quantization/weight.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/MaxPool2D_000_config/channel/int16/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/MaxPool2D_000_config/channel/int16/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/MaxPool2D_000_config/layer/uint8/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/MaxPool2D_000_config/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mean_000_config/channel/int16/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mean_000_config/channel/int16/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mean_000_config/layer/uint8/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mean_000_config/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mean_000_config/layer/uint8/quantization/reduction_indices.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mul_001_config/channel/int16/quantization/ifm1_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mul_001_config/channel/int16/quantization/ifm2.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mul_001_config/channel/int16/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mul_001_config/layer/uint8/quantization/ifm1_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mul_001_config/layer/uint8/quantization/ifm2.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Mul_001_config/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001_config/channel/int16/quantization/alpha.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001_config/channel/int16/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001_config/channel/int16/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001_config/layer/uint8/quantization/alpha.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001_config/layer/uint8/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001_config/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/ReLU_000_config/channel/int16/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/ReLU_000_config/channel/int16/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/ReLU_000_config/layer/uint8/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/ReLU_000_config/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Split_000_config/channel/int16/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Split_000_config/channel/int16/quantization/ofm1.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Split_000_config/channel/int16/quantization/ofm2.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Split_000_config/channel/int16/quantization/split_dim.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Split_000_config/channel/uint8/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Split_000_config/channel/uint8/quantization/ofm1.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Split_000_config/channel/uint8/quantization/ofm2.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Split_000_config/channel/uint8/quantization/split_dim.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/TransposeConv_001_config/channel/int16/fake_quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/TransposeConv_001_config/channel/int16/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/TransposeConv_001_config/channel/int16/quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/TransposeConv_001_config/channel/int16/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/TransposeConv_001_config/layer/uint8/fake_quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/TransposeConv_001_config/layer/uint8/quantization/ifm_Quantize.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/TransposeConv_001_config/layer/uint8/quantization/ker.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/TransposeConv_001_config/layer/uint8/quantization/ofm.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_fake_wquant_with_config.sh [new file with mode: 0755]
compiler/pota-quantization-value-test/test_inputs/Add_002_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Add_002_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Add_002_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Add_002_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Add_002_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Add_002_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Add_002_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Add_002_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Add_002_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Add_002_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/AveragePool2D_000_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/AveragePool2D_000_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/AveragePool2D_000_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/AveragePool2D_000_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/AveragePool2D_000_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/AveragePool2D_000_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/AveragePool2D_000_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/AveragePool2D_000_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/AveragePool2D_000_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/AveragePool2D_000_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Concatenation_001_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Concatenation_001_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Concatenation_001_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Concatenation_001_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Concatenation_001_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Concatenation_001_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Concatenation_001_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Concatenation_001_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Concatenation_001_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Concatenation_001_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Conv2D_004_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Conv2D_004_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Conv2D_004_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Conv2D_004_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Conv2D_004_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Conv2D_004_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Conv2D_004_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Conv2D_004_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Conv2D_004_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Conv2D_004_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/DepthwiseConv2D_002_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/DepthwiseConv2D_002_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/DepthwiseConv2D_002_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/DepthwiseConv2D_002_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/DepthwiseConv2D_002_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/DepthwiseConv2D_002_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/DepthwiseConv2D_002_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/DepthwiseConv2D_002_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/DepthwiseConv2D_002_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/DepthwiseConv2D_002_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/FullyConnected_003_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/FullyConnected_003_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/FullyConnected_003_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/FullyConnected_003_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/FullyConnected_003_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/FullyConnected_003_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/FullyConnected_003_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/FullyConnected_003_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/FullyConnected_003_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/FullyConnected_003_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/MaxPool2D_000_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/MaxPool2D_000_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/MaxPool2D_000_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/MaxPool2D_000_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/MaxPool2D_000_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/MaxPool2D_000_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/MaxPool2D_000_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/MaxPool2D_000_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/MaxPool2D_000_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/MaxPool2D_000_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mean_000_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mean_000_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mean_000_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mean_000_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mean_000_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mean_000_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mean_000_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mean_000_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mean_000_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mean_000_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mul_001_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mul_001_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mul_001_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mul_001_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mul_001_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mul_001_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mul_001_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mul_001_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mul_001_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Mul_001_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/ReLU_000_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/ReLU_000_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/ReLU_000_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/ReLU_000_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/ReLU_000_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/ReLU_000_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/ReLU_000_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/ReLU_000_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/ReLU_000_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/ReLU_000_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Split_000_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Split_000_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Split_000_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Split_000_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Split_000_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Split_000_config/channel/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Split_000_config/channel/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Split_000_config/channel/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Split_000_config/channel/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/Split_000_config/channel/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/TransposeConv_001_config/channel/int16/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/TransposeConv_001_config/channel/int16/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/TransposeConv_001_config/channel/int16/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/TransposeConv_001_config/channel/int16/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/TransposeConv_001_config/channel/int16/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/TransposeConv_001_config/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/TransposeConv_001_config/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/TransposeConv_001_config/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/TransposeConv_001_config/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/TransposeConv_001_config/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_quantization_with_config.sh [new file with mode: 0755]
compiler/pp/CMakeLists.txt
compiler/record-minmax-conversion-test/CMakeLists.txt
compiler/record-minmax/CMakeLists.txt
compiler/record-minmax/requires.cmake
compiler/record-minmax/src/HDF5Importer.h [deleted file]
compiler/record-minmax/src/MinMaxObserver.cpp
compiler/record-minmax/src/RecordMinMax.cpp
compiler/souschef/CMakeLists.txt
compiler/tf2tfliteV2-conversion-test/CMakeLists.txt
compiler/tfl-inspect/CMakeLists.txt
compiler/tfl-inspect/requires.cmake
compiler/tfl-inspect/src/Reader.cpp
compiler/tfl-inspect/src/Reader.h
compiler/tfl-verify/CMakeLists.txt
compiler/tfl-verify/requires.cmake
compiler/tflchef/CMakeLists.txt
compiler/tflchef/core/CMakeLists.txt
compiler/tflchef/core/src/ModelChef.cpp
compiler/tflchef/core/src/Op/FullyConnected.cpp
compiler/tflchef/core/src/Op/SVDF.cpp [new file with mode: 0644]
compiler/tflchef/core/src/Op/SVDF.h [new file with mode: 0644]
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/signature_def_index/test.recipe
compiler/tflchef/tests/signature_def_name/test.recipe
compiler/tflchef/tflite/CMakeLists.txt
compiler/tflchef/tflite/src/Op/FullyConnected.cpp
compiler/tflchef/tflite/src/Op/SVDF.cpp [new file with mode: 0644]
compiler/tflchef/tflite/src/Op/SVDF.h [new file with mode: 0644]
compiler/tflchef/tflite/src/RecipeChef.cpp
compiler/tflchef/tflite/src/TFliteImport.cpp
compiler/tflchef/tflite/src/TFliteImport.h
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/Load.cpp
compiler/tfldump/src/OpPrinter.cpp
compiler/tfldump/src/Read.cpp
compiler/tfldump/src/Read.h
compiler/tflite2circle/CMakeLists.txt
compiler/tflite2circle/requires.cmake
compiler/tflite2circle/src/BuildBuiltinOptions.h
compiler/tflite2circle/src/BuildBuiltinOptions/FullyConnectedOptions.cpp
compiler/tflite2circle/src/BuildBuiltinOptions/SVDFOptions.cpp [new file with mode: 0644]
compiler/tflite2circle/src/BuildBuiltinOptions/SVDFOptions.h [moved from runtime/onert/backend/gpu_cl/open_cl/AccessType.h with 60% similarity]
compiler/tflite2circle/src/CircleModel.cpp
compiler/tflite2circle/src/DataLookup.cpp
compiler/tflite2circle/src/DataLookup.h
compiler/tflite2circle/src/TFLBuiltinOptions.lst
compiler/vconone/CMakeLists.txt
docs/conf.py
docs/howto/how-to-build-compiler.md
docs/howto/how-to-build-runtime.md
infra/cmake/modules/ExternalBuildTools.cmake
infra/cmake/modules/ExternalSourceTools.cmake
infra/cmake/modules/IdentifyPlatform.cmake
infra/cmake/packages/FlatBuffers-1.10/FlatBuffersConfig.cmake [deleted file]
infra/cmake/packages/FlatBuffers-2.0/FlatBuffersConfig.cmake [moved from infra/cmake/packages/FlatBuffers-1.12/FlatBuffersConfig.cmake with 77% similarity]
infra/cmake/packages/FlatBuffers-2.0/FlatBuffersConfigVersion.cmake [moved from infra/cmake/packages/FlatBuffers-1.10/FlatBuffersConfigVersion.cmake with 92% similarity]
infra/cmake/packages/FlatBuffersConfig.cmake [deleted file]
infra/cmake/packages/FlatBuffersSource-1.12/FlatBuffersSourceConfig.cmake [deleted file]
infra/cmake/packages/FlatBuffersSource-2.0/FlatBuffersSourceConfig.cmake [moved from infra/cmake/packages/FlatBuffersSource-1.10/FlatBuffersSourceConfig.cmake with 69% similarity]
infra/cmake/packages/FlatBuffersSource-2.0/FlatBuffersSourceConfigVersion.cmake [moved from infra/cmake/packages/FlatBuffersSource-1.12/FlatBuffersSourceConfigVersion.cmake with 92% similarity]
infra/cmake/packages/FlatBuffersSourceConfig.cmake [deleted file]
infra/cmake/packages/FlatBuffersSourceConfigVersion.cmake [deleted file]
infra/cmake/packages/GTestConfig.cmake
infra/cmake/packages/GTestSourceConfig.cmake
infra/cmake/packages/H5Tinit.c.linux-armv7l [new file with mode: 0644]
infra/cmake/packages/HDF5Config.cmake
infra/cmake/packages/HDF5Source.patch [new file with mode: 0644]
infra/cmake/packages/HDF5SourceConfig.cmake
infra/cmake/packages/JsoncppConfig.cmake [new file with mode: 0644]
infra/cmake/packages/JsoncppSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/Opencl_HeadersConfig.cmake
infra/cmake/packages/ProtobufConfig.cmake
infra/cmake/packages/ProtobufSource.patch [new file with mode: 0644]
infra/cmake/packages/ProtobufSourceConfig.cmake
infra/cmake/packages/TensorFlowGEMMLowpSource-2.8.0/TensorFlowGEMMLowpSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowGEMMLowpSource-2.8.0/TensorFlowGEMMLowpSourceConfigVersion.cmake [moved from infra/cmake/packages/FlatBuffers-1.12/FlatBuffersConfigVersion.cmake with 92% similarity]
infra/cmake/packages/TensorFlowGpuConfig.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowGpuSource/patch_for_gpu_cl_build.patch [new file with mode: 0644]
infra/cmake/packages/TensorFlowGpuSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowLite-1.13.1/Lite/CMakeLists.txt
infra/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfig.cmake
infra/cmake/packages/TensorFlowLiteGpu/CMakeLists.txt [new file with mode: 0644]
infra/cmake/packages/TensorFlowSource-2.8.0/TensorFlowSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/TensorFlowSource-2.8.0/TensorFlowSourceConfigVersion.cmake [moved from infra/cmake/packages/FlatBuffersSource-1.10/FlatBuffersSourceConfigVersion.cmake with 92% similarity]
infra/command/format
infra/debian/compiler/control
infra/debian/compiler/one-compiler.install
infra/debian/compiler/postinst
infra/debian/compiler/rules
infra/docker/bionic/Dockerfile
infra/docker/focal/Dockerfile
infra/nncc/CMakeLists.txt
infra/nncc/Makefile.arm32 [new file with mode: 0644]
infra/nncc/cmake/ApplyCompileFlags.cmake [new file with mode: 0644]
infra/nncc/cmake/CfgOptionFlags.cmake [new file with mode: 0644]
infra/nncc/cmake/buildtool/config/config_armv7l-linux.cmake [new file with mode: 0644]
infra/nncc/cmake/buildtool/config/config_linux.cmake [new file with mode: 0644]
infra/nncc/cmake/buildtool/cross/toolchain_armv7l-linux.cmake [new file with mode: 0644]
infra/nncc/cmake/options/options_armv7l-linux.cmake [new file with mode: 0644]
infra/nncc/cmake/options/options_x86_64-linux.cmake [new file with mode: 0644]
infra/nnfw/cmake/CfgOptionFlags.cmake
infra/nnfw/cmake/buildtool/config/config_armv7hl-tizen.cmake [new file with mode: 0644]
infra/nnfw/cmake/options/options_aarch64-tizen.cmake
infra/nnfw/cmake/options/options_armv7hl-tizen.cmake [new file with mode: 0644]
infra/nnfw/cmake/options/options_armv7l-linux.cmake
infra/nnfw/cmake/options/options_armv7l-tizen.cmake
infra/nnfw/cmake/options/options_i686-tizen.cmake
infra/nnfw/cmake/options/options_x86_64-darwin.cmake
infra/nnfw/cmake/options/options_x86_64-linux.cmake
infra/nnfw/cmake/options/options_x86_64-tizen.cmake
infra/nnfw/cmake/packages/CpuInfoConfig.cmake
infra/nnfw/cmake/packages/FlatBuffersConfig.cmake
infra/nnfw/cmake/packages/GTestConfig.cmake
infra/nnfw/cmake/packages/TRIXEngineConfig.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/TRIXEngineConfigVersion.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/TRIXEngineConfigVersion.extra.cpp [new file with mode: 0644]
infra/nnfw/cmake/packages/TRIXEngineConfigVersion.major.cpp [new file with mode: 0644]
infra/nnfw/cmake/packages/TRIXEngineConfigVersion.minor.cpp [new file with mode: 0644]
infra/nnfw/config/gbs.conf
infra/packaging/build
infra/packaging/preset/20220323 [new file with mode: 0644]
infra/packaging/preset/20220323_windows [new file with mode: 0644]
infra/packaging/res/tf2nnpkg.20220323 [new file with mode: 0644]
infra/scripts/compiler_modules.sh
infra/scripts/docker_build_test_x64.sh
infra/scripts/docker_collect_nnpkg_resources.sh
nnpackage/spec/10_packaging_and_manifest.md
packaging/CPUINFO.tar.gz [moved from packaging/cpuinfo.tar.gz with 100% similarity]
packaging/GEMMLOWP.tar.gz [moved from packaging/gemmlowp.tar.gz with 100% similarity]
packaging/OOURAFFT.tar.gz [moved from packaging/oourafft.tar.gz with 100% similarity]
packaging/RUY.tar.gz [moved from packaging/ruy.tar.gz with 100% similarity]
packaging/TENSORFLOW-2.3.0-EIGEN.tar.gz [moved from packaging/eigen.tar.gz with 100% similarity]
packaging/TENSORFLOW_GPU.tar.gz [new file with mode: 0644]
packaging/gtest.tar.gz [deleted file]
packaging/nnapi_test_generated.tar.gz
packaging/nnfw.spec
res/CircleSchema/0.3/circle_schema.fbs [new file with mode: 0644]
res/CircleSchema/0.4/circle_schema.fbs [new file with mode: 0644]
res/PyTorchExamples/examples/BatchToSpaceND/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/Conv2d-pad/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/Conv2d-yuv2rgb/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/LSTM-bi/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/LSTM-nobias/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/LSTM-noinit/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/MaxPool2d-am/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/PixelShuffle/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/RNN-bi/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/RNN-nobias/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/RNN-noinit/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/RNN-relu/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/SpaceToBatchND/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/SpaceToDepth/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/clamp/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/interpolate/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/normalize/__init__.py [new file with mode: 0644]
res/PyTorchExamples/examples/strided_slice/__init__.py [new file with mode: 0644]
res/PyTorchExamples/ptem.py
res/TensorFlowLiteRecipes/FullyConnected_006/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/FullyConnected_006/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Gather_000/test.recipe
res/TensorFlowLiteRecipes/Gather_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Gather_001/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Conv_QuantDequant_000/test.recipe
res/TensorFlowLiteRecipes/Net_Gather_SparseToDense_AddV2_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_Add_SVDF_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_Mul_Sqrt_FC_nobias_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_Split_Add_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Add_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Add_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_Mul_Add_000/test.qconf.json [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_Mul_Add_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_Mul_Add_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_Mul_Add_001/test.qconf.json [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_Mul_Add_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_Mul_Add_001/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_Mul_Add_002/test.qconf.json [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_Mul_Add_002/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Conv_Mul_Add_002/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Split_Add_000/test.qconf.json [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Split_Add_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Split_Add_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Split_Add_001/test.qconf.json [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Split_Add_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quant_Split_Add_001/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quantize_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quantize_001/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/SVDF_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/SVDF_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/SVDF_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/SVDF_001/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/SignatureDef_MultiOut_000/test.recipe
res/TensorFlowLiteRecipes/SignatureDef_MultiOut_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Sqrt_000/test.recipe
res/TensorFlowLiteSchema/2.7.0/schema.fbs [new file with mode: 0644]
res/TensorFlowLiteSchema/2.8.0/schema.fbs [new file with mode: 0644]
runtime/contrib/android/api/build.gradle
runtime/contrib/android_benchmark_app/CMakeLists.txt
runtime/onert/api/CMakeLists.txt
runtime/onert/api/include/nnfw.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/backend/CMakeLists.txt
runtime/onert/backend/acl_cl/BackendContext.cc [deleted file]
runtime/onert/backend/acl_cl/BackendContext.h
runtime/onert/backend/acl_cl/ConstantInitializer.cc
runtime/onert/backend/acl_cl/Optimizer.cc
runtime/onert/backend/acl_common/AclBackendContext.h [new file with mode: 0644]
runtime/onert/backend/acl_common/AclConstantInitializer.h
runtime/onert/backend/acl_common/AclSubTensorAnalyzer.h
runtime/onert/backend/acl_common/AclTensorBuilder.h
runtime/onert/backend/acl_common/CMakeLists.txt
runtime/onert/backend/acl_neon/BackendContext.cc [deleted file]
runtime/onert/backend/acl_neon/BackendContext.h
runtime/onert/backend/acl_neon/ConstantInitializer.cc
runtime/onert/backend/acl_neon/Optimizer.cc
runtime/onert/backend/cl_common/CMakeLists.txt [new file with mode: 0644]
runtime/onert/backend/cl_common/include/cl_common/BackendContext.h [new file with mode: 0644]
runtime/onert/backend/cl_common/include/cl_common/LifetimeMap.h [new file with mode: 0644]
runtime/onert/backend/cl_common/include/cl_common/ParentInfo.h [moved from runtime/onert/backend/gpu_cl/ParentInfo.h with 82% similarity]
runtime/onert/backend/cl_common/src/LifetimeMap.cc [new file with mode: 0644]
runtime/onert/backend/cpu/ops/OperationUtils.cc
runtime/onert/backend/cpu/ops/OperationUtils.h
runtime/onert/backend/gpu_cl/Backend.h
runtime/onert/backend/gpu_cl/BackendContext.cc
runtime/onert/backend/gpu_cl/BackendContext.h
runtime/onert/backend/gpu_cl/CMakeLists.txt
runtime/onert/backend/gpu_cl/ClConstantInitializer.cc
runtime/onert/backend/gpu_cl/ClConstantInitializer.h
runtime/onert/backend/gpu_cl/ClFunction.h
runtime/onert/backend/gpu_cl/ClMemoryManager.h [deleted file]
runtime/onert/backend/gpu_cl/ClTensorBuilder.h [deleted file]
runtime/onert/backend/gpu_cl/ClTensorManager.h [deleted file]
runtime/onert/backend/gpu_cl/Config.cc
runtime/onert/backend/gpu_cl/Config.h
runtime/onert/backend/gpu_cl/KernelGenerator.cc
runtime/onert/backend/gpu_cl/KernelGenerator.h
runtime/onert/backend/gpu_cl/MemoryManager.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/TensorBuilder.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/TensorBuilder.h
runtime/onert/backend/gpu_cl/TensorBuilderHelper.h [moved from runtime/onert/backend/gpu_cl/open_cl/kernels/ConvCommon.h with 58% similarity]
runtime/onert/backend/gpu_cl/TensorManager.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/TensorManager.h
runtime/onert/backend/gpu_cl/TensorRegistry.h [moved from runtime/onert/backend/gpu_cl/ClTensorRegistry.h with 81% similarity]
runtime/onert/backend/gpu_cl/ex/InferenceContextEx.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Api.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Api.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Arguments.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Arguments.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Buffer.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Buffer.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClCommandQueue.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClCommandQueue.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClContext.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClContext.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClDevice.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClDevice.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClErrors.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClEvent.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClEvent.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClImageFormat.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClImageFormat.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClKernel.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClKernel.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClMemory.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClProgram.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ClProgram.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/DataType.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/DataType.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/DeviceInfo.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/DeviceInfo.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Environment.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Environment.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/GpuObject.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/InferenceContext.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/InferenceContext.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/InternalTensor.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/LinearStorage.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/LinearStorage.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Model.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ModelHints.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/OpenclWrapper.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/OpenclWrapper.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Operations.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Operations.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Precision.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Precision.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ProgramCache.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/ProgramCache.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Shape.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Shape.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Spi.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/StorageTypeUtil.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/StorageTypeUtil.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Tensor.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Tensor.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/TensorType.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/TensorType.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/TensorTypeUtil.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Texture2d.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Texture2d.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Types.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Util.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/Util.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/WinogradUtil.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/WinogradUtil.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/WorkgroupSelection.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/WorkgroupSelection.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Add.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Add.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvBuffer1x1.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvBuffer1x1.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvConstants.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvConstants.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvPowervr.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvPowervr.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvWeightsConverter.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvWeightsConverter.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Converter.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Converter.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/DepthwiseConv.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/DepthwiseConv.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/DepthwiseConv3x3.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/DepthwiseConv3x3.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/GpuOperation.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/GpuOperation.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Pooling.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Pooling.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Relu.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Relu.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Reshape.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Reshape.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Reshapex4.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Reshapex4.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Softmax.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Softmax.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Softmax1x1.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Softmax1x1.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/TuningParameters.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Util.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/Util.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/WorkGroupPicking.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/kernels/WorkGroupPicking.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/selectors/ConvolutionSelector.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/selectors/ConvolutionSelector.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/selectors/DwConvolutionSelector.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/selectors/DwConvolutionSelector.h [deleted file]
runtime/onert/backend/gpu_cl/open_cl/selectors/SimpleSelectors.cc [deleted file]
runtime/onert/backend/gpu_cl/open_cl/selectors/SimpleSelectors.h [deleted file]
runtime/onert/backend/gpu_cl/operand/CLTensor.cc
runtime/onert/backend/gpu_cl/operand/CLTensor.h
runtime/onert/backend/gpu_cl/operand/ICLTensor.cc
runtime/onert/backend/gpu_cl/operand/ICLTensor.h
runtime/onert/backend/ruy/ops/OperationUtils.h
runtime/onert/backend/trix/Backend.h [new file with mode: 0644]
runtime/onert/backend/trix/BackendContext.cc [new file with mode: 0644]
runtime/onert/backend/trix/BackendContext.h [new file with mode: 0644]
runtime/onert/backend/trix/CMakeLists.txt [new file with mode: 0644]
runtime/onert/backend/trix/Config.cc [new file with mode: 0644]
runtime/onert/backend/trix/Config.h [new file with mode: 0644]
runtime/onert/backend/trix/DevContext.h [new file with mode: 0644]
runtime/onert/backend/trix/KernelGenerator.cc [new file with mode: 0644]
runtime/onert/backend/trix/KernelGenerator.h [new file with mode: 0644]
runtime/onert/backend/trix/Tensor.h [moved from runtime/onert/backend/acl_common/ParentInfo.h with 57% similarity]
runtime/onert/backend/trix/TensorBuilder.h [new file with mode: 0644]
runtime/onert/backend/trix/ops/BulkLayer.cc [new file with mode: 0644]
runtime/onert/backend/trix/ops/BulkLayer.h [new file with mode: 0644]
runtime/onert/backend/trix/trix.cc [new file with mode: 0644]
runtime/onert/backend/xnnpack/ops/OperationUtils.h
runtime/onert/core/include/compiler/LoweredGraph.h
runtime/onert/core/include/ir/DataType.h
runtime/onert/core/include/ir/Operations.Include.h
runtime/onert/core/include/ir/Operations.lst
runtime/onert/core/include/ir/operation/Bulk.h [new file with mode: 0644]
runtime/onert/core/include/util/CalculateActivationRange.h [new file with mode: 0644]
runtime/onert/core/src/compiler/Compiler.cc
runtime/onert/core/src/compiler/ExecutorFactory.cc
runtime/onert/core/src/compiler/ExecutorFactory.h
runtime/onert/core/src/compiler/LoweredGraph.cc
runtime/onert/core/src/exec/IPermuteFunction.h
runtime/onert/core/src/ir/DataType.cc
runtime/onert/core/src/ir/OperationDumper.cc
runtime/onert/core/src/ir/operation/AddN.cc
runtime/onert/core/src/ir/operation/BCQFullyConnected.cc
runtime/onert/core/src/ir/operation/BCQGather.cc
runtime/onert/core/src/ir/operation/BatchToSpaceND.cc
runtime/onert/core/src/ir/operation/BinaryArithmetic.cc
runtime/onert/core/src/ir/operation/BroadcastTo.cc
runtime/onert/core/src/ir/operation/Bulk.cc [new file with mode: 0644]
runtime/onert/core/src/ir/operation/Comparison.cc
runtime/onert/core/src/ir/operation/Concat.cc
runtime/onert/core/src/ir/operation/Conv2D.cc
runtime/onert/core/src/ir/operation/ConvertFp16ToFp32.cc
runtime/onert/core/src/ir/operation/ConvertFp32ToFp16.cc
runtime/onert/core/src/ir/operation/DepthToSpace.cc
runtime/onert/core/src/ir/operation/DepthwiseConv2D.cc
runtime/onert/core/src/ir/operation/ElementwiseActivation.cc
runtime/onert/core/src/ir/operation/ElementwiseBinary.cc
runtime/onert/core/src/ir/operation/ElementwiseUnary.cc
runtime/onert/core/src/ir/operation/EmbeddingLookup.cc
runtime/onert/core/src/ir/operation/ExpandDims.cc
runtime/onert/core/src/ir/operation/Fill.cc
runtime/onert/core/src/ir/operation/FullyConnected.cc
runtime/onert/core/src/ir/operation/Gather.cc
runtime/onert/core/src/ir/operation/HashtableLookup.cc
runtime/onert/core/src/ir/operation/InstanceNorm.cc
runtime/onert/core/src/ir/operation/L2Normalization.cc
runtime/onert/core/src/ir/operation/LSTM.cc
runtime/onert/core/src/ir/operation/LocalResponseNormalization.cc
runtime/onert/core/src/ir/operation/LogSoftmax.cc
runtime/onert/core/src/ir/operation/MatrixBandPart.cc
runtime/onert/core/src/ir/operation/PReLU.cc
runtime/onert/core/src/ir/operation/Permute.cc
runtime/onert/core/src/ir/operation/Pool2D.cc
runtime/onert/core/src/ir/operation/Pow.cc
runtime/onert/core/src/ir/operation/RNN.cc
runtime/onert/core/src/ir/operation/Range.cc
runtime/onert/core/src/ir/operation/Rank.cc
runtime/onert/core/src/ir/operation/Reduce.cc
runtime/onert/core/src/ir/operation/Reshape.cc
runtime/onert/core/src/ir/operation/ResizeBilinear.cc
runtime/onert/core/src/ir/operation/ResizeNearestNeighbor.cc
runtime/onert/core/src/ir/operation/Reverse.cc
runtime/onert/core/src/ir/operation/Shape.cc
runtime/onert/core/src/ir/operation/Softmax.cc
runtime/onert/core/src/ir/operation/SpaceToBatchND.cc
runtime/onert/core/src/ir/operation/SpaceToDepth.cc
runtime/onert/core/src/ir/operation/Split.cc
runtime/onert/core/src/ir/operation/SplitV.cc
runtime/onert/core/src/ir/operation/SquaredDifference.cc
runtime/onert/core/src/ir/operation/StatelessRandomUniform.cc
runtime/onert/core/src/ir/operation/StridedSlice.cc
runtime/onert/core/src/ir/operation/Tile.cc
runtime/onert/core/src/ir/operation/TopKV2.cc
runtime/onert/core/src/ir/operation/Transpose.cc
runtime/onert/core/src/ir/operation/TransposeConv.cc
runtime/onert/core/src/ir/operation/Unpack.cc
runtime/onert/core/src/ir/operation/While.cc
runtime/onert/frontend/base_loader/include/base_loader.h
runtime/onert/frontend/circle/src/circle_loader.cc
runtime/onert/frontend/circle_schema/include/circle_schema_generated.h
runtime/onert/frontend/nnapi/wrapper/OperationFactory.cc
runtime/onert/frontend/tflite/src/tflite_loader.cc
runtime/onert/frontend/tflite/src/tflite_schema_generated.h
runtime/onert/frontend/trix/CMakeLists.txt [new file with mode: 0644]
runtime/onert/frontend/trix/include/trix_loader.h [new file with mode: 0644]
runtime/onert/frontend/trix/src/trix_loader.cc [new file with mode: 0644]
runtime/onert/frontend/trix/src/trix_loader_dummy.cc [new file with mode: 0644]
tests/nnapi/specs/V1_2/equal_broadcast_float_nnfw.mod.py
tests/nnfw_api/src/CircleGen.cc
tests/nnfw_api/src/CircleGen.h
tests/nnfw_api/src/GenModelTests.cc
tests/nnfw_api/src/one_op_tests/BatchToSpaceND.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/Equal.cc
tests/tools/nnpackage_run/CMakeLists.txt
tests/tools/nnpackage_run/src/args.cc
tests/tools/nnpackage_run/src/args.h
tests/tools/nnpackage_run/src/formatter.h [new file with mode: 0644]
tests/tools/nnpackage_run/src/h5formatter.cc
tests/tools/nnpackage_run/src/h5formatter.h
tests/tools/nnpackage_run/src/nnfw_util.cc
tests/tools/nnpackage_run/src/nnpackage_run.cc
tests/tools/nnpackage_run/src/randomgen.cc
tests/tools/nnpackage_run/src/rawformatter.cc [new file with mode: 0644]
tests/tools/nnpackage_run/src/rawformatter.h [new file with mode: 0644]
tests/tools/tflite_comparator/src/tflite_comparator.cc
tools/cross/install_rootfs.sh
tools/nnpackage_tool/model2nnpkg/README.md
tools/nnpackage_tool/model2nnpkg/model2nnpkg.sh
tools/tflitefile_tool/ir/README.md [new file with mode: 0644]
tools/tflitefile_tool/ir/__init__.py [new file with mode: 0644]
tools/tflitefile_tool/ir/graph_stats.py [moved from tools/tflitefile_tool/graph_stats.py with 61% similarity]
tools/tflitefile_tool/ir/operator.py [new file with mode: 0644]
tools/tflitefile_tool/ir/subgraph.py [new file with mode: 0644]
tools/tflitefile_tool/ir/tensor.py [new file with mode: 0644]
tools/tflitefile_tool/model_parser.py
tools/tflitefile_tool/operation.py [deleted file]
tools/tflitefile_tool/operator_parser.py [deleted file]
tools/tflitefile_tool/operator_printer.py [deleted file]
tools/tflitefile_tool/operator_wrapping.py [deleted file]
tools/tflitefile_tool/option_printer.py [deleted file]
tools/tflitefile_tool/parser/__init__.py [new file with mode: 0644]
tools/tflitefile_tool/parser/model_parser.py [new file with mode: 0755]
tools/tflitefile_tool/parser/tflite/tflite_enum_str_maps.py [new file with mode: 0644]
tools/tflitefile_tool/parser/tflite/tflite_operator.py [new file with mode: 0755]
tools/tflitefile_tool/parser/tflite/tflite_option.py [new file with mode: 0644]
tools/tflitefile_tool/parser/tflite/tflite_parser.py [new file with mode: 0755]
tools/tflitefile_tool/parser/tflite/tflite_subgraph.py [new file with mode: 0755]
tools/tflitefile_tool/parser/tflite/tflite_tensor.py [moved from tools/tflitefile_tool/tensor_wrapping.py with 50% similarity]
tools/tflitefile_tool/printer/__init__.py [new file with mode: 0644]
tools/tflitefile_tool/printer/string_builder.py [new file with mode: 0644]
tools/tflitefile_tool/printer/subgraph_printer.py [new file with mode: 0755]
tools/tflitefile_tool/saver/__init__.py [new file with mode: 0644]
tools/tflitefile_tool/saver/config_saver.py [moved from tools/tflitefile_tool/config_saver.py with 61% similarity]
tools/tflitefile_tool/saver/model_saver.py [moved from tools/tflitefile_tool/model_saver.py with 84% similarity]
tools/tflitefile_tool/select_operator.py
tools/tflitefile_tool/subgraph_printer.py [deleted file]
tools/tflitefile_tool/tensor_printer.py [deleted file]
tools/tflitefile_tool/tests/README.md [new file with mode: 0644]
tools/tflitefile_tool/tests/__init__.py [new file with mode: 0644]
tools/tflitefile_tool/tests/main.py [new file with mode: 0644]
tools/tflitefile_tool/tests/test_operator.py [new file with mode: 0644]
tools/tflitefile_tool/tests/test_setup.py [new file with mode: 0644]
tools/tflitefile_tool/tests/test_string_builder.py [new file with mode: 0644]
tools/tflitefile_tool/tests/test_subgraph.py [new file with mode: 0644]
tools/tflitefile_tool/tests/test_tensor.py [new file with mode: 0644]
tools/tflitefile_tool/tests/test_tflite_parser.py [new file with mode: 0644]