Imported Upstream version 1.12.0 upstream/1.12.0
authorChunseok Lee <chunseok.lee@samsung.com>
Mon, 14 Dec 2020 05:43:43 +0000 (14:43 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Mon, 14 Dec 2020 05:43:43 +0000 (14:43 +0900)
commit62529acabbafce7730601ed01d5709d7bc0d378a
treebf6912cfa8fac4a2997292bfcb3c82055734c97e
parent6ea13af5257155ff993c205cf997b870cc627f73
Imported Upstream version 1.12.0
893 files changed:
.clang-format
.clang-format.8 [new file with mode: 0644]
compiler/bcq-tools/generate_bcq_output_arrays
compiler/bcq-tools/generate_bcq_output_arrays.py
compiler/circle2circle/src/Circle2Circle.cpp
compiler/circlechef/tests/CMakeLists.txt
compiler/circlechef/tests/shape_signature/test.recipe [new file with mode: 0644]
compiler/circlechef/tests/shape_signature/test.reverse [new file with mode: 0644]
compiler/common-artifacts/exclude.lst
compiler/exo/src/Circle/CircleExporterUtils.h
compiler/exo/src/Dialect/Service/TFLShapeInferenceRule.cpp
compiler/exo/src/TFLite/TFLExporterUtils.h
compiler/hermes/include/hermes/core/Message.h
compiler/luci-interpreter/src/kernels/Conv2D.cpp
compiler/luci-interpreter/src/kernels/Conv2D.h
compiler/luci-interpreter/src/kernels/Conv2D.test.cpp
compiler/luci-interpreter/src/kernels/DepthwiseConv2D.cpp
compiler/luci-interpreter/src/kernels/DepthwiseConv2D.h
compiler/luci-interpreter/src/kernels/DepthwiseConv2D.test.cpp
compiler/luci-interpreter/src/kernels/TransposeConv.cpp
compiler/luci-interpreter/src/kernels/TransposeConv.h
compiler/luci-interpreter/src/kernels/TransposeConv.test.cpp
compiler/luci-interpreter/src/loader/GraphLoader.cpp
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/CircleTensorExporter.cpp
compiler/luci/export/src/Optimize.cpp
compiler/luci/export/src/SerializedData.h
compiler/luci/import/include/luci/Import/CircleReader.h
compiler/luci/import/src/CircleReader.cpp
compiler/luci/import/src/Nodes/CircleFullyConnected.cpp
compiler/luci/lang/include/luci/IR/AttrDilation.h
compiler/luci/lang/include/luci/IR/AttrFilter.h
compiler/luci/lang/include/luci/IR/AttrStride.h
compiler/luci/lang/include/luci/IR/CircleShapeSignature.h
compiler/luci/lang/include/luci/IR/Nodes/CircleFullyConnected.h
compiler/luci/lang/src/AttrDilation.cpp [moved from tools/nnapi_quickcheck/inc/memory.h with 64% similarity]
compiler/luci/lang/src/AttrDilation.test.cpp [new file with mode: 0644]
compiler/luci/lang/src/AttrFilter.cpp [moved from tools/nnapi_quickcheck/lib/env.test.cpp with 55% similarity]
compiler/luci/lang/src/AttrFilter.test.cpp [new file with mode: 0644]
compiler/luci/lang/src/AttrStride.cpp [new file with mode: 0644]
compiler/luci/lang/src/AttrStride.test.cpp [new file with mode: 0644]
compiler/luci/lang/src/CircleShapeSignature.cpp [new file with mode: 0644]
compiler/luci/pass/include/luci/CircleOptimizer.h
compiler/luci/pass/include/luci/ModulePass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/CircleTypeInferencePass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/FuseBCQPass.h
compiler/luci/pass/include/luci/Pass/MigrateLegacyShapeDtypePass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/PropagateQuantParamPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/RemoveRedundantTransposePass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/ReplaceMulAddWithDepthwiseConvPass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/ShapeInferencePass.h
compiler/luci/pass/include/luci/Pass/ShapeSignatureInferencePass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/ShuffleWeightTo16x1Float32Pass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/SubstitutePackToReshapePass.h [new file with mode: 0644]
compiler/luci/pass/include/luci/Pass/TypeInferencePass.h
compiler/luci/pass/src/CircleOptimizer.cpp
compiler/luci/pass/src/CircleTypeInferencePass.cpp [new file with mode: 0644]
compiler/luci/pass/src/FuseBCQPass.cpp
compiler/luci/pass/src/MigrateLegacyShapeDtypePass.cpp [new file with mode: 0644]
compiler/luci/pass/src/ModulePhase.cpp [new file with mode: 0644]
compiler/luci/pass/src/ModulePhase.h [new file with mode: 0644]
compiler/luci/pass/src/ProgressReporter.cpp
compiler/luci/pass/src/ProgressReporter.h
compiler/luci/pass/src/PropagateQuantParamPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/PropagateQuantParamPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/QuantizeWithMinMaxPass.cpp
compiler/luci/pass/src/RemoveRedundantTranspose.cpp [new file with mode: 0644]
compiler/luci/pass/src/RemoveRedundantTranspose.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/ReplaceMulAddWithDepthwiseConvPass.cpp [new file with mode: 0644]
compiler/luci/pass/src/ReplaceMulAddWithDepthwiseConvPass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/ShapeInferencePass.cpp
compiler/luci/pass/src/ShapeSignatureInferencePass.cpp [new file with mode: 0644]
compiler/luci/pass/src/ShuffleWeightTo16x1Float32Pass.cpp [new file with mode: 0644]
compiler/luci/pass/src/ShuffleWeightTo16x1Float32Pass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/SubstitutePackToReshapePass.cpp [new file with mode: 0644]
compiler/luci/pass/src/SubstitutePackToReshapePass.test.cpp [new file with mode: 0644]
compiler/luci/pass/src/TypeInferencePass.cpp
compiler/luci/service/include/luci/Service/CircleShapeInference.h
compiler/luci/service/include/luci/Service/CircleShapeInferenceHelper.h [new file with mode: 0644]
compiler/luci/service/include/luci/Service/CircleShapeSignatureInference.h [moved from compiler/luci/service/include/luci/Service/CircleShapeSignatureInferenceRule.h with 87% similarity]
compiler/luci/service/include/luci/Service/CircleShapeSignatureInferenceHelper.h [new file with mode: 0644]
compiler/luci/service/include/luci/Service/CircleTypeInference.h
compiler/luci/service/include/luci/Service/CircleTypeInferenceHelper.h [new file with mode: 0644]
compiler/luci/service/include/luci/Service/ShapeDescription.h
compiler/luci/service/src/CircleShapeInference.cpp
compiler/luci/service/src/CircleShapeInferenceHelper.cpp [new file with mode: 0644]
compiler/luci/service/src/CircleShapeInferenceRule.cpp
compiler/luci/service/src/CircleShapeSignatureInference.cpp [moved from compiler/luci/service/src/CircleShapeSignatureInferenceRule.cpp with 83% similarity]
compiler/luci/service/src/CircleShapeSignatureInferenceHelper.cpp [new file with mode: 0644]
compiler/luci/service/src/CircleTypeInference.cpp
compiler/luci/service/src/CircleTypeInferenceHelper.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleInput.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleMean.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleOutput.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleOutputDummy.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleOutputExclude.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleReduceAny.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleReduceMax.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleReduceMin.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleReduceProd.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleRelu.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleRelu6.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleReluN1To1.cpp [new file with mode: 0644]
compiler/luci/service/src/Nodes/CircleSum.cpp [new file with mode: 0644]
compiler/luci/service/src/ShapeDescription.cpp
compiler/luci/service/src/Validate.cpp
compiler/luci/tester/src/ReadTester.cpp
compiler/luci/tester/src/WriteTester.cpp
compiler/moco/support/src/TFShapeInferenceHelper.cpp
compiler/nnc/include/Definitions.h.in
compiler/one-cmds/how-to-use-one-commands.txt
compiler/one-cmds/one-codegen
compiler/one-cmds/one-import-bcq
compiler/one-cmds/one-import-tf
compiler/one-cmds/one-optimize
compiler/one-cmds/tests/one-build_001.cfg
compiler/one-cmds/tests/one-build_002.cfg
compiler/one-cmds/tests/one-build_neg_002.cfg
compiler/one-cmds/tests/one-build_neg_003.cfg
compiler/one-cmds/tests/one-build_neg_004.cfg
compiler/one-cmds/tests/one-import_002.cfg
compiler/one-cmds/tests/one-import_003.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-import_003.test [new file with mode: 0644]
compiler/one-cmds/tests/one-import_004.cfg [new file with mode: 0644]
compiler/one-cmds/tests/one-import_004.test [new file with mode: 0644]
compiler/one-cmds/tests/prepare_test_materials.sh
compiler/oops/include/oops/InternalExn.h
compiler/pota-quantization-value-test/CMakeLists.txt
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/channel/uint8/quantization/beta.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/channel/uint8/quantization/gamma.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/channel/uint8/quantization/ifm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/channel/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/channel/uint8/record_minmax/ifm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/channel/uint8/record_minmax/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/layer/uint8/quantization/beta.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/layer/uint8/quantization/gamma.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/layer/uint8/quantization/ifm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/layer/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/layer/uint8/record_minmax/ifm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/InstanceNorm_001/layer/uint8/record_minmax/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001/channel/int16/quantization/alpha.json
compiler/pota-quantization-value-test/expected_outputs/PRelu_001/channel/int16/quantization/ifm.json
compiler/pota-quantization-value-test/expected_outputs/PRelu_001/channel/int16/quantization/ofm.json
compiler/pota-quantization-value-test/expected_outputs/PRelu_001/channel/int16/record_minmax/ifm.json
compiler/pota-quantization-value-test/expected_outputs/PRelu_001/channel/int16/record_minmax/ofm.json
compiler/pota-quantization-value-test/expected_outputs/PRelu_001/channel/uint8/quantization/alpha.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001/channel/uint8/quantization/ifm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001/channel/uint8/quantization/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001/channel/uint8/record_minmax/ifm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/expected_outputs/PRelu_001/channel/uint8/record_minmax/ofm.json [new file with mode: 0644]
compiler/pota-quantization-value-test/gen_h5_explicit_inputs.py
compiler/pota-quantization-value-test/test.lst
compiler/pota-quantization-value-test/test_inputs/InstanceNorm_001/channel/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/InstanceNorm_001/channel/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/InstanceNorm_001/channel/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/InstanceNorm_001/channel/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/InstanceNorm_001/channel/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/InstanceNorm_001/layer/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/InstanceNorm_001/layer/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/InstanceNorm_001/layer/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/InstanceNorm_001/layer/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/InstanceNorm_001/layer/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001/channel/int16/0.txt
compiler/pota-quantization-value-test/test_inputs/PRelu_001/channel/int16/1.txt
compiler/pota-quantization-value-test/test_inputs/PRelu_001/channel/int16/2.txt
compiler/pota-quantization-value-test/test_inputs/PRelu_001/channel/int16/3.txt
compiler/pota-quantization-value-test/test_inputs/PRelu_001/channel/int16/4.txt
compiler/pota-quantization-value-test/test_inputs/PRelu_001/channel/uint8/0.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001/channel/uint8/1.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001/channel/uint8/2.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001/channel/uint8/3.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_inputs/PRelu_001/channel/uint8/4.txt [new file with mode: 0644]
compiler/pota-quantization-value-test/test_record_minmax.sh
compiler/tflchef/core/src/CustomOp/MaxPoolWithArgMax.cpp
compiler/tfldump/src/Dump.cpp
compiler/tfldump/src/OpPrinter.cpp
compiler/tfldump/src/Read.cpp
compiler/tfldump/src/Read.h
compiler/vconone/CMakeLists.txt
compute/.clang-format [new symlink]
compute/ARMComputeEx/arm_compute/core/CL/CLKernelLibraryEx.h
compute/ARMComputeEx/arm_compute/core/CL/kernels/CLEmbeddingLookupKernel.h
compute/ARMComputeEx/arm_compute/core/CL/kernels/CLHashtableLookupKernel.h
compute/ARMComputeEx/arm_compute/core/NEON/kernels/NEOneHotKernel.h
compute/ARMComputeEx/arm_compute/core/utils/misc/ShapeCalculatorEx.h
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLDirectTransposeConvLayer.h
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLFullyConnectedLayerEx.h
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLFullyConnectedReshapingLayer.h
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLGatherEx.h
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLTransposeConvLayer.h
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NEFullyConnectedReshapingLayer.h
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NEOneHot.h
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NETransposeConvLayer.h
compute/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
compute/ARMComputeEx/src/core/CL/cl_kernels/arg_min_max_ex.cl
compute/ARMComputeEx/src/core/CL/cl_kernels/binary_logical_op.cl
compute/ARMComputeEx/src/core/CL/cl_kernels/embedding_lookup.cl
compute/ARMComputeEx/src/core/CL/cl_kernels/gemmlowp_ex.cl
compute/ARMComputeEx/src/core/CL/cl_kernels/hashtable_lookup.cl
compute/ARMComputeEx/src/core/CL/cl_kernels/helpers.h
compute/ARMComputeEx/src/core/CL/cl_kernels/helpers_asymm.h
compute/ARMComputeEx/src/core/CL/cl_kernels/instance_normalization_ex.cl
compute/ARMComputeEx/src/core/CL/cl_kernels/multiply_scale_factor.cl
compute/ARMComputeEx/src/core/CL/cl_kernels/one_hot.cl
compute/ARMComputeEx/src/core/CL/cl_kernels/pixelwise_mul_quantized.cl
compute/ARMComputeEx/src/core/CL/cl_kernels/quantization_symm8.cl
compute/ARMComputeEx/src/core/CL/cl_kernels/reduce_operation.cl
compute/ARMComputeEx/src/core/CL/kernels/CLArgMinMaxLayerKernelEx.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLBinaryLogicalOpKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLCastBoolKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLEmbeddingLookupKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLGatherExKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLHashtableLookupKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLInstanceNormalizationLayerKernelEx.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLMultiplyScaleFactorKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLNegKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLOneHotKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLQuantizationSymmetricKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLReduceOperationKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLScaleFactorSymm8Kernel.cpp
compute/ARMComputeEx/src/core/NEON/NEElementwiseOperationFuncs.cpp
compute/ARMComputeEx/src/core/NEON/kernels/NEBinaryLogicalOperationKernel.cpp
compute/ARMComputeEx/src/core/NEON/kernels/NECastBoolKernel.cpp
compute/ARMComputeEx/src/core/NEON/kernels/NEEmbeddingLookupKernel.cpp
compute/ARMComputeEx/src/core/NEON/kernels/NEGatherKernelEx.cpp
compute/ARMComputeEx/src/core/NEON/kernels/NEHashtableLookupKernel.cpp
compute/ARMComputeEx/src/core/NEON/kernels/NEInstanceNormalizationLayerKernelEx.cpp
compute/ARMComputeEx/src/core/NEON/kernels/NEMultiplyScaleFactorKernel.cpp
compute/ARMComputeEx/src/core/NEON/kernels/NEOneHotKernel.cpp
compute/ARMComputeEx/src/core/NEON/kernels/NEQuantizationSymmetricKernel.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLArgMinMaxLayerEx.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLDirectTransposeConvLayer.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLFullyConnectedHybridLayer.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLFullyConnectedLayerEx.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLFullyConnectedReshapingLayer.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLReduceOperation.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLSplitVEx.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLTopKV2.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLTransposeConvLayer.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEFullyConnectedHybridLayer.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEFullyConnectedLayerEx.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEFullyConnectedReshapingLayer.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEInstanceNormalizationLayerEx.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEReduceOperation.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEReduceSum.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NETransposeConvLayer.cpp
compute/cker/include/cker/CpuBackendThreadpool.h [new file with mode: 0644]
compute/cker/include/cker/NeonTensorUtils.h
compute/cker/include/cker/PortableTensorUtils.h
compute/cker/include/cker/Types.h
compute/cker/include/cker/Utils.h
compute/cker/include/cker/eigen/EigenSupport.h
compute/cker/include/cker/eigen/Utils.h
compute/cker/include/cker/eigen/eigen_convolution_helpers.h
compute/cker/include/cker/eigen/eigen_spatial_convolutions-inl.h
compute/cker/include/cker/operation/AveragePool.h
compute/cker/include/cker/operation/BatchToSpaceND.h
compute/cker/include/cker/operation/BinaryArithmeticOps.h
compute/cker/include/cker/operation/Common.h
compute/cker/include/cker/operation/Comparison.h
compute/cker/include/cker/operation/Concatenation.h
compute/cker/include/cker/operation/DepthToSpace.h [new file with mode: 0644]
compute/cker/include/cker/operation/DepthwiseConv.h
compute/cker/include/cker/operation/ELU.h [new file with mode: 0644]
compute/cker/include/cker/operation/Einsum.h
compute/cker/include/cker/operation/Elementwise.h
compute/cker/include/cker/operation/Fill.h
compute/cker/include/cker/operation/FullyConnected.h
compute/cker/include/cker/operation/FullyConnectedSparse16x1.h
compute/cker/include/cker/operation/FusedBatchNorm.h
compute/cker/include/cker/operation/Helper/BCast.h
compute/cker/include/cker/operation/Helper/RandomDistributions.h
compute/cker/include/cker/operation/Helper/RandomOpCpu.h
compute/cker/include/cker/operation/Helper/Tensor.h
compute/cker/include/cker/operation/InstanceNorm.h
compute/cker/include/cker/operation/L2Normalize.h
compute/cker/include/cker/operation/LSTM.h
compute/cker/include/cker/operation/LeakyReLU.h [new file with mode: 0644]
compute/cker/include/cker/operation/LogSoftMax.h
compute/cker/include/cker/operation/LogicalAnd.h [new file with mode: 0644]
compute/cker/include/cker/operation/MatrixBandPart.h
compute/cker/include/cker/operation/MaxPool.h
compute/cker/include/cker/operation/OneHot.h
compute/cker/include/cker/operation/Range.h
compute/cker/include/cker/operation/Reduce.h
compute/cker/include/cker/operation/ReduceMean.h
compute/cker/include/cker/operation/ResizeBilinear.h
compute/cker/include/cker/operation/Select.h
compute/cker/include/cker/operation/Slice.h
compute/cker/include/cker/operation/SoftMax.h
compute/cker/include/cker/operation/SpaceToBatchND.h
compute/cker/include/cker/operation/StatelessRandomUniform.h
compute/cker/include/cker/operation/Tile.h
compute/cker/include/cker/operation/Transpose.h
compute/cker/include/cker/operation/TransposeConv.h
compute/cker/include/cker/operation/optimized/BinaryArithmeticOps.h
compute/cker/include/cker/operation/optimized/Conv.h
compute/cker/include/cker/operation/optimized/DepthwiseConvFloat.h [new file with mode: 0644]
compute/cker/include/cker/operation/optimized/DepthwiseConvUint8.h
compute/cker/include/cker/operation/optimized/OptimizedUtils.h
compute/cker/include/cker/operation/reference/BatchMatMul.h
compute/cker/include/cker/operation/reference/BinaryArithmeticOps.h
compute/cker/include/cker/operation/reference/Conv.h
compute/cker/include/cker/ruy/RuySupport.h
compute/ruy/CMakeLists.txt [new file with mode: 0644]
compute/ruy/include/ruy/NeonTensorUtils.h [new file with mode: 0644]
compute/ruy/include/ruy/PortableTensorUtils.h [new file with mode: 0644]
compute/ruy/include/ruy/RuySupport.h [new file with mode: 0644]
compute/ruy/include/ruy/Shape.h [new file with mode: 0644]
compute/ruy/include/ruy/TensorUtils.h [new file with mode: 0644]
compute/ruy/include/ruy/Types.h [new file with mode: 0644]
compute/ruy/include/ruy/Utils.h [new file with mode: 0644]
compute/ruy/include/ruy/neon/neon_check.h [new file with mode: 0644]
compute/ruy/include/ruy/operation/Conv.h [new file with mode: 0644]
compute/ruy/include/ruy/operation/FullyConnected.h [new file with mode: 0644]
compute/test/cker/Range.cc
docs/conf.py
docs/howto/how-to-add-a-new-operation.md
docs/howto/how-to-introduce-a-new-operation-into-runtime.md
docs/howto/how-to-use-specific-backend.md [new file with mode: 0644]
docs/howto/index.rst
docs/release/1.10/index.rst [new file with mode: 0644]
docs/release/1.11/index.rst [new file with mode: 0644]
docs/release/1.11/release-note-1.11.1.md [deleted file]
docs/release/1.12/index.rst [new file with mode: 0644]
docs/release/1.12/release-note-1.12.0.md [new file with mode: 0644]
docs/release/1.5/index.rst [new file with mode: 0644]
docs/release/1.6/index.rst [new file with mode: 0644]
docs/release/1.7/index.rst [new file with mode: 0644]
docs/release/1.7/release-note-1.7.0.md [new file with mode: 0644]
docs/release/1.8/index.rst [new file with mode: 0644]
docs/release/1.9/index.rst [new file with mode: 0644]
docs/release/index.rst
docs/runtime/index.rst
docs/runtime/supported-operations-backend.md
infra/cmake/packages/Fp16SourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/FxdivSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/PsimdSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/PthreadpoolSourceConfig.cmake [new file with mode: 0644]
infra/cmake/packages/XnnpackSourceConfig.cmake [new file with mode: 0644]
infra/command/format
infra/docker/bionic/Dockerfile
infra/docker/focal/Dockerfile
infra/docker/xenial/Dockerfile
infra/nnfw/cmake/CfgOptionFlags.cmake
infra/nnfw/cmake/options/options_aarch64-android.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/Fp16Config.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/FxdivConfig.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/PsimdConfig.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/PthreadpoolConfig.cmake [new file with mode: 0644]
infra/nnfw/cmake/packages/XnnpackConfig.cmake [new file with mode: 0644]
infra/nnfw/command/build
infra/scripts/build_android_runtime_release.sh
infra/scripts/docker_build_cross_aarch64_runtime.sh
infra/scripts/docker_build_cross_arm_runtime.sh
infra/scripts/docker_build_cross_arm_runtime_release.sh
infra/scripts/docker_build_cross_coverage.sh
infra/scripts/docker_build_nncc.sh
infra/scripts/docker_build_test_x64.sh
infra/scripts/docker_build_tizen_cross.sh
infra/scripts/docker_collect_nnpkg_resources.sh
infra/scripts/docker_coverage_report.sh
infra/scripts/test_ubuntu_runtime_mixed.sh
nnpackage/examples/one_op_in_tflite/metadata/MANIFEST
nnpackage/examples/one_op_in_tflite/metadata/config.cfg [new file with mode: 0644]
nnpackage/spec/10_packaging_and_manifest.md
packaging/FP16.tar.gz [new file with mode: 0644]
packaging/FXDIV.tar.gz [new file with mode: 0644]
packaging/PSIMD.tar.gz [new file with mode: 0644]
packaging/PTHREADPOOL.tar.gz [new file with mode: 0644]
packaging/XNNPACK.tar.gz [new file with mode: 0644]
packaging/nnfw.spec
res/CircleRecipes/InstanceNorm_001/test.recipe [new file with mode: 0644]
res/CircleRecipes/InstanceNorm_001/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Mean_U8_dynamic_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Mean_U8_dynamic_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Mean_dynamic_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Mean_dynamic_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Mean_dynamic_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Mean_dynamic_001/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReLU6_dynamic_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReLU6_dynamic_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReLUN1To1_dynamic_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReLUN1To1_dynamic_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReLU_dynamic_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReLU_dynamic_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceAny_dynamic_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceAny_dynamic_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceAny_dynamic_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceAny_dynamic_001/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceAny_dynamic_002/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceAny_dynamic_002/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceAny_dynamic_003/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceAny_dynamic_003/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceMax_dynamic_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceMax_dynamic_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceMin_dynamic_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceMin_dynamic_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceProd_dynamic_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceProd_dynamic_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceProd_dynamic_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceProd_dynamic_001/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceProd_dynamic_002/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceProd_dynamic_002/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceProd_dynamic_003/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/ReduceProd_dynamic_003/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Sum_dynamic_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Sum_dynamic_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Sum_dynamic_001/test.recipe [new file with mode: 0644]
runtime/contrib/.clang-format [new symlink]
runtime/contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h
runtime/contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h
runtime/contrib/android/api/Prebuilt.mk
runtime/contrib/android/api/build.gradle
runtime/contrib/android/api/src/main/native/onert-native-api.cpp
runtime/contrib/android/api/src/main/native/onert-native-api.h
runtime/contrib/android_benchmark_app/cpp/ndk_main.cpp
runtime/contrib/android_tflite/builtin_ops_jni.cc
runtime/contrib/heap_trace/src/cl_create_buffer_stub.cc
runtime/contrib/heap_trace/src/memory_pool_for_symbol_searcher_internals.h
runtime/contrib/heap_trace/src/trace.cc
runtime/contrib/heap_trace/src/trace.h
runtime/contrib/heap_trace/tests/src/cl_release_mem_object_interception_test.cc
runtime/contrib/heap_trace/tests/src/malloc_interception_test.cc
runtime/contrib/heap_trace/tests/src/realloc_interception_test.cc
runtime/contrib/heap_trace/tests/src/symbol_searcher_test.cc
runtime/contrib/heap_trace/tests/src/trace_test.cc
runtime/contrib/labs/jniacl/src/jniacl_main.cc
runtime/contrib/labs/opencl_test/src/opencl_test.cc
runtime/contrib/labs/tflite_examples/src/conv.cpp
runtime/contrib/style_transfer_app/src/bitmap_helper.cc
runtime/contrib/style_transfer_app/src/jpeg_helper.cc
runtime/contrib/style_transfer_app/src/style_transfer_app.cc
runtime/contrib/tflite_classify/src/ImageClassifier.cc
runtime/contrib/tflite_classify/src/InferenceInterface.cc
runtime/contrib/tflite_classify/src/tflite_classify.cc
runtime/libs/.clang-format [new symlink]
runtime/libs/benchmark/src/CsvWriter.cpp
runtime/libs/benchmark/src/MemoryPoller.cpp
runtime/libs/benchmark/src/Result.cpp
runtime/libs/misc/include/misc/feature/Index.h
runtime/libs/misc/include/misc/feature/Shape.h
runtime/libs/misc/include/misc/kernel/Shape.h
runtime/libs/misc/include/misc/tensor/Object.h
runtime/libs/misc/include/misc/tensor/Zipper.h
runtime/libs/misc/src/tensor/Comparator.cpp
runtime/libs/nnapi/include/NeuralNetworksShim.h
runtime/libs/nnapi/include/NeuralNetworksTypes.h
runtime/libs/rua/dyn/src/DynamicBinder.cpp
runtime/libs/tflite/include/tflite/Diff.h
runtime/libs/tflite/include/tflite/RandomTestRunner.h
runtime/libs/tflite/include/tflite/TensorLogger.h
runtime/libs/tflite/src/Diff.cpp
runtime/libs/tflite/src/RandomTestRunner.cpp
runtime/onert/api/.clang-format [new symlink]
runtime/onert/api/include/nnfw.h
runtime/onert/api/include/nnfw_internal.h
runtime/onert/api/include/nnfw_version.h
runtime/onert/api/src/CustomKernel.cc
runtime/onert/api/src/nnfw_api.cc
runtime/onert/api/src/nnfw_api_internal.cc
runtime/onert/api/src/nnfw_api_internal.h
runtime/onert/backend/CMakeLists.txt
runtime/onert/backend/acl_cl/Backend.h
runtime/onert/backend/acl_cl/BackendContext.cc [new file with mode: 0644]
runtime/onert/backend/acl_cl/BackendContext.h [new file with mode: 0644]
runtime/onert/backend/acl_cl/ConstantInitializer.cc
runtime/onert/backend/acl_cl/ConstantInitializer.h
runtime/onert/backend/acl_cl/KernelGenerator.cc
runtime/onert/backend/acl_cl/KernelGenerator.h
runtime/onert/backend/acl_cl/Optimizer.h
runtime/onert/backend/acl_cl/acl_cl.cc
runtime/onert/backend/acl_common/AclConstantInitializer.cc
runtime/onert/backend/acl_common/AclConstantInitializer.h
runtime/onert/backend/acl_common/AclTensorBuilder.h
runtime/onert/backend/acl_common/Convert.cc
runtime/onert/backend/acl_neon/Backend.h
runtime/onert/backend/acl_neon/BackendContext.cc [new file with mode: 0644]
runtime/onert/backend/acl_neon/BackendContext.h [new file with mode: 0644]
runtime/onert/backend/acl_neon/ConstantInitializer.h
runtime/onert/backend/acl_neon/KernelGenerator.cc
runtime/onert/backend/acl_neon/KernelGenerator.h
runtime/onert/backend/acl_neon/Optimizer.h
runtime/onert/backend/acl_neon/acl_neon.cc
runtime/onert/backend/cpu/Backend.h
runtime/onert/backend/cpu/BackendContext.cc [new file with mode: 0644]
runtime/onert/backend/cpu/BackendContext.h
runtime/onert/backend/cpu/ConstantInitializer.h
runtime/onert/backend/cpu/ExternalContext.h
runtime/onert/backend/cpu/KernelGenerator.cc
runtime/onert/backend/cpu/KernelGenerator.h
runtime/onert/backend/cpu/StaticTensorManager.cc [deleted file]
runtime/onert/backend/cpu/StaticTensorManager.h
runtime/onert/backend/cpu/Tensor.h
runtime/onert/backend/cpu/TensorBuilder.h
runtime/onert/backend/cpu/cpu.cc
runtime/onert/backend/cpu/ops/ArgMinMaxLayer.cc
runtime/onert/backend/cpu/ops/BatchMatMulLayer.cc
runtime/onert/backend/cpu/ops/ConcatLayer.cc
runtime/onert/backend/cpu/ops/ConvolutionLayer.cc
runtime/onert/backend/cpu/ops/DepthToSpaceLayer.cc [new file with mode: 0644]
runtime/onert/backend/cpu/ops/DepthToSpaceLayer.h [new file with mode: 0644]
runtime/onert/backend/cpu/ops/DepthwiseConvolutionLayer.cc
runtime/onert/backend/cpu/ops/DepthwiseConvolutionLayer.h
runtime/onert/backend/cpu/ops/ElementwiseActivationLayer.cc
runtime/onert/backend/cpu/ops/ElementwiseActivationLayer.h
runtime/onert/backend/cpu/ops/ElementwiseBinaryLayer.cc
runtime/onert/backend/cpu/ops/ElementwiseUnaryLayer.cc
runtime/onert/backend/cpu/ops/ElementwiseUnaryLayer.h
runtime/onert/backend/cpu/ops/ExpandDimsLayer.cc
runtime/onert/backend/cpu/ops/ExpandDimsLayer.h
runtime/onert/backend/cpu/ops/FillLayer.cc
runtime/onert/backend/cpu/ops/FillLayer.h
runtime/onert/backend/cpu/ops/MeanLayer.cc
runtime/onert/backend/ruy/Backend.h [new file with mode: 0644]
runtime/onert/backend/ruy/BackendContext.cc [new file with mode: 0644]
runtime/onert/backend/ruy/BackendContext.h [new file with mode: 0644]
runtime/onert/backend/ruy/CMakeLists.txt [new file with mode: 0644]
runtime/onert/backend/ruy/Config.cc [moved from runtime/onert/backend/cpu/Tensor.cc with 79% similarity]
runtime/onert/backend/ruy/Config.h [new file with mode: 0644]
runtime/onert/backend/ruy/ConstantInitializer.h [new file with mode: 0644]
runtime/onert/backend/ruy/ExternalContext.h [new file with mode: 0644]
runtime/onert/backend/ruy/KernelGenerator.cc [new file with mode: 0644]
runtime/onert/backend/ruy/KernelGenerator.h [new file with mode: 0644]
runtime/onert/backend/ruy/StaticTensorManager.h [new file with mode: 0644]
runtime/onert/backend/ruy/Tensor.h [new file with mode: 0644]
runtime/onert/backend/ruy/TensorBuilder.cc [new file with mode: 0644]
runtime/onert/backend/ruy/TensorBuilder.h [new file with mode: 0644]
runtime/onert/backend/ruy/ops/ConvolutionLayer.cc [new file with mode: 0644]
runtime/onert/backend/ruy/ops/ConvolutionLayer.h [new file with mode: 0644]
runtime/onert/backend/ruy/ops/FullyConnectedLayer.cc [new file with mode: 0644]
runtime/onert/backend/ruy/ops/FullyConnectedLayer.h [new file with mode: 0644]
runtime/onert/backend/ruy/ops/OperationUtils.cc [new file with mode: 0644]
runtime/onert/backend/ruy/ops/OperationUtils.h [new file with mode: 0644]
runtime/onert/backend/ruy/ruy.cc [new file with mode: 0644]
runtime/onert/backend/xnnpack/Backend.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/BackendContext.cc [new file with mode: 0644]
runtime/onert/backend/xnnpack/BackendContext.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/CMakeLists.txt [new file with mode: 0644]
runtime/onert/backend/xnnpack/Config.cc [moved from runtime/onert/core/include/backend/IOptimizer.h with 62% similarity]
runtime/onert/backend/xnnpack/Config.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/ConstantInitializer.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/ExternalContext.cc [moved from runtime/onert/core/include/backend/IExternalContext.h with 74% similarity]
runtime/onert/backend/xnnpack/ExternalContext.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/KernelGenerator.cc [new file with mode: 0644]
runtime/onert/backend/xnnpack/KernelGenerator.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/StaticTensorManager.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/Tensor.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/TensorBuilder.cc [new file with mode: 0644]
runtime/onert/backend/xnnpack/TensorBuilder.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/ops/ConvolutionLayer.cc [new file with mode: 0644]
runtime/onert/backend/xnnpack/ops/ConvolutionLayer.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/ops/DepthwiseConvolutionLayer.cc [new file with mode: 0644]
runtime/onert/backend/xnnpack/ops/DepthwiseConvolutionLayer.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/ops/FullyConnectedLayer.cc [new file with mode: 0644]
runtime/onert/backend/xnnpack/ops/FullyConnectedLayer.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/ops/Layer.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/ops/OperationUtils.h [new file with mode: 0644]
runtime/onert/backend/xnnpack/xnnpack.cc [new file with mode: 0644]
runtime/onert/core/include/backend/BackendContext.h
runtime/onert/core/include/backend/ITensorBuilder.h [deleted file]
runtime/onert/core/include/backend/ITensorRegister.h [deleted file]
runtime/onert/core/include/backend/cpu_common/BackendContextHelpers.h [new file with mode: 0644]
runtime/onert/core/include/backend/cpu_common/ConstantInitializer.h [new file with mode: 0644]
runtime/onert/core/include/backend/cpu_common/ConstantInitializerBase.h [moved from runtime/onert/core/include/backend/IConstantInitializer.h with 90% similarity]
runtime/onert/core/include/backend/cpu_common/KernelGeneratorBase.h [moved from runtime/onert/core/include/backend/IKernelGenerator.h with 83% similarity]
runtime/onert/core/include/backend/cpu_common/StaticTensorManager.h
runtime/onert/core/include/backend/cpu_common/Tensor.h
runtime/onert/core/include/compiler/BackendManager.h
runtime/onert/core/include/compiler/Compiler.h
runtime/onert/core/include/compiler/LoweredGraph.h
runtime/onert/core/include/compiler/StaticShapeInferer.h
runtime/onert/core/include/exec/DynamicShapeInferer.h
runtime/onert/core/include/exec/IExecutor.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/Subgraphs.h
runtime/onert/core/include/ir/operation/ArgMinMax.h [moved from runtime/onert/core/include/ir/operation/ArgMax.h with 73% similarity]
runtime/onert/core/include/ir/operation/ElementwiseUnary.h
runtime/onert/core/include/ir/operation/Fill.h
runtime/onert/core/include/util/Config.lst
runtime/onert/core/include/util/ConfigSource.h
runtime/onert/core/include/util/ShapeInference.h
runtime/onert/core/include/util/TracingCtx.h [new file with mode: 0644]
runtime/onert/core/include/util/logging.h
runtime/onert/core/src/backend/BackendContext.cc
runtime/onert/core/src/backend/controlflow/Backend.h
runtime/onert/core/src/backend/controlflow/BackendContext.cc [new file with mode: 0644]
runtime/onert/core/src/backend/controlflow/BackendContext.h
runtime/onert/core/src/backend/controlflow/ConstantInitializer.h
runtime/onert/core/src/backend/controlflow/ExternalContext.h
runtime/onert/core/src/backend/controlflow/IOTensor.cc [new file with mode: 0644]
runtime/onert/core/src/backend/controlflow/IOTensor.h [new file with mode: 0644]
runtime/onert/core/src/backend/controlflow/KernelGenerator.cc
runtime/onert/core/src/backend/controlflow/KernelGenerator.h
runtime/onert/core/src/backend/controlflow/Tensor.h
runtime/onert/core/src/backend/controlflow/TensorBuilder.cc
runtime/onert/core/src/backend/controlflow/TensorBuilder.h
runtime/onert/core/src/backend/controlflow/TensorRegistry.h
runtime/onert/core/src/backend/controlflow/kernel/IfLayer.cc
runtime/onert/core/src/backend/controlflow/kernel/IfLayer.h
runtime/onert/core/src/backend/controlflow/kernel/PermuteLayer.h
runtime/onert/core/src/backend/controlflow/kernel/WhileLayer.cc
runtime/onert/core/src/backend/controlflow/kernel/WhileLayer.h
runtime/onert/core/src/backend/cpu_common/BackendContextHelpers.cc [new file with mode: 0644]
runtime/onert/core/src/backend/cpu_common/ConstantInitializer.cc [moved from runtime/onert/backend/cpu/ConstantInitializer.cc with 51% similarity]
runtime/onert/core/src/backend/cpu_common/ConstantInitializerBase.cc [moved from runtime/onert/core/src/backend/IConstantInitializer.cc with 86% similarity]
runtime/onert/core/src/backend/cpu_common/StaticTensorManager.cc
runtime/onert/core/src/backend/cpu_common/Tensor.cc
runtime/onert/core/src/compiler/BackendManager.cc
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/Linear.cc
runtime/onert/core/src/compiler/Linear.h
runtime/onert/core/src/compiler/LoweredGraph.cc
runtime/onert/core/src/compiler/ManualScheduler.cc
runtime/onert/core/src/compiler/ShapeValidator.cc
runtime/onert/core/src/compiler/ShapeValidator.h
runtime/onert/core/src/compiler/StaticShapeInferer.cc
runtime/onert/core/src/compiler/TensorBuilders.h [deleted file]
runtime/onert/core/src/compiler/pass/PermutationInsertionPass.cc
runtime/onert/core/src/exec/DataflowExecutor.cc
runtime/onert/core/src/exec/DataflowExecutor.h
runtime/onert/core/src/exec/DynamicShapeInferer.cc
runtime/onert/core/src/exec/ExecTime.h
runtime/onert/core/src/exec/ExecutionObservee.cc
runtime/onert/core/src/exec/ExecutionObservee.h
runtime/onert/core/src/exec/ExecutionObservers.cc
runtime/onert/core/src/exec/ExecutionObservers.h
runtime/onert/core/src/exec/ExecutorBase.cc
runtime/onert/core/src/exec/ExecutorBase.h
runtime/onert/core/src/exec/IPermuteFunction.h
runtime/onert/core/src/exec/JSONExecTime.cc
runtime/onert/core/src/exec/JSONExecTime.h
runtime/onert/core/src/exec/LinearExecutor.cc
runtime/onert/core/src/exec/LinearExecutor.h
runtime/onert/core/src/exec/ParallelExecutor.cc
runtime/onert/core/src/exec/ParallelExecutor.h
runtime/onert/core/src/interp/InterpExecutor.h
runtime/onert/core/src/interp/operations/DepthwiseConv2D.cc
runtime/onert/core/src/ir/DataType.cc
runtime/onert/core/src/ir/OperationDumper.cc
runtime/onert/core/src/ir/OperationDumper.h
runtime/onert/core/src/ir/OperationValidator.cc
runtime/onert/core/src/ir/OperationValidator.h
runtime/onert/core/src/ir/operation/ArgMinMax.cc [moved from runtime/onert/core/src/ir/operation/ArgMax.cc with 78% similarity]
runtime/onert/core/src/ir/operation/ElementwiseUnary.cc
runtime/onert/core/src/util/ConfigSource.cc
runtime/onert/core/src/util/EventCollector.cc
runtime/onert/core/src/util/EventCollector.h
runtime/onert/core/src/util/EventCollectorGlobal.cc [deleted file]
runtime/onert/core/src/util/EventCollectorGlobal.h [deleted file]
runtime/onert/core/src/util/EventRecorder.h
runtime/onert/core/src/util/EventWriter.cc
runtime/onert/core/src/util/EventWriter.h
runtime/onert/core/src/util/ShapeInference.cc
runtime/onert/core/src/util/TracingCtx.cc [new file with mode: 0644]
runtime/onert/frontend/.clang-format [new symlink]
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/ANeuralNetworksCompilation.cc
runtime/onert/frontend/nnapi/wrapper/ANeuralNetworksCompilation.h
runtime/onert/frontend/nnapi/wrapper/ANeuralNetworksEvent.cc
runtime/onert/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc
runtime/onert/frontend/nnapi/wrapper/ANeuralNetworksExecution.h
runtime/onert/frontend/nnapi/wrapper/ANeuralNetworksModel.cc
runtime/onert/frontend/nnapi/wrapper/NNAPIConvert.cc
runtime/onert/frontend/nnapi/wrapper/OperationFactory.cc
runtime/onert/frontend/nnapi/wrapper/OperationFactory.h
runtime/onert/frontend/tflite/src/tflite_schema_generated.h
runtime/onert/sample/.clang-format [new symlink]
runtime/onert/test/.clang-format [new symlink]
runtime/onert/test/core/compiler/HEScheduler.cc [moved from runtime/onert/test/core/compiler/Scheduler.cc with 95% similarity]
runtime/onert/test/core/exec/ExecInstance.cc
runtime/onert/test/core/exec/ExecTime.test.cc
runtime/onert/test/core/interp/ExecManager.cc
runtime/onert/test/graph/MockNode.h
runtime/onert/test/graph/operand/UseDef.cc
runtime/onert/test/util/ShapeInference.cc
tests/.clang-format [new symlink]
tests/custom_op/FillFrom/FillFrom_runner.cc
tests/nnapi/CMakeLists.txt
tests/nnapi/nnapi_gtest.skip.aarch64-android.acl_cl [new file with mode: 0644]
tests/nnapi/nnapi_gtest.skip.aarch64-android.acl_neon [new file with mode: 0644]
tests/nnapi/nnapi_gtest.skip.aarch64-android.cpu [new file with mode: 0644]
tests/nnapi/nnapi_gtest.skip.aarch64-linux.cpu
tests/nnapi/nnapi_gtest.skip.armv7l-linux.cpu
tests/nnapi/nnapi_gtest.skip.noarch.interp
tests/nnapi/nnapi_gtest.skip.x86_64-linux.cpu
tests/nnapi/specs/V1_2/argmin_1.mod.py [moved from tests/nnapi/specs/skip/V1_2/argmin_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_2/argmin_2.mod.py [moved from tests/nnapi/specs/skip/V1_2/argmin_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_2/argmin_3.mod.py [moved from tests/nnapi/specs/skip/V1_2/argmin_3.mod.py with 100% similarity]
tests/nnapi/src/TestGenerated.cpp
tests/nnapi/src/TestValidation.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/ModelTestDynamicTensor.cc
tests/nnfw_api/src/NNPackages.cc
tests/nnfw_api/src/RegressionTests.cc
tests/nnfw_api/src/ValidationTestAddModelLoaded.cc
tests/nnfw_api/src/ValidationTestAddSessionPrepared.cc
tests/nnfw_api/src/ValidationTestMultipleSessions.cc [new file with mode: 0644]
tests/nnfw_api/src/ValidationTestSessionCreated.cc
tests/nnfw_api/src/ValidationTestSingleSession.cc
tests/nnfw_api/src/fixtures.h
tests/nnfw_api/src/main.cc
tests/nnfw_api/src/one_op_tests/AddN.cc
tests/nnfw_api/src/one_op_tests/ArgMax.cc [deleted file]
tests/nnfw_api/src/one_op_tests/ArgMinMax.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/Cast.cc
tests/nnfw_api/src/one_op_tests/Concat.cc
tests/nnfw_api/src/one_op_tests/Conv2D.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/DepthToSpace.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/DepthwiseConv2D.cc
tests/nnfw_api/src/one_op_tests/Elu.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/Equal.cc
tests/nnfw_api/src/one_op_tests/ExpandDims.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/Fill.cc
tests/nnfw_api/src/one_op_tests/FullyConnected.cc
tests/nnfw_api/src/one_op_tests/L2Normalization.cc
tests/nnfw_api/src/one_op_tests/LeakyRelu.cc
tests/nnfw_api/src/one_op_tests/LogSoftmax.cc
tests/nnfw_api/src/one_op_tests/Mean.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/OneHot.cc
tests/nnfw_api/src/one_op_tests/Pad.cc
tests/nnfw_api/src/one_op_tests/PadV2.cc
tests/nnfw_api/src/one_op_tests/Rank.cc
tests/nnfw_api/src/one_op_tests/ResizeBilinear.cc
tests/nnfw_api/src/one_op_tests/ResizeNearestNeighbor.cc
tests/nnfw_api/src/one_op_tests/Reverse.cc
tests/nnfw_api/src/one_op_tests/Shape.cc
tests/nnfw_api/src/one_op_tests/Split.cc
tests/nnfw_api/src/one_op_tests/Sqrt.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/Square.cc [new file with mode: 0644]
tests/nnfw_api/src/one_op_tests/Tile.cc
tests/nnfw_api/src/one_op_tests/Transpose.cc
tests/scripts/benchmark_nnapi.sh
tests/scripts/test_scheduler_with_profiling.sh
tests/scripts/test_scheduler_with_profiling_android.sh
tests/tools/nnpackage_run/src/allocation.h
tests/tools/nnpackage_run/src/h5formatter.cc
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/tflite_loader/CMakeLists.txt
tests/tools/tflite_loader/src/tflite_loader.cc
tests/tools/tflite_run/src/bin_image.cc
tests/tools/tflite_run/src/tensor_loader.cc
tests/tools/tflite_run/src/tflite_run.cc
tests/tools/tflite_vanilla_run/src/tflite_vanilla_run.cc
tools/.clang-format [new symlink]
tools/cross/install_rootfs.sh
tools/kbenchmark/kernels/acl_cl/Convolution.cpp
tools/kbenchmark/kernels/acl_cl/TransposeConv.cpp
tools/kbenchmark/kernels/acl_neon/Convolution.cpp
tools/kbenchmark/kernels/acl_neon/TransposeConv.cpp
tools/kernel_report/kernel_report.py
tools/nnapi_quickcheck/CMakeLists.txt [deleted file]
tools/nnapi_quickcheck/inc/env.h [deleted file]
tools/nnapi_quickcheck/lib/env.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_1.lst [deleted file]
tools/nnapi_quickcheck/tests/add_2.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_2.lst [deleted file]
tools/nnapi_quickcheck/tests/add_3.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_3.lst [deleted file]
tools/nnapi_quickcheck/tests/add_4.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_4.lst [deleted file]
tools/nnapi_quickcheck/tests/add_5.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_5.lst [deleted file]
tools/nnapi_quickcheck/tests/add_6.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_6.lst [deleted file]
tools/nnapi_quickcheck/tests/add_7.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_7.lst [deleted file]
tools/nnapi_quickcheck/tests/add_8.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_8.lst [deleted file]
tools/nnapi_quickcheck/tests/add_9.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_9.lst [deleted file]
tools/nnapi_quickcheck/tests/add_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/add_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/avg_pool_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/avg_pool_1.lst [deleted file]
tools/nnapi_quickcheck/tests/avg_pool_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/avg_pool_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/cast_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/cast_1.lst [deleted file]
tools/nnapi_quickcheck/tests/cast_2.cpp [deleted file]
tools/nnapi_quickcheck/tests/cast_2.lst [deleted file]
tools/nnapi_quickcheck/tests/cast_q_to_f_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/cast_q_to_f_1.lst [deleted file]
tools/nnapi_quickcheck/tests/concat_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/concat_1.lst [deleted file]
tools/nnapi_quickcheck/tests/concat_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/concat_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/conv_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/conv_1.lst [deleted file]
tools/nnapi_quickcheck/tests/conv_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/conv_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/dconv_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/dconv_1.lst [deleted file]
tools/nnapi_quickcheck/tests/dconv_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/dconv_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/dequantize_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/dequantize_1.lst [deleted file]
tools/nnapi_quickcheck/tests/div_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/div_1.lst [deleted file]
tools/nnapi_quickcheck/tests/div_2.cpp [deleted file]
tools/nnapi_quickcheck/tests/div_2.lst [deleted file]
tools/nnapi_quickcheck/tests/fully_connected_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/fully_connected_1.lst [deleted file]
tools/nnapi_quickcheck/tests/fully_connected_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/fully_connected_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/gather_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/gather_1.lst [deleted file]
tools/nnapi_quickcheck/tests/gather_2.cpp [deleted file]
tools/nnapi_quickcheck/tests/gather_2.lst [deleted file]
tools/nnapi_quickcheck/tests/logistic_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/logistic_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/max_pool_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/max_pool_1.lst [deleted file]
tools/nnapi_quickcheck/tests/max_pool_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/max_pool_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/mul_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/mul_1.lst [deleted file]
tools/nnapi_quickcheck/tests/mul_2.cpp [deleted file]
tools/nnapi_quickcheck/tests/mul_2.lst [deleted file]
tools/nnapi_quickcheck/tests/mul_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/mul_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/relu1_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/relu1_1.lst [deleted file]
tools/nnapi_quickcheck/tests/relu6_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/relu6_1.lst [deleted file]
tools/nnapi_quickcheck/tests/relu6_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/relu6_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/relu_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/relu_1.lst [deleted file]
tools/nnapi_quickcheck/tests/relu_2.cpp [deleted file]
tools/nnapi_quickcheck/tests/relu_2.lst [deleted file]
tools/nnapi_quickcheck/tests/relu_3.cpp [deleted file]
tools/nnapi_quickcheck/tests/relu_3.lst [deleted file]
tools/nnapi_quickcheck/tests/relu_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/relu_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/reshape_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/reshape_1.lst [deleted file]
tools/nnapi_quickcheck/tests/reshape_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/reshape_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/resize_bilinear_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/resize_bilinear_1.lst [deleted file]
tools/nnapi_quickcheck/tests/softmax_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/softmax_1.lst [deleted file]
tools/nnapi_quickcheck/tests/softmax_2.cpp [deleted file]
tools/nnapi_quickcheck/tests/softmax_2.lst [deleted file]
tools/nnapi_quickcheck/tests/softmax_quan_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/softmax_quan_1.lst [deleted file]
tools/nnapi_quickcheck/tests/split_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/split_1.lst [deleted file]
tools/nnapi_quickcheck/tests/split_2.cpp [deleted file]
tools/nnapi_quickcheck/tests/split_2.lst [deleted file]
tools/nnapi_quickcheck/tests/split_3.cpp [deleted file]
tools/nnapi_quickcheck/tests/split_3.lst [deleted file]
tools/nnapi_quickcheck/tests/split_4.cpp [deleted file]
tools/nnapi_quickcheck/tests/split_4.lst [deleted file]
tools/nnapi_quickcheck/tests/sub_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/sub_1.lst [deleted file]
tools/nnapi_quickcheck/tests/sub_2.cpp [deleted file]
tools/nnapi_quickcheck/tests/sub_2.lst [deleted file]
tools/nnapi_quickcheck/tests/sub_3.cpp [deleted file]
tools/nnapi_quickcheck/tests/sub_3.lst [deleted file]
tools/nnapi_quickcheck/tests/sub_4.cpp [deleted file]
tools/nnapi_quickcheck/tests/sub_4.lst [deleted file]
tools/nnapi_quickcheck/tests/sub_5.cpp [deleted file]
tools/nnapi_quickcheck/tests/sub_5.lst [deleted file]
tools/nnapi_quickcheck/tests/sub_6.cpp [deleted file]
tools/nnapi_quickcheck/tests/sub_6.lst [deleted file]
tools/nnapi_quickcheck/tests/tanh_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/tanh_1.lst [deleted file]
tools/nnapi_quickcheck/tests/topk_v2_1.cpp [deleted file]
tools/nnapi_quickcheck/tests/topk_v2_1.lst [deleted file]
tools/nnpackage_tool/model2nnpkg/model2nnpkg.sh
tools/tflite_accuracy/src/tflite_accuracy.cc
tools/tflitefile_tool/model_parser.py