Imported Upstream version 1.17.0 accepted/tizen/unified/20210823.124210 submit/tizen/20210823.044411 submit/tizen/20210823.045832 submit/tizen/20210823.054833 upstream/1.17.0
authorChunseok Lee <chunseok.lee@samsung.com>
Mon, 23 Aug 2021 04:25:15 +0000 (13:25 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Mon, 23 Aug 2021 04:25:15 +0000 (13:25 +0900)
commitf4cf19e579a19c5346ccb2aad55bfd251065e447
tree5d436b11f89be0e8a8289ea82b773da6402c1add
parent589bb1db6db6784efe21b3fbbfbfdb79aaa5f14e
Imported Upstream version 1.17.0
1130 files changed:
.ahub/sam/advanced.cfg [new file with mode: 0644]
.ahub/sam/exclude.txt [new file with mode: 0644]
.ahub/tcchecker-tca/config.yaml
Makefile.template
compiler/.ahub/tcchecker-tca/config.yaml [deleted file]
compiler/bcq-tools/CMakeLists.txt
compiler/bcq-tools/generate_bcq_metadata [deleted file]
compiler/bcq-tools/generate_bcq_metadata.py
compiler/bcq-tools/generate_bcq_output_arrays [deleted file]
compiler/circle-part-driver/src/PModelsRunner.cpp
compiler/circle-part-value-test/CMakeLists.txt
compiler/circle-part-value-test/part_eval_one.py
compiler/circle-part-value-test/parts/Net_InstanceNorm_003.003.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Add_Sub_000.001.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Add_Sub_001.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Add_Sub_002.001.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_Add_Sub_002.002.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_If_Add_Sub_000.001.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_If_Add_Sub_001.001.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_While_000.part [new file with mode: 0644]
compiler/circle-part-value-test/parts/Part_While_001.part [new file with mode: 0644]
compiler/circle-part-value-test/test.lst
compiler/circle-partitioner-test/CMakeLists.txt [new file with mode: 0644]
compiler/circle-partitioner-test/README.md [new file with mode: 0644]
compiler/circle-partitioner-test/parts/Net_InstanceNorm_003.part [new file with mode: 0644]
compiler/circle-partitioner-test/requires.cmake [new file with mode: 0644]
compiler/circle-partitioner-test/test.lst [new file with mode: 0644]
compiler/circle-partitioner/CMakeLists.txt
compiler/circle-partitioner/README.md
compiler/circle-partitioner/requires.cmake
compiler/circle-partitioner/src/CirclePartitioner.cpp
compiler/circle-partitioner/src/PartitionRead.cpp
compiler/circle-quantizer/src/CircleQuantizer.cpp
compiler/circle-tensordump/CMakeLists.txt
compiler/circle-tensordump/src/Dump.cpp
compiler/circle2circle-dredd-recipe-test/CMakeLists.txt
compiler/circle2circle-dredd-recipe-test/test.lst
compiler/circle2circle/CMakeLists.txt
compiler/circle2circle/src/Circle2Circle.cpp
compiler/circlechef/core/src/Convert.cpp
compiler/circlechef/core/src/DataChef.def [moved from compiler/souschef/include/souschef/DataChef.def with 94% similarity]
compiler/circlechef/core/src/ModelChef.cpp
compiler/circlechef/proto/circlechef.proto
compiler/circlechef/tests/string_tensor/test.recipe [new file with mode: 0644]
compiler/circledump/CMakeLists.txt
compiler/circledump/src/OpPrinter.cpp
compiler/circledump/src/Read.h
compiler/common-artifacts/CMakeLists.txt
compiler/common-artifacts/exclude.lst
compiler/common-artifacts/src/TestDataGenerator.cpp
compiler/foder/include/foder/FileLoader.h
compiler/loco/CMakeLists.txt
compiler/loco/include/loco/IR/DataType.h
compiler/loco/include/loco/IR/DataTypeTraits.h
compiler/loco/include/loco/IR/NodeMixins.h
compiler/locomotiv/src/Node/Pull.cpp
compiler/locomotiv/src/Node/Pull.test.cpp
compiler/locomotiv/src/Node/ReLU6.cpp
compiler/luci-eval-driver/CMakeLists.txt
compiler/luci-interpreter/CMakeLists.txt
compiler/luci-interpreter/pal/linux/pal.cmake [new file with mode: 0644]
compiler/luci-interpreter/pal/mcu/pal.cmake [new file with mode: 0644]
compiler/luci-interpreter/src/CMakeLists.txt
compiler/luci-interpreter/src/core/KernelParams.h
compiler/luci-interpreter/src/kernels/CMakeLists.txt
compiler/luci-interpreter/src/kernels/Cast.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Cast.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Cast.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/InstanceNorm.cpp
compiler/luci-interpreter/src/kernels/InstanceNorm.test.cpp
compiler/luci-interpreter/src/kernels/MirrorPad.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/MirrorPad.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/PRelu.cpp [moved from compiler/luci-interpreter/src/kernels/Prelu.cpp with 93% similarity]
compiler/luci-interpreter/src/kernels/PRelu.h [moved from compiler/luci-interpreter/src/kernels/Prelu.h with 93% similarity]
compiler/luci-interpreter/src/kernels/PRelu.test.cpp [moved from compiler/luci-interpreter/src/kernels/Prelu.test.cpp with 88% similarity]
compiler/luci-interpreter/src/kernels/PadV2.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/PadV2.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/PadV2.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/ReverseV2.cpp [moved from compiler/luci-interpreter/src/kernels/Reverse.cpp with 93% similarity]
compiler/luci-interpreter/src/kernels/ReverseV2.h [moved from compiler/luci-interpreter/src/kernels/Reverse.h with 91% similarity]
compiler/luci-interpreter/src/kernels/ReverseV2.test.cpp [moved from compiler/luci-interpreter/src/kernels/Reverse.test.cpp with 88% similarity]
compiler/luci-interpreter/src/kernels/Square.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Square.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Square.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Utils.cpp
compiler/luci-interpreter/src/kernels/While.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/While.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/While.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/CMakeLists.txt
compiler/luci-interpreter/src/loader/GraphLoader.cpp
compiler/luci-interpreter/src/loader/KernelBuilder.cpp
compiler/luci-interpreter/src/loader/KernelBuilder.h
compiler/luci-interpreter/src/loader/KernelBuilder.test.cpp
compiler/luci-interpreter/src/loader/KernelBuilderHelper.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/KernelBuilderHelper.h [new file with mode: 0644]
compiler/luci-pass-value-test/test.lst
compiler/luci-value-test/test.lst
compiler/luci/CMakeLists.txt
compiler/luci/env/CMakeLists.txt
compiler/luci/export/CMakeLists.txt
compiler/luci/export/src/CircleExporterImpl.cpp
compiler/luci/export/src/CircleExporterUtils.cpp
compiler/luci/export/src/CircleOperationExporter.cpp
compiler/luci/export/src/CircleTensorExporter.cpp
compiler/luci/export/src/SerializedData.h
compiler/luci/import/CMakeLists.txt
compiler/luci/import/include/luci/Import/Nodes.h
compiler/luci/import/include/luci/Import/Nodes/CircleQuantize.h [new file with mode: 0644]
compiler/luci/import/src/CircleImportMetadata.h
compiler/luci/import/src/CircleReader.cpp
compiler/luci/import/src/GraphBuilderMultiOutput.cpp
compiler/luci/import/src/GraphBuilderRegistry.cpp
compiler/luci/import/src/Importer.cpp
compiler/luci/import/src/Nodes/CircleConst.cpp
compiler/luci/import/src/Nodes/CircleElu.cpp
compiler/luci/import/src/Nodes/CircleExp.cpp
compiler/luci/import/src/Nodes/CircleQuantize.cpp [new file with mode: 0644]
compiler/luci/import/src/Nodes/CircleSquaredDifference.cpp
compiler/luci/lang/CMakeLists.txt
compiler/luci/lang/include/luci/IR/CircleNodeMixins.h
compiler/luci/lang/include/luci/IR/CircleNodes.h
compiler/luci/lang/include/luci/IR/CircleNodes.lst
compiler/luci/lang/include/luci/IR/Module.h
compiler/luci/lang/include/luci/IR/Nodes/CircleConst.h
compiler/luci/lang/include/luci/IR/Nodes/CircleCustom.h
compiler/luci/lang/include/luci/IR/Nodes/CircleQuantize.h [new file with mode: 0644]
compiler/luci/lang/src/Nodes/CircleConst.cpp
compiler/luci/lang/src/Nodes/CircleConst.test.cpp
compiler/luci/lang/src/Nodes/CircleQuantize.test.cpp [new file with mode: 0644]
compiler/luci/log/CMakeLists.txt
compiler/luci/logex/CMakeLists.txt
compiler/luci/logex/src/FormattedGraph.cpp
compiler/luci/partition/CMakeLists.txt
compiler/luci/partition/include/luci/Partition.h
compiler/luci/partition/include/luci/PartitionDump.h [new file with mode: 0644]
compiler/luci/partition/include/luci/PartitionValidate.h [new file with mode: 0644]
compiler/luci/partition/src/ConnectNode.h
compiler/luci/partition/src/ConnectNode.test.h
compiler/luci/partition/src/Nodes/CircleAbs.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleAbs.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleAddN.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleAddN.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleArgMax.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleArgMax.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleArgMin.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleArgMin.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleAveragePool2D.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleAveragePool2D.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleBCQFullyConnected.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleBCQGather.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleBCQGather.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleBatchMatMul.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleBatchMatMul.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleBatchToSpaceND.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleCast.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleCast.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleCeil.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleCeil.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleConcatenation.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleConcatenation.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleConv2D.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleConv2D.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleCos.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleCos.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleCustom.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleCustom.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleCustomOut.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleCustomOut.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleDepthToSpace.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleDepthToSpace.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleDepthwiseConv2D.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleDequantize.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleDequantize.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleElu.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleElu.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleEqual.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleEqual.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleExp.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleExp.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleExpandDims.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleExpandDims.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFakeQuant.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFakeQuant.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFill.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFill.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFloor.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFloor.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFloorDiv.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFloorDiv.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFloorMod.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFloorMod.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFullyConnected.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleFullyConnected.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleGather.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleGather.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleGatherNd.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleGatherNd.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleGreater.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleGreater.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleGreaterEqual.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleGreaterEqual.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleIf.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleIf.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleIfOut.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleIfOut.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleInstanceNorm.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleInstanceNorm.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleL2Normalize.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleL2Normalize.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleL2Pool2D.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleL2Pool2D.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLeakyRelu.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLeakyRelu.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLess.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLess.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLessEqual.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLessEqual.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLocalResponseNormalization.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLog.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLog.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLogSoftmax.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLogSoftmax.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLogicalAnd.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLogicalAnd.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLogicalNot.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLogicalNot.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLogicalOr.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLogicalOr.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLogistic.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleLogistic.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMatrixDiag.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMatrixDiag.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMatrixSetDiag.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMaxPool2D.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMaxPool2D.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMaximum.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMaximum.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMean.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMinimum.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMinimum.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMirrorPad.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleMirrorPad.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNeg.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNeg.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV4Out.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNonMaxSuppressionV5Out.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNotEqual.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleNotEqual.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleOneHot.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleOneHot.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleOutputDummy.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleOutputExclude.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CirclePRelu.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CirclePRelu.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CirclePack.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CirclePack.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CirclePad.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CirclePad.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CirclePadV2.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CirclePadV2.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CirclePow.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleQuantize.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleQuantize.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRange.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRange.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRank.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRank.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReduceAny.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReduceAny.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReduceMax.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReduceMax.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReduceMin.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReduceMin.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReduceProd.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReduceProd.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRelu.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRelu.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRelu6.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRelu6.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReluN1To1.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReluN1To1.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReshape.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReshape.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleResizeBilinear.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleResizeBilinear.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleResizeNearestNeighbor.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReverseSequence.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReverseSequence.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReverseV2.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleReverseV2.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRound.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRound.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleRsqrt.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleScatterNd.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleScatterNd.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSegmentSum.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSegmentSum.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSelect.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSelect.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSelectV2.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSelectV2.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleShape.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleShape.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSin.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSin.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSlice.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSlice.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSoftmax.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSoftmax.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSpaceToBatchND.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSpaceToDepth.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSpaceToDepth.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSparseToDense.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSparseToDense.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSplit.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSplit.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSplitOut.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSplitOut.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSplitV.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSplitV.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSplitVOut.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSplitVOut.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSqrt.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSquare.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSquare.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSquaredDifference.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSqueeze.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSqueeze.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleStridedSlice.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleStridedSlice.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSum.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleSum.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTanh.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTanh.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTile.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTile.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTopKV2.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTopKV2.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTopKV2Out.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTopKV2Out.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTranspose.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTranspose.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTransposeConv.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleTransposeConv.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleUnidirectionalSequenceLSTM.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleUnique.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleUnique.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleUniqueOut.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleUniqueOut.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleUnpack.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleUnpack.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleUnpackOut.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleUnpackOut.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleWhere.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleWhere.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleWhile.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleWhile.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleWhileOut.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleWhileOut.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleZerosLike.cpp [new file with mode: 0644]
compiler/luci/partition/src/Nodes/CircleZerosLike.test.cpp [new file with mode: 0644]
compiler/luci/partition/src/Partition.test.cpp
compiler/luci/partition/src/PartitionCleanup.cpp
compiler/luci/partition/src/PartitionDump.cpp [new file with mode: 0644]
compiler/luci/partition/src/PartitionIR.cpp
compiler/luci/partition/src/PartitionIR.h
compiler/luci/partition/src/PartitionMerge.cpp
compiler/luci/partition/src/PartitionPGroups.cpp
compiler/luci/partition/src/PartitionPGroups.test.cpp
compiler/luci/partition/src/PartitionPModules.cpp
compiler/luci/partition/src/PartitionPModules.test.cpp
compiler/luci/partition/src/PartitionValidate.cpp [new file with mode: 0644]
compiler/luci/pass/CMakeLists.txt
compiler/luci/pass/include/luci/CircleOptimizer.h
compiler/luci/pass/include/luci/Pass/FuseMeanWithMeanPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/FuseTransposeWithMeanPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/RemoveFakeQuantPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/RemoveQuantDequantSeqPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/ReplaceSubWithAddPass.h [moved from compiler/circle2circle/include/Model.h with 57% similarity]
compiler/luci/pass/include/luci/Pass/ResolveCustomOpMaxPoolWithArgmaxPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/SubstitutePadV2ToPadPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/SubstituteStridedSliceToReshapePass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/TransformMinReluToRelu6Pass.h [new file with mode: 0644]
compiler/luci/pass/src/CircleOptimizer.cpp
compiler/luci/pass/src/CircleOptimizer.test.cpp
compiler/luci/pass/src/ConvertNCHWToNHWCPass.cpp
compiler/luci/pass/src/ConvertNCHWToNHWCPass.test.cpp
compiler/luci/pass/src/FuseBatchNormWithDwConvPass.cpp
compiler/luci/pass/src/FuseInstanceNormPass.cpp
compiler/luci/pass/src/FuseInstanceNormPass.test.cpp
compiler/luci/pass/src/FuseMeanWithMeanPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/FuseMeanWithMeanPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/FuseTransposeWithMeanPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/FuseTransposeWithMeanPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/PropagateQuantParamPass.cpp
compiler/luci/pass/src/PropagateQuantParamPass.test.cpp
compiler/luci/pass/src/QuantizationUtils.cpp
compiler/luci/pass/src/QuantizationUtils.h
compiler/luci/pass/src/QuantizeWithMinMaxPass.cpp
compiler/luci/pass/src/QuantizedModelVerifier.cpp
compiler/luci/pass/src/QuantizedModelVerifier.test.cpp
compiler/luci/pass/src/RemoveFakeQuantPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/RemoveFakeQuantPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/RemoveQuantDequantSeqPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/RemoveQuantDequantSeqPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/ReplaceSubWithAddPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/ReplaceSubWithAddPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/ResolveCustomOpMaxPoolWithArgmaxPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/ResolveCustomOpMaxPoolWithArgmaxPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/SubstitutePadV2ToPadPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/SubstitutePadV2ToPadPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/SubstituteStridedSliceToReshapePass.cpp [new file with mode: 0644]
compiler/luci/pass/src/SubstituteStridedSliceToReshapePass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/TransformMinMaxToRelu6Pass.cpp
compiler/luci/pass/src/TransformMinReluToRelu6Pass.cpp [new file with mode: 0644]
compiler/luci/pass/src/TransformMinReluToRelu6Pass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/VerifyQuantizedNodeChannelWiseGranularity.h
compiler/luci/pass/src/VerifyQuantizedNodeLayerWiseGranularity.h
compiler/luci/pass/src/VerifyQuantizedNodeS16Type.h
compiler/luci/pass/src/VerifyQuantizedNodeU8Type.h
compiler/luci/pass/src/helpers/Strings.h
compiler/luci/pass/src/helpers/Strings.test.cpp
compiler/luci/profile/CMakeLists.txt
compiler/luci/profile/src/CircleNodeOrigin.cpp
compiler/luci/profile/src/CircleNodeOrigin.test.cpp
compiler/luci/requires.cmake
compiler/luci/service/CMakeLists.txt
compiler/luci/service/include/luci/Service/ChangeOutputs.h [new file with mode: 0644]
compiler/luci/service/include/luci/Service/CircleShapeInference.h
compiler/luci/service/include/luci/Service/CircleTypeInference.h
compiler/luci/service/include/luci/Service/Validate.h
compiler/luci/service/src/ChangeOutputs.cpp [new file with mode: 0644]
compiler/luci/service/src/ChangeOutputs.test.cpp [new file with mode: 0644]
compiler/luci/service/src/CircleCloneNode.cpp [new file with mode: 0644]
compiler/luci/service/src/CircleCloneNode.h
compiler/luci/service/src/CircleShapeInferenceRule.cpp
compiler/luci/service/src/CircleTypeInferenceRule.cpp
compiler/luci/service/src/Nodes/CircleAbs.cpp
compiler/luci/service/src/Nodes/CircleAdd.cpp
compiler/luci/service/src/Nodes/CircleAddN.cpp
compiler/luci/service/src/Nodes/CircleArgMax.cpp
compiler/luci/service/src/Nodes/CircleArgMin.cpp
compiler/luci/service/src/Nodes/CircleAveragePool2D.cpp
compiler/luci/service/src/Nodes/CircleBatchMatMul.cpp
compiler/luci/service/src/Nodes/CircleBatchToSpaceND.cpp
compiler/luci/service/src/Nodes/CircleCast.cpp
compiler/luci/service/src/Nodes/CircleCeil.cpp
compiler/luci/service/src/Nodes/CircleConcatenation.cpp
compiler/luci/service/src/Nodes/CircleConst.cpp
compiler/luci/service/src/Nodes/CircleConv2D.cpp
compiler/luci/service/src/Nodes/CircleCos.cpp
compiler/luci/service/src/Nodes/CircleCustom.cpp
compiler/luci/service/src/Nodes/CircleDepthToSpace.cpp
compiler/luci/service/src/Nodes/CircleDepthwiseConv2D.cpp
compiler/luci/service/src/Nodes/CircleDequantize.cpp
compiler/luci/service/src/Nodes/CircleDiv.cpp
compiler/luci/service/src/Nodes/CircleElu.cpp
compiler/luci/service/src/Nodes/CircleEqual.cpp
compiler/luci/service/src/Nodes/CircleExp.cpp
compiler/luci/service/src/Nodes/CircleExpandDims.cpp
compiler/luci/service/src/Nodes/CircleFakeQuant.cpp
compiler/luci/service/src/Nodes/CircleFill.cpp
compiler/luci/service/src/Nodes/CircleFloor.cpp
compiler/luci/service/src/Nodes/CircleFloorDiv.cpp
compiler/luci/service/src/Nodes/CircleFloorMod.cpp
compiler/luci/service/src/Nodes/CircleFullyConnected.cpp
compiler/luci/service/src/Nodes/CircleGather.cpp
compiler/luci/service/src/Nodes/CircleGatherNd.cpp
compiler/luci/service/src/Nodes/CircleGreater.cpp
compiler/luci/service/src/Nodes/CircleGreaterEqual.cpp
compiler/luci/service/src/Nodes/CircleIf.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleIf.test.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleIfOut.cpp
compiler/luci/service/src/Nodes/CircleIfOut.test.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleL2Normalize.cpp
compiler/luci/service/src/Nodes/CircleL2Pool2D.cpp
compiler/luci/service/src/Nodes/CircleLeakyRelu.cpp
compiler/luci/service/src/Nodes/CircleLess.cpp
compiler/luci/service/src/Nodes/CircleLessEqual.cpp
compiler/luci/service/src/Nodes/CircleLocalResponseNormalization.cpp
compiler/luci/service/src/Nodes/CircleLog.cpp
compiler/luci/service/src/Nodes/CircleLogSoftmax.cpp
compiler/luci/service/src/Nodes/CircleLogicalAnd.cpp
compiler/luci/service/src/Nodes/CircleLogicalNot.cpp
compiler/luci/service/src/Nodes/CircleLogicalOr.cpp
compiler/luci/service/src/Nodes/CircleLogistic.cpp
compiler/luci/service/src/Nodes/CircleMatrixDiag.cpp
compiler/luci/service/src/Nodes/CircleMatrixSetDiag.cpp
compiler/luci/service/src/Nodes/CircleMaxPool2D.cpp
compiler/luci/service/src/Nodes/CircleMaximum.cpp
compiler/luci/service/src/Nodes/CircleMean.cpp
compiler/luci/service/src/Nodes/CircleMinimum.cpp
compiler/luci/service/src/Nodes/CircleMirrorPad.cpp
compiler/luci/service/src/Nodes/CircleMul.cpp
compiler/luci/service/src/Nodes/CircleNeg.cpp
compiler/luci/service/src/Nodes/CircleNonMaxSuppressionV4.cpp
compiler/luci/service/src/Nodes/CircleNonMaxSuppressionV5.cpp
compiler/luci/service/src/Nodes/CircleNotEqual.cpp
compiler/luci/service/src/Nodes/CircleOneHot.cpp
compiler/luci/service/src/Nodes/CirclePRelu.cpp
compiler/luci/service/src/Nodes/CirclePack.cpp
compiler/luci/service/src/Nodes/CirclePad.cpp
compiler/luci/service/src/Nodes/CirclePadV2.cpp
compiler/luci/service/src/Nodes/CirclePow.cpp
compiler/luci/service/src/Nodes/CircleQuantize.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleQuantize.test.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleRange.cpp
compiler/luci/service/src/Nodes/CircleRank.cpp
compiler/luci/service/src/Nodes/CircleReduceAny.cpp
compiler/luci/service/src/Nodes/CircleReduceMax.cpp
compiler/luci/service/src/Nodes/CircleReduceMin.cpp
compiler/luci/service/src/Nodes/CircleReduceProd.cpp
compiler/luci/service/src/Nodes/CircleRelu.cpp
compiler/luci/service/src/Nodes/CircleRelu6.cpp
compiler/luci/service/src/Nodes/CircleReluN1To1.cpp
compiler/luci/service/src/Nodes/CircleReshape.cpp
compiler/luci/service/src/Nodes/CircleResizeBilinear.cpp
compiler/luci/service/src/Nodes/CircleResizeNearestNeighbor.cpp
compiler/luci/service/src/Nodes/CircleReverseSequence.cpp
compiler/luci/service/src/Nodes/CircleReverseV2.cpp
compiler/luci/service/src/Nodes/CircleRound.cpp
compiler/luci/service/src/Nodes/CircleRsqrt.cpp
compiler/luci/service/src/Nodes/CircleScatterNd.cpp
compiler/luci/service/src/Nodes/CircleSegmentSum.cpp
compiler/luci/service/src/Nodes/CircleSelect.cpp
compiler/luci/service/src/Nodes/CircleSelectV2.cpp
compiler/luci/service/src/Nodes/CircleShape.cpp
compiler/luci/service/src/Nodes/CircleSin.cpp
compiler/luci/service/src/Nodes/CircleSlice.cpp
compiler/luci/service/src/Nodes/CircleSoftmax.cpp
compiler/luci/service/src/Nodes/CircleSpaceToBatchND.cpp
compiler/luci/service/src/Nodes/CircleSpaceToDepth.cpp
compiler/luci/service/src/Nodes/CircleSparseToDense.cpp
compiler/luci/service/src/Nodes/CircleSplit.cpp
compiler/luci/service/src/Nodes/CircleSplitV.cpp
compiler/luci/service/src/Nodes/CircleSqrt.cpp
compiler/luci/service/src/Nodes/CircleSquare.cpp
compiler/luci/service/src/Nodes/CircleSquaredDifference.cpp
compiler/luci/service/src/Nodes/CircleSqueeze.cpp
compiler/luci/service/src/Nodes/CircleStridedSlice.cpp
compiler/luci/service/src/Nodes/CircleSub.cpp
compiler/luci/service/src/Nodes/CircleSum.cpp
compiler/luci/service/src/Nodes/CircleTanh.cpp
compiler/luci/service/src/Nodes/CircleTile.cpp
compiler/luci/service/src/Nodes/CircleTopKV2.cpp
compiler/luci/service/src/Nodes/CircleTranspose.cpp
compiler/luci/service/src/Nodes/CircleTransposeConv.cpp
compiler/luci/service/src/Nodes/CircleUnidirectionalSequenceLSTM.cpp
compiler/luci/service/src/Nodes/CircleUnique.cpp
compiler/luci/service/src/Nodes/CircleUnpack.cpp
compiler/luci/service/src/Nodes/CircleWhere.cpp
compiler/luci/service/src/Nodes/CircleWhile.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleWhile.test.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleWhileOut.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleWhileOut.test.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleZerosLike.cpp
compiler/luci/service/src/Validate.cpp
compiler/luci/testhelper/include/luci/test/TestIOGraph.h
compiler/luci/tests/test.lst
compiler/one-cmds/CMakeLists.txt
compiler/one-cmds/conv_mixin_1.8.0.patch [new file with mode: 0644]
compiler/one-cmds/dummy-driver/CMakeLists.txt
compiler/one-cmds/dummy-driver/src/dummy-profile.cpp [new file with mode: 0644]
compiler/one-cmds/dummy-driver/src/help-profile.cpp [new file with mode: 0644]
compiler/one-cmds/how-to-use-one-commands.txt
compiler/one-cmds/one-build
compiler/one-cmds/one-build.template.cfg
compiler/one-cmds/one-codegen
compiler/one-cmds/one-import
compiler/one-cmds/one-import-bcq
compiler/one-cmds/one-import-onnx
compiler/one-cmds/one-import-tf
compiler/one-cmds/one-import-tflite
compiler/one-cmds/one-optimize
compiler/one-cmds/one-pack
compiler/one-cmds/one-prepare-venv
compiler/one-cmds/one-profile [new file with mode: 0644]
compiler/one-cmds/one-quantize
compiler/one-cmds/onecc [new file with mode: 0644]
compiler/one-cmds/onecc.template.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-build_001.test
compiler/one-cmds/tests/one-build_002.test
compiler/one-cmds/tests/one-build_003.test
compiler/one-cmds/tests/one-build_004.test
compiler/one-cmds/tests/one-build_005.test
compiler/one-cmds/tests/one-build_006.test
compiler/one-cmds/tests/one-build_007.test
compiler/one-cmds/tests/one-build_008.test
compiler/one-cmds/tests/one-build_009.test
compiler/one-cmds/tests/one-build_010.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-build_010.test [new file with mode: 0644]
compiler/one-cmds/tests/one-build_011.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-build_011.test [new file with mode: 0644]
compiler/one-cmds/tests/one-build_012.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-build_012.test [new file with mode: 0644]
compiler/one-cmds/tests/one-build_013.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-build_013.test [new file with mode: 0644]
compiler/one-cmds/tests/one-build_neg_005.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-build_neg_005.test [new file with mode: 0644]
compiler/one-cmds/tests/one-build_neg_006.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-build_neg_006.test [new file with mode: 0644]
compiler/one-cmds/tests/one-codegen_001.test
compiler/one-cmds/tests/one-codegen_002.test
compiler/one-cmds/tests/one-codegen_003.test
compiler/one-cmds/tests/one-codegen_004.test
compiler/one-cmds/tests/one-import-bcq_001.test
compiler/one-cmds/tests/one-import-bcq_neg_001.test
compiler/one-cmds/tests/one-import-bcq_neg_002.test
compiler/one-cmds/tests/one-import-bcq_neg_003.test
compiler/one-cmds/tests/one-import-bcq_neg_004.test
compiler/one-cmds/tests/one-import-bcq_neg_005.test
compiler/one-cmds/tests/one-import-bcq_neg_006.test
compiler/one-cmds/tests/one-import-bcq_neg_007.test
compiler/one-cmds/tests/one-import-bcq_neg_008.test
compiler/one-cmds/tests/one-import-bcq_neg_009.test
compiler/one-cmds/tests/one-import_001.test
compiler/one-cmds/tests/one-import_002.test
compiler/one-cmds/tests/one-import_003.test
compiler/one-cmds/tests/one-import_004.test
compiler/one-cmds/tests/one-import_005.test
compiler/one-cmds/tests/one-import_006.test [new file with mode: 0644]
compiler/one-cmds/tests/one-import_neg_001.test
compiler/one-cmds/tests/one-import_neg_002.test
compiler/one-cmds/tests/one-import_neg_003.test
compiler/one-cmds/tests/one-import_neg_004.test
compiler/one-cmds/tests/one-import_neg_005.test
compiler/one-cmds/tests/one-import_neg_006.test
compiler/one-cmds/tests/one-import_neg_007.test
compiler/one-cmds/tests/one-import_neg_008.test
compiler/one-cmds/tests/one-import_neg_009.test
compiler/one-cmds/tests/one-import_neg_010.test
compiler/one-cmds/tests/one-optimize_001.test
compiler/one-cmds/tests/one-optimize_002.test [new file with mode: 0644]
compiler/one-cmds/tests/one-optimize_neg_001.test
compiler/one-cmds/tests/one-optimize_neg_002.test
compiler/one-cmds/tests/one-optimize_neg_004.test [new file with mode: 0644]
compiler/one-cmds/tests/one-pack_001.test
compiler/one-cmds/tests/one-pack_neg_001.test
compiler/one-cmds/tests/one-pack_neg_002.test
compiler/one-cmds/tests/one-profile_001.test [new file with mode: 0644]
compiler/one-cmds/tests/one-profile_002.test [new file with mode: 0644]
compiler/one-cmds/tests/one-profile_003.test [new file with mode: 0644]
compiler/one-cmds/tests/one-profile_004.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-profile_004.test [new file with mode: 0644]
compiler/one-cmds/tests/one-profile_neg_001.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_001.test
compiler/one-cmds/tests/one-quantize_002.test
compiler/one-cmds/tests/one-quantize_003.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_004.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_neg_001.test
compiler/one-cmds/tests/one-quantize_neg_002.test
compiler/one-cmds/tests/one-quantize_neg_003.test
compiler/one-cmds/tests/one-quantize_neg_004.test
compiler/one-cmds/tests/one-quantize_neg_005.test
compiler/one-cmds/tests/one-quantize_neg_006.test
compiler/one-cmds/tests/one-quantize_neg_007.test
compiler/one-cmds/tests/one-quantize_neg_008.test
compiler/one-cmds/tests/one-quantize_neg_009.test
compiler/one-cmds/tests/one-quantize_neg_010.test
compiler/one-cmds/tests/one-quantize_neg_011.test
compiler/one-cmds/tests/one-quantize_neg_012.test
compiler/one-cmds/tests/one-quantize_neg_013.test
compiler/one-cmds/tests/one-quantize_neg_014.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_neg_015.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_neg_016.test [new file with mode: 0644]
compiler/one-cmds/tests/one-quantize_neg_017.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_001.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_001.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_002.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_002.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_003.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_003.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_004.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_004.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_005.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_005.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_006.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_006.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_007.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_007.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_008.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_008.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_009.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_009.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_010.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_010.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_011.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_011.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_012.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_012.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_013.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_013.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_014.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_014.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_015.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_015.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_016.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_016.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_017.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_018.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_019.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_020.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_021.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_021.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_001.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_002.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_002.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_003.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_003.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_004.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_004.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_005.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_005.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_006.cfg [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_006.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_007.test [new file with mode: 0644]
compiler/one-cmds/tests/onecc_neg_008.test [new file with mode: 0644]
compiler/one-cmds/utils.py
compiler/onnxkit/src/Support.cpp
compiler/pepper-csv2vec/CMakeLists.txt [new file with mode: 0644]
compiler/pepper-csv2vec/README.md [new file with mode: 0644]
compiler/pepper-csv2vec/include/pepper/csv2vec.h [moved from compiler/circle-partitioner/src/HelperStrings.h with 76% similarity]
compiler/pepper-csv2vec/src/pepper-csv2vec.cpp [moved from compiler/circle-partitioner/src/HelperStrings.cpp with 66% similarity]
compiler/pepper-csv2vec/src/pepper-csv2vec.test.cpp [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/Split_000/channel/int16/quantization/ofm1.json
compiler/pota-quantization-value-test/expected_outputs/Split_000/channel/int16/quantization/ofm2.json
compiler/pota-quantization-value-test/expected_outputs/Split_000/channel/uint8/quantization/ofm1.json
compiler/pota-quantization-value-test/expected_outputs/Split_000/channel/uint8/quantization/ofm2.json
compiler/rawdata2hdf5/rawdata2hdf5
compiler/record-minmax/driver/Driver.cpp
compiler/record-minmax/include/RecordFunction.h
compiler/record-minmax/include/RecordMinMax.h
compiler/record-minmax/src/MinMaxObserver.cpp
compiler/record-minmax/src/RecordMinMax.cpp
compiler/souschef/include/souschef/Data/Explicit.h
compiler/souschef/src/Explicit.cpp [new file with mode: 0644]
compiler/souschef/src/LexicalCast.cpp
compiler/tf2tfliteV2/tf2tfliteV2.py
compiler/tfkit/src/Support.cpp
compiler/tflchef/core/src/Convert.cpp
compiler/tflchef/core/src/CustomOp/MaxPoolWithArgmax.cpp [moved from compiler/tflchef/core/src/CustomOp/MaxPoolWithArgMax.cpp with 89% similarity]
compiler/tflchef/core/src/CustomOp/MaxPoolWithArgmax.h [moved from compiler/tflchef/core/src/CustomOp/MaxPoolWithArgMax.h with 88% similarity]
compiler/tflchef/core/src/DataChef.def [new file with mode: 0644]
compiler/tflchef/core/src/ModelChef.cpp
compiler/tflchef/core/src/Op/Quantize.cpp [new file with mode: 0644]
compiler/tflchef/core/src/Op/Quantize.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/tests/explicit_bool/test.recipe [new file with mode: 0644]
compiler/tflchef/tests/string_tensor/test.recipe [new file with mode: 0644]
compiler/tflchef/tflite/src/Op/Quantize.cpp [new file with mode: 0644]
compiler/tflchef/tflite/src/Op/Quantize.h [new file with mode: 0644]
compiler/tflchef/tflite/src/TFliteOpChefs.h
compiler/tflchef/tflite/src/TFliteOpRegistry.h
compiler/tfldump/src/OpPrinter.cpp
compiler/tflite2circle/driver/Driver.cpp
compiler/tflite2circle/src/CircleModel.cpp
compiler/vconone/CMakeLists.txt
compute/cker/include/cker/Types.h
compute/cker/include/cker/operation/FloorDiv.h [new file with mode: 0644]
compute/cker/include/cker/operation/optimized/Conv.h
docs/conf.py
docs/release/1.10/index.rst
docs/release/1.11/index.rst
docs/release/1.12/index.rst
docs/release/1.13/index.rst
docs/release/1.14/index.rst
docs/release/1.15/index.rst
docs/release/1.16/index.rst [new file with mode: 0644]
docs/release/1.16/release-note-1.16.0.md [new file with mode: 0644]
docs/release/1.16/release-note-1.16.1.md [new file with mode: 0644]
docs/release/1.17/index.rst [new file with mode: 0644]
docs/release/1.17/release-note-1.17.0.md [new file with mode: 0644]
docs/release/1.5/index.rst
docs/release/1.6/index.rst
docs/release/1.7/index.rst
docs/release/1.8/index.rst
docs/release/1.9/index.rst
docs/release/index.rst
infra/cmake/modules/ExternalSourceTools.cmake
infra/cmake/packages/AbseilConfig.cmake
infra/cmake/packages/Opencl_HeadersConfig.cmake [new file with mode: 0644]
infra/cmake/packages/Opencl_HeadersSourceConfig.cmake [new file with mode: 0644]
infra/command/format
infra/command/gen-coverage-report
infra/debian/compiler/changelog [new file with mode: 0644]
infra/debian/compiler/compat [new file with mode: 0644]
infra/debian/compiler/control [new file with mode: 0644]
infra/debian/compiler/copyright [new file with mode: 0644]
infra/debian/compiler/docs/one-build.1 [new file with mode: 0644]
infra/debian/compiler/docs/one-codegen.1 [new file with mode: 0644]
infra/debian/compiler/docs/one-import-bcq.1 [new file with mode: 0644]
infra/debian/compiler/docs/one-import-onnx.1 [new file with mode: 0644]
infra/debian/compiler/docs/one-import-tf.1 [new file with mode: 0644]
infra/debian/compiler/docs/one-import-tflite.1 [new file with mode: 0644]
infra/debian/compiler/docs/one-import.1 [new file with mode: 0644]
infra/debian/compiler/docs/one-optimize.1 [new file with mode: 0644]
infra/debian/compiler/docs/one-pack.1 [new file with mode: 0644]
infra/debian/compiler/docs/one-profile.1 [new file with mode: 0644]
infra/debian/compiler/docs/one-quantize.1 [new file with mode: 0644]
infra/debian/compiler/docs/onecc.1 [new file with mode: 0644]
infra/debian/compiler/one-compiler-dev.install [new file with mode: 0644]
infra/debian/compiler/one-compiler-dev.links [new file with mode: 0644]
infra/debian/compiler/one-compiler-test.install [new file with mode: 0644]
infra/debian/compiler/one-compiler.install [new file with mode: 0644]
infra/debian/compiler/one-compiler.links [new file with mode: 0644]
infra/debian/compiler/one-compiler.manpages [new file with mode: 0644]
infra/debian/compiler/postinst [new file with mode: 0644]
infra/debian/compiler/postrm [new file with mode: 0644]
infra/debian/compiler/rules [new file with mode: 0755]
infra/debian/compiler/source/format [new file with mode: 0644]
infra/debian/compiler/source/local-options [new file with mode: 0644]
infra/debian/runtime/changelog [new file with mode: 0644]
infra/debian/runtime/compat [new file with mode: 0644]
infra/debian/runtime/control [new file with mode: 0644]
infra/debian/runtime/copyright [new file with mode: 0644]
infra/debian/runtime/nnfw-dev.install [new file with mode: 0644]
infra/debian/runtime/nnfw.install [new file with mode: 0644]
infra/debian/runtime/rules [new file with mode: 0755]
infra/debian/runtime/source/format [new file with mode: 0644]
infra/debian/runtime/source/local-options [new file with mode: 0644]
infra/docker/bionic/Dockerfile
infra/docker/focal/Dockerfile
infra/nncc/CMakeLists.txt
infra/nnfw/cmake/CfgOptionFlags.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/TensorFlowLite-1.13.1/TensorFlowLite/CMakeLists.txt
infra/nnfw/cmake/packages/TensorFlowLite-1.13.1/TensorFlowLiteConfig.cmake
infra/packaging/build
infra/packaging/preset/20210406
infra/packaging/preset/20210406_windows
infra/packaging/preset/20210706 [new file with mode: 0644]
infra/packaging/preset/20210706_windows [new file with mode: 0644]
infra/packaging/res/tf2nnpkg.20210406
infra/packaging/res/tf2nnpkg.20210706 [new file with mode: 0644]
infra/scripts/build-tcm.sh
infra/scripts/build_android_runtime_release.sh
infra/scripts/compiler_modules.sh
infra/scripts/docker_build_nncc.sh
infra/scripts/docker_collect_nnpkg_resources.sh
packaging/ABSEIL.tar.gz [new file with mode: 0644]
packaging/FARMHASH.tar.gz [new file with mode: 0644]
packaging/FLATBUFFERS-1.12.tar.gz [new file with mode: 0644]
packaging/OPENCL_HEADERS.tar.gz [new file with mode: 0644]
packaging/nnfw.spec
packaging/oourafft.tar.gz [new file with mode: 0644]
res/TensorFlowLiteRecipes/Add_STR_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Add_STR_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/MaxPoolWithArgmax_000/test.recipe [moved from res/TensorFlowLiteRecipes/MaxPoolWithArgMax_000/test.recipe with 95% similarity]
res/TensorFlowLiteRecipes/MaxPoolWithArgmax_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/MaxPoolWithArgmax_001/test.recipe [moved from res/TensorFlowLiteRecipes/MaxPoolWithArgMax_001/test.recipe with 95% similarity]
res/TensorFlowLiteRecipes/MaxPoolWithArgmax_001/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/MaxPoolWithArgmax_002/test.recipe [moved from res/TensorFlowLiteRecipes/MaxPoolWithArgMax_002/test.recipe with 73% similarity]
res/TensorFlowLiteRecipes/MaxPoolWithArgmax_002/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Conv_FakeQuant_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Conv_FakeQuant_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Conv_Min_Relu_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Conv_Min_Relu_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Conv_QuantDequant_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Conv_QuantDequant_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_InstanceNorm_001/test.rule
res/TensorFlowLiteRecipes/Net_InstanceNorm_002/test.rule
res/TensorFlowLiteRecipes/Net_InstanceNorm_003/test.rule
res/TensorFlowLiteRecipes/Net_InstanceNorm_004/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_InstanceNorm_004/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_InstanceNorm_005/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_InstanceNorm_005/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_InstanceNorm_006/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_InstanceNorm_006/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_InstanceNorm_007/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_InstanceNorm_007/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Mean_Mean_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Mean_Mean_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Mean_Mean_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Mean_Mean_001/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Mean_Transpose_Mean_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Net_Mean_Transpose_Mean_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_Add_Sub_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_Add_Sub_002/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_If_Add_Sub_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_If_Add_Sub_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_While_000/test.readme [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_While_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_While_000/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_While_001/test.readme [new file with mode: 0644]
res/TensorFlowLiteRecipes/Part_While_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quantize_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Quantize_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/REGRESS_ONNX_Conv_BN_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/REGRESS_ONNX_Conv_BN_001/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/REGRESS_ONNX_Conv_BN_MeanMean_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/REGRESS_ONNX_Conv_BN_MeanMean_001/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/REGRESS_ONNX_Conv_BN_Relu6_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/REGRESS_ONNX_Conv_BN_Relu6_001/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/StridedSlice_003/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/StridedSlice_003/test.rule [new file with mode: 0644]
res/TensorFlowPythonExamples/examples/cond_1/__init__.py [new file with mode: 0644]
runtime/contrib/android/api/build.gradle
runtime/libs/tflite/CMakeLists.txt
runtime/libs/tflite/include/tflite/NNAPISession.h
runtime/libs/tflite/port/1.13.1/CMakeLists.txt [deleted file]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/CustomOps.h [deleted file]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/SquaredDifference.h [deleted file]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/register.h [deleted file]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/nnapi_delegate.h [deleted file]
runtime/libs/tflite/port/1.13.1/src/kernels/SquaredDifference.cpp [deleted file]
runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp [deleted file]
runtime/libs/tflite/port/1.13.1/src/nnapi_delegate.cpp [deleted file]
runtime/libs/tflite/port/1.13.1/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc [deleted file]
runtime/libs/tflite/port/CMakeLists.txt [deleted file]
runtime/libs/tflite/src/RandomTestRunner.cpp
runtime/libs/tflite/src/interp/FlatBufferBuilder.cpp
runtime/onert/api/include/nnfw_experimental.h
runtime/onert/api/include/nnfw_version.h
runtime/onert/api/src/nnfw_api.cc
runtime/onert/api/src/nnfw_api_internal.cc
runtime/onert/api/src/nnfw_api_internal.h
runtime/onert/backend/CMakeLists.txt
runtime/onert/backend/cpu/KernelGenerator.cc
runtime/onert/backend/cpu/ops/ElementwiseBinaryLayer.cc
runtime/onert/backend/cpu/ops/ElementwiseBinaryLayer.h
runtime/onert/backend/cpu/ops/PoolLayer.cc
runtime/onert/backend/gpu_cl/Backend.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/BackendContext.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/BackendContext.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/CMakeLists.txt [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ClConstantInitializer.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ClConstantInitializer.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ClFunction.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ClMemoryManager.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ClTensorBuilder.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ClTensorManager.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ClTensorRegistry.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/Config.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/Config.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ConstantInitializer.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ConstantInitializer.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/KernelGenerator.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/KernelGenerator.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/ParentInfo.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/TensorBuilder.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/TensorManager.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/gpu_cl.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/AccessType.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Api.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Api.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Arguments.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Arguments.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Buffer.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Buffer.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClCommandQueue.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClCommandQueue.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClContext.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClContext.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClDevice.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClDevice.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClErrors.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClEvent.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClEvent.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClImageFormat.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClImageFormat.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClKernel.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClKernel.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClMemory.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClMemory.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClProgram.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ClProgram.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/DataType.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/DataType.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/DeviceInfo.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/DeviceInfo.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Environment.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Environment.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/GpuObject.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/GpuObject.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/InferenceContext.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/InferenceContext.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/InternalTensor.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/LinearStorage.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/LinearStorage.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Model.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ModelHints.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/OpenclWrapper.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/OpenclWrapper.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Operations.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Operations.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Precision.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Precision.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ProgramCache.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/ProgramCache.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Shape.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Shape.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Spi.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Status.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/StorageTypeUtil.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/StorageTypeUtil.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Tensor.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Tensor.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/TensorType.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/TensorType.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/TensorTypeUtil.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/TensorTypeUtil.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Texture2d.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Texture2d.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Types.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Util.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/Util.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/WinogradUtil.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/WinogradUtil.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/WorkgroupSelection.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/WorkgroupSelection.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Add.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Add.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvBuffer1x1.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvBuffer1x1.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvCommon.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvConstants.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvConstants.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvPowervr.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvPowervr.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvWeightsConverter.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/ConvWeightsConverter.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Converter.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Converter.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/DepthwiseConv.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/DepthwiseConv.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/DepthwiseConv3x3.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/DepthwiseConv3x3.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/GpuOperation.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/GpuOperation.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Pooling.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Pooling.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Relu.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Relu.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Reshape.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Reshape.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Reshapex4.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Reshapex4.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Softmax.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Softmax.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Softmax1x1.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Softmax1x1.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/TuningParameters.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Util.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/Util.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/WorkGroupPicking.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/kernels/WorkGroupPicking.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/selectors/ConvolutionSelector.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/selectors/ConvolutionSelector.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/selectors/DwConvolutionSelector.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/selectors/DwConvolutionSelector.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/selectors/SimpleSelectors.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/open_cl/selectors/SimpleSelectors.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/operand/CLTensor.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/operand/CLTensor.h [new file with mode: 0644]
runtime/onert/backend/gpu_cl/operand/ICLTensor.cc [new file with mode: 0644]
runtime/onert/backend/gpu_cl/operand/ICLTensor.h [new file with mode: 0644]
runtime/onert/core/include/compiler/Compiler.h
runtime/onert/core/include/compiler/LoweredGraph.h
runtime/onert/core/include/exec/Execution.h
runtime/onert/core/include/exec/IExecutor.h
runtime/onert/core/include/exec/IODescription.h
runtime/onert/core/include/ir/Graph.h
runtime/onert/core/include/ir/OperandIndexSequence.h
runtime/onert/core/include/ir/operation/ElementwiseBinary.h
runtime/onert/core/include/util/Config.lst
runtime/onert/core/src/compiler/Compiler.cc
runtime/onert/core/src/compiler/LoweredGraph.cc
runtime/onert/core/src/exec/Execution.cc
runtime/onert/core/src/exec/ExecutorBase.cc
runtime/onert/core/src/exec/ExecutorBase.h
runtime/onert/core/src/exec/LinearExecutor.cc
runtime/onert/core/src/interp/InterpExecutor.h
runtime/onert/core/src/ir/operation/ElementwiseBinary.cc
runtime/onert/frontend/base_loader/include/base_loader.h
runtime/onert/frontend/circle/src/circle_loader.cc
runtime/onert/frontend/tflite/src/tflite_loader.cc
tests/nnapi/src/TestMain.cpp
tests/nnfw_api/CMakeLists.txt
tests/nnfw_api/src/CircleGen.cc
tests/nnfw_api/src/CircleGen.h
tests/nnfw_api/src/GenModelTest.h
tests/nnfw_api/src/GenModelTests.cc
tests/nnfw_api/src/NNPackages.cc
tests/nnfw_api/src/NNPackages.h
tests/nnfw_api/src/ValidationTestPipelineSession.cc [new file with mode: 0644]
tests/nnfw_api/src/fixtures.h
tests/nnfw_api/src/one_op_tests/Add.cc
tests/nnfw_api/src/one_op_tests/AveragePool2D.cc
tests/nnfw_api/src/one_op_tests/Conv2D.cc
tests/nnfw_api/src/one_op_tests/DepthwiseConv2D.cc
tests/nnfw_api/src/one_op_tests/FloorDiv.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/Relu.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/Relu6.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/Softmax.cc
tests/scripts/list/nnapi_test.aarch64.list
tests/scripts/list/nnapi_test.armv7l.list
tests/scripts/models/tflite/custom/squared_difference/config.sh [deleted file]
tests/tools/nnapi_test/src/nnapi_test.cc
tests/tools/tflite_comparator/src/tflite_comparator.cc
tests/tools/tflite_run/src/tflite_run.cc
tools/model_partition_tool/Graph.py [new file with mode: 0644]
tools/model_partition_tool/README.md [new file with mode: 0644]
tools/model_partition_tool/graph_analysis.py [new file with mode: 0644]
tools/model_partition_tool/runtime_stats.py [new file with mode: 0644]
tools/model_partition_tool/test_partition.py [new file with mode: 0644]
tools/nnpackage_tool/model2nnpkg/model2nnpkg.sh
tools/nnpackage_tool/tflite2circle/README.md [deleted file]
tools/nnpackage_tool/tflite2circle/fuse_instance_norm.js [deleted file]
tools/nnpackage_tool/tflite2circle/tflite2circle.sh [deleted file]
tools/nnpackage_tool/tflite2circle/tflitejson2circlejson.py [deleted file]
tools/release_tool/onert_version.sh
tools/tflitefile_tool/requirements.txt