patch for rebase master on release/1.7.0 tizen_6_m1_backup accepted/tizen/unified/20200803.122223 submit/tizen/20200730.023729 submit/tizen/20200730.075407 submit/tizen/20200731.060745
authorChunseok Lee <chunseok.lee@samsung.com>
Thu, 30 Jul 2020 02:40:16 +0000 (11:40 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Thu, 30 Jul 2020 02:40:16 +0000 (11:40 +0900)
commit9e45ab56bd165609118989c0d1bec309c3754560
tree4979e8674abc7d21a6471770c1355e0e6c0e8a3f
parent05e0ec30a632339a8533082476f27bda31ccde16
patch for rebase master on release/1.7.0

Change-Id: Id38b617d325ef7e854995a47f032bdf482a779b3
386 files changed:
.ahub/tcchecker-tca/config.yaml [new file with mode: 0644]
compiler/.ahub/tcchecker-tca/config.yaml [new file with mode: 0644]
compiler/bcq-tools/CMakeLists.txt [new file with mode: 0644]
compiler/bcq-tools/README.md [new file with mode: 0644]
compiler/bcq-tools/generate_bcq_output_arrays [new file with mode: 0644]
compiler/bcq-tools/preserve_bcq_info [new file with mode: 0644]
compiler/circle-quantizer/CMakeLists.txt
compiler/circle-quantizer/requires.cmake
compiler/circle-quantizer/src/CircleQuantizer.cpp
compiler/circle-tensordump/driver/Driver.cpp
compiler/circle-tensordump/src/Dump.cpp
compiler/circle-verify/src/Driver.cpp
compiler/circle2circle-dredd-recipe-test/CMakeLists.txt
compiler/circle2circle-dredd-recipe-test/requires.cmake
compiler/circle2circle-dredd-recipe-test/test.lst
compiler/circle2circle-dredd-recipe-test/testall.sh
compiler/circle2circle/CMakeLists.txt
compiler/circle2circle/requires.cmake
compiler/circle2circle/src/Circle2Circle.cpp
compiler/circlechef/CMakeLists.txt
compiler/circlechef/circle/src/RecipeChef.cpp
compiler/circlechef/core/src/ModelChef.cpp
compiler/circlechef/proto/circlechef.proto
compiler/circlechef/tools/file/Driver.cpp
compiler/circlechef/tools/reverse/Driver.cpp
compiler/circledump/driver/Driver.cpp
compiler/circledump/src/OpPrinter.cpp
compiler/common-artifacts/exclude.lst
compiler/hermes/src/hermes.test.cpp
compiler/locomotiv/src/Node/BiasEncode.test.cpp
compiler/locomotiv/src/Node/MatMul.test.cpp
compiler/locop/src/FormattedGraph.test.cpp
compiler/locop/src/FormattedTensorShape.test.cpp
compiler/luci-interpreter/include/luci_interpreter/core/Tensor.h
compiler/luci-interpreter/src/core/KernelParams.h
compiler/luci-interpreter/src/kernels/CMakeLists.txt
compiler/luci-interpreter/src/kernels/DepthToSpace.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/DepthToSpace.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/DepthToSpace.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/L2Normalize.test.cpp
compiler/luci-interpreter/src/kernels/LeakyRelu.test.cpp
compiler/luci-interpreter/src/kernels/Logistic.test.cpp
compiler/luci-interpreter/src/kernels/Reverse.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Reverse.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Reverse.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Slice.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Slice.h [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/Slice.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/kernels/TransposeConv.test.cpp
compiler/luci-interpreter/src/loader/CMakeLists.txt
compiler/luci-interpreter/src/loader/GraphLoader.cpp
compiler/luci-interpreter/src/loader/GraphLoader.h
compiler/luci-interpreter/src/loader/KernelBuilder.cpp
compiler/luci-interpreter/src/loader/KernelBuilder.h
compiler/luci-interpreter/src/loader/KernelBuilder.test.cpp [new file with mode: 0644]
compiler/luci-interpreter/src/loader/ModuleLoader.cpp
compiler/luci-interpreter/src/loader/ModuleLoader.h
compiler/luci-value-test/evalverify.sh
compiler/luci-value-test/test.lst
compiler/luci/export/src/CircleOperationExporter.cpp
compiler/luci/export/src/CircleTensorExporter.cpp
compiler/luci/import/src/CircleReader.cpp
compiler/luci/import/src/Importer.test.cpp
compiler/luci/import/src/Nodes/CircleLogistic.cpp
compiler/luci/import/src/Nodes/CircleTransposeConv.cpp
compiler/luci/lang/include/luci/IR/CircleNodes.lst
compiler/luci/lang/include/luci/IR/CircleQuantParam.h
compiler/luci/lang/src/Module.test.cpp
compiler/luci/lang/src/Nodes/CircleCustom.test.cpp
compiler/luci/lang/src/Nodes/CircleIf.test.cpp
compiler/luci/lang/src/Nodes/CircleWhile.test.cpp
compiler/luci/pass/src/CircleOptimizer.cpp
compiler/luci/pass/src/FuseBCQPass.cpp
compiler/luci/pass/src/QuantizationUtils.cpp
compiler/luci/pass/src/QuantizeWithMinMaxPass.cpp
compiler/luci/tests/test.lst
compiler/one-cmds/one-codegen
compiler/one-cmds/one-import
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-quantize
compiler/one-cmds/requires.cmake
compiler/record-minmax/CMakeLists.txt
compiler/record-minmax/driver/Driver.cpp
compiler/record-minmax/requires.cmake
compiler/record-minmax/src/HDF5Importer.cpp
compiler/record-minmax/src/MinMaxObserver.cpp
compiler/record-minmax/src/RecordMinMax.cpp
compiler/record-minmax/tests/RecordFunction.test.cpp
compiler/tfl-verify/CMakeLists.txt
compiler/tfl-verify/requires.cmake
compiler/tfl-verify/src/Driver.cpp
compiler/tflchef/core/src/ModelChef.cpp
compiler/tflchef/proto/tflchef.proto
compiler/tflchef/tflite/src/RecipeChef.cpp
compiler/tflchef/tools/file/Driver.cpp
compiler/tflchef/tools/reverse/Driver.cpp
compiler/tfldump/driver/Driver.cpp
compiler/tflite2circle/CMakeLists.txt
compiler/tflite2circle/driver/Driver.cpp
compiler/tflite2circle/requires.cmake
compiler/vconone/CMakeLists.txt [new file with mode: 0644]
compiler/vconone/README.md [new file with mode: 0644]
compiler/vconone/driver/driver.cpp [new file with mode: 0644]
compiler/vconone/include/vconone/vconone.h [new file with mode: 0644]
compiler/vconone/src/version.cpp [new file with mode: 0644]
compiler/vconone/src/version.test.cpp [new file with mode: 0644]
compiler/vconone/version_cfg.h.in [new file with mode: 0644]
compute/ARMComputeEx/arm_compute/core/CL/kernels/CLArgOperationKernel.h [deleted file]
compute/ARMComputeEx/arm_compute/core/CL/kernels/CLCastKernel.h [deleted file]
compute/ARMComputeEx/arm_compute/core/CL/kernels/CLDepthToSpaceKernel.h [deleted file]
compute/ARMComputeEx/arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernelEx.h [deleted file]
compute/ARMComputeEx/arm_compute/core/CL/kernels/CLPReLUKernel.h [deleted file]
compute/ARMComputeEx/arm_compute/core/CL/kernels/CLSpaceToDepthKernel.h [deleted file]
compute/ARMComputeEx/arm_compute/core/CL/kernels/CLTransposeConvLayerUpsampleKernel.h [deleted file]
compute/ARMComputeEx/arm_compute/core/CPP/kernels/CPPUpsampleKernelEx.h [deleted file]
compute/ARMComputeEx/arm_compute/core/NEON/kernels/NECastKernel.h [deleted file]
compute/ARMComputeEx/arm_compute/core/NEON/kernels/NEDepthToSpaceLayerKernelEx.h [deleted file]
compute/ARMComputeEx/arm_compute/core/NEON/kernels/NEElementwiseUnaryKernelEx.h [deleted file]
compute/ARMComputeEx/arm_compute/core/NEON/kernels/NEPReLUKernel.h [deleted file]
compute/ARMComputeEx/arm_compute/core/NEON/kernels/NESpaceToDepthLayerKernelEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/CLFunctionsEx.h
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLArgOperation.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLDirectTransposeConvLayer.h [new file with mode: 0644]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLFullyConnectedHybridLayer.h
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCoreEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLLogicalNot.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLPReLU.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLPixelWiseDivision.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLRNNLayerEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSliceEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLTransposeConvLayer.h
compute/ARMComputeEx/arm_compute/runtime/CL/functions/CLTransposeConvLayerUpsample.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/CPP/functions/CPPUpsampleEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NECast.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NEDepthToSpaceLayerEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayerEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NEFullyConnectedHybridLayer.h
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCoreEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NEPReLU.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NERNNLayerEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NEReduceMeanEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NESpaceToBatchLayerEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NESpaceToDepthLayerEx.h [deleted file]
compute/ARMComputeEx/arm_compute/runtime/NEON/functions/NETransposeConvLayer.h
compute/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
compute/ARMComputeEx/src/core/CL/cl_kernels/arg_operation.cl [deleted file]
compute/ARMComputeEx/src/core/CL/cl_kernels/arithmetic_op_quantized.cl [deleted file]
compute/ARMComputeEx/src/core/CL/cl_kernels/cast.cl [deleted file]
compute/ARMComputeEx/src/core/CL/cl_kernels/depth_to_space.cl [deleted file]
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/prelu.cl [deleted file]
compute/ARMComputeEx/src/core/CL/cl_kernels/prelu_quantized.cl [deleted file]
compute/ARMComputeEx/src/core/CL/cl_kernels/space_to_depth.cl [deleted file]
compute/ARMComputeEx/src/core/CL/kernels/CLArgOperationKernel.cpp [deleted file]
compute/ARMComputeEx/src/core/CL/kernels/CLBinaryLogicalOpKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLCastKernel.cpp [deleted file]
compute/ARMComputeEx/src/core/CL/kernels/CLDepthToSpaceKernel.cpp [deleted file]
compute/ARMComputeEx/src/core/CL/kernels/CLEmbeddingLookupKernel.cpp
compute/ARMComputeEx/src/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernelEx.cpp [deleted file]
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/CLPReLUKernel.cpp [deleted file]
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/CL/kernels/CLSpaceToDepthKernel.cpp [deleted file]
compute/ARMComputeEx/src/core/CL/kernels/CLTransposeConvLayerUpsampleKernel.cpp [deleted file]
compute/ARMComputeEx/src/core/CPP/kernels/CPPUpsampleKernelEx.cpp [deleted file]
compute/ARMComputeEx/src/core/NEON/kernels/NECastKernel.cpp [deleted file]
compute/ARMComputeEx/src/core/NEON/kernels/NEDepthToSpaceLayerKernelEx.cpp [deleted file]
compute/ARMComputeEx/src/core/NEON/kernels/NEElementwiseUnaryKernelEx.cpp [deleted file]
compute/ARMComputeEx/src/core/NEON/kernels/NEPReLUKernel.cpp [deleted file]
compute/ARMComputeEx/src/core/NEON/kernels/NEQuantizationSymmetricKernel.cpp
compute/ARMComputeEx/src/core/NEON/kernels/NESpaceToDepthLayerKernelEx.cpp [deleted file]
compute/ARMComputeEx/src/runtime/CL/functions/CLArgOperation.cpp [deleted file]
compute/ARMComputeEx/src/runtime/CL/functions/CLBinaryLogicalOp.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLCast.cpp [deleted file]
compute/ARMComputeEx/src/runtime/CL/functions/CLDepthToSpace.cpp [deleted file]
compute/ARMComputeEx/src/runtime/CL/functions/CLDirectTransposeConvLayer.cpp [new file with mode: 0644]
compute/ARMComputeEx/src/runtime/CL/functions/CLEmbeddingLookup.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/CLGEMMLowpMatrixMultiplyCoreEx.cpp [deleted file]
compute/ARMComputeEx/src/runtime/CL/functions/CLGatherEx.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLHashtableLookup.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLInstanceNormalizationLayerEx.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLPReLU.cpp [deleted file]
compute/ARMComputeEx/src/runtime/CL/functions/CLRNNLayerEx.cpp [deleted file]
compute/ARMComputeEx/src/runtime/CL/functions/CLReduceOperation.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLSpaceToDepth.cpp [deleted file]
compute/ARMComputeEx/src/runtime/CL/functions/CLTransposeConvLayer.cpp
compute/ARMComputeEx/src/runtime/CL/functions/CLTransposeConvLayerUpsample.cpp [deleted file]
compute/ARMComputeEx/src/runtime/CPP/functions/CPPOneHotEx.cpp
compute/ARMComputeEx/src/runtime/CPP/functions/CPPUpsampleEx.cpp [deleted file]
compute/ARMComputeEx/src/runtime/NEON/functions/NEActivationLayerEx.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEBinaryLogicalOperation.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NECast.cpp [deleted file]
compute/ARMComputeEx/src/runtime/NEON/functions/NEDepthToSpaceLayerEx.cpp [deleted file]
compute/ARMComputeEx/src/runtime/NEON/functions/NEEmbeddingLookup.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEFullyConnectedHybridLayer.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEFullyConnectedReshapingLayer.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCoreEx.cpp [deleted file]
compute/ARMComputeEx/src/runtime/NEON/functions/NEGatherEx.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEHashtableLookup.cpp
compute/ARMComputeEx/src/runtime/NEON/functions/NEPReLU.cpp [deleted file]
compute/ARMComputeEx/src/runtime/NEON/functions/NERNNLayerEx.cpp [deleted file]
compute/ARMComputeEx/src/runtime/NEON/functions/NEReduceMeanEx.cpp [deleted file]
compute/ARMComputeEx/src/runtime/NEON/functions/NESpaceToBatchLayerEx.cpp [deleted file]
compute/ARMComputeEx/src/runtime/NEON/functions/NESpaceToDepthLayerEx.cpp [deleted file]
compute/ARMComputeEx/src/runtime/NEON/functions/NETransposeConvLayer.cpp
compute/cker/CMakeLists.txt
compute/cker/include/cker/Types.h
compute/cker/include/cker/Utils.h
compute/cker/include/cker/operation/FullyConnected.h
compute/cker/include/cker/operation/L2Normalize.h [new file with mode: 0644]
compute/cker/include/cker/operation/Logistic.h
compute/cker/include/cker/operation/Pad.h
compute/cker/include/cker/operation/Quantize.h [new file with mode: 0644]
compute/cker/include/cker/operation/SpaceToDepth.h [new file with mode: 0644]
compute/cker/include/cker/ruy/RuySupport.h
docs/howto/how-to-build-runtime.md
docs/nnfw/howto/CrossBuildForAndroid.md
docs/runtime/core.md
docs/runtime/heterogeneous-execution.md
infra/cmake/packages/ARMComputeSourceConfig.cmake
infra/cmake/packages/FlatBuffersConfig.cmake
infra/cmake/packages/HDF5Config.cmake
infra/cmake/packages/Pybind11Config.cmake [new file with mode: 0644]
infra/cmake/packages/Pybind11SourceConfig.cmake [new file with mode: 0644]
infra/docker/Dockerfile
infra/docker/Dockerfile.1804
infra/nncc/CMakeLists.txt
infra/nncc/command/utcount
infra/nnfw/cmake/packages/TensorFlowLite-2.2.0/CMakeLists.txt
infra/nnfw/config/gbs.conf
infra/packaging/preset/20200630
infra/packaging/res/tf2nnpkg.20200630
infra/scripts/build-tcm.sh [new file with mode: 0644]
infra/scripts/compiler_modules.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_tizen_cross.sh
infra/scripts/docker_collect_nnpkg_resources.sh
infra/scripts/tizen_xu4_test.sh
master_diff_1.7.0.patch [new file with mode: 0644]
packaging/nnfw.spec
res/TensorFlowLiteRecipes/AveragePool2D_U8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/AveragePool2D_U8_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/DepthwiseConv2D_003/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/DepthwiseConv2D_003/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/DepthwiseConv2D_003/test.rule [new file with mode: 0644]
res/TensorFlowLiteRecipes/DepthwiseConv2D_U8_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/DepthwiseConv2D_U8_001/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/L2Normalize_U8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/L2Normalize_U8_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Logistic_U8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Logistic_U8_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/TransposeConv_000/test.recipe
res/TensorFlowLiteRecipes/Unique_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_001/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_002/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_002/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_003/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_003/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_U8_000/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_U8_000/test.reverse [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_U8_001/test.recipe [new file with mode: 0644]
res/TensorFlowLiteRecipes/Unique_U8_001/test.reverse [new file with mode: 0644]
runtime/libs/benchmark/CMakeLists.txt
runtime/libs/benchmark/src/Result.cpp
runtime/onert/api/include/nnfw.h
runtime/onert/api/src/nnfw_api.cc
runtime/onert/api/src/nnfw_api_internal.cc
runtime/onert/backend/acl_cl/KernelGenerator.cc
runtime/onert/backend/acl_common/AclKernelGen.h [new file with mode: 0644]
runtime/onert/backend/acl_neon/KernelGenerator.cc
runtime/onert/backend/cpu/ConstantInitializer.cc
runtime/onert/backend/cpu/ConstantInitializer.h
runtime/onert/backend/cpu/KernelGenerator.cc
runtime/onert/backend/cpu/KernelGenerator.h
runtime/onert/backend/cpu/StaticTensorManager.cc [new file with mode: 0644]
runtime/onert/backend/cpu/StaticTensorManager.h [new file with mode: 0644]
runtime/onert/backend/cpu/Tensor.h
runtime/onert/backend/cpu/TensorBuilder.cc
runtime/onert/backend/cpu/TensorBuilder.h
runtime/onert/backend/cpu/ops/CompareLayer.cc
runtime/onert/backend/cpu/ops/FullyConnectedLayer.cc
runtime/onert/backend/cpu/ops/FullyConnectedLayer.h
runtime/onert/backend/cpu/ops/L2NormLayer.cc [new file with mode: 0644]
runtime/onert/backend/cpu/ops/L2NormLayer.h [new file with mode: 0644]
runtime/onert/backend/cpu/ops/LogSoftMaxLayer.cc
runtime/onert/backend/cpu/ops/LogSoftMaxLayer.h
runtime/onert/backend/cpu/ops/OperationUtils.h
runtime/onert/backend/cpu/ops/PadLayer.cc
runtime/onert/backend/cpu/ops/PadLayer.h
runtime/onert/backend/cpu/ops/QuantizeLayer.cc [new file with mode: 0644]
runtime/onert/backend/cpu/ops/QuantizeLayer.h [new file with mode: 0644]
runtime/onert/backend/cpu/ops/SliceLayer.cc
runtime/onert/backend/cpu/ops/SliceLayer.h
runtime/onert/backend/cpu/ops/SpaceToDepthLayer.cc [new file with mode: 0644]
runtime/onert/backend/cpu/ops/SpaceToDepthLayer.h [new file with mode: 0644]
runtime/onert/core/include/backend/ITensorBuilder.h
runtime/onert/core/include/backend/ITensorRegistry.h
runtime/onert/core/include/backend/cpu_common/StaticTensorManager.h
runtime/onert/core/include/compiler/StaticShapeInference.h
runtime/onert/core/include/exec/DynamicShapeInference.h
runtime/onert/core/include/ir/Operations.Include.h
runtime/onert/core/include/ir/Operations.lst
runtime/onert/core/include/ir/operation/LogSoftmax.h
runtime/onert/core/include/ir/operation/Pad.h
runtime/onert/core/include/ir/operation/Quantize.h [new file with mode: 0644]
runtime/onert/core/src/backend/controlflow/DynamicTensorManager.cc
runtime/onert/core/src/backend/controlflow/KernelGenerator.cc
runtime/onert/core/src/backend/controlflow/TensorBuilder.cc
runtime/onert/core/src/backend/controlflow/UserTensor.h
runtime/onert/core/src/backend/cpu_common/DynamicTensorManager.cc
runtime/onert/core/src/backend/cpu_common/StaticTensorManager.cc
runtime/onert/core/src/compiler/ExecutorFactory.cc
runtime/onert/core/src/compiler/ExecutorFactory.h
runtime/onert/core/src/compiler/HEScheduler.h
runtime/onert/core/src/compiler/OperationValidator.cc
runtime/onert/core/src/compiler/OperationValidator.h
runtime/onert/core/src/compiler/StaticShapeInference.cc
runtime/onert/core/src/compiler/TensorBuilders.h
runtime/onert/core/src/exec/DynamicShapeInference.cc
runtime/onert/core/src/exec/ExecutorBase.cc
runtime/onert/core/src/interp/operations/Pad.cc
runtime/onert/core/src/ir/LoweredGraph.cc
runtime/onert/core/src/ir/operation/Quantize.cc [new file with mode: 0644]
runtime/onert/core/src/ir/pass/PermutationEliminationPass.cc [deleted file]
runtime/onert/core/src/ir/pass/PermutationEliminationPass.h [deleted file]
runtime/onert/core/src/ir/pass/PermutationInsertionPass.cc
runtime/onert/frontend/base_loader/include/base_loader.h
runtime/onert/frontend/nnapi/wrapper/OperationFactory.cc
runtime/onert/test/core/exec/ExecInstance.cc
tests/nnapi/nnapi_gtest.skip.aarch64-linux.acl_cl
tests/nnapi/nnapi_gtest.skip.aarch64-linux.acl_neon
tests/nnapi/nnapi_gtest.skip.aarch64-linux.cpu
tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_cl
tests/nnapi/nnapi_gtest.skip.armv7l-linux.acl_neon
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_0/l2_normalization_quant8_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_2/pad_v2_1_float.mod.py [moved from tests/nnapi/specs/skip/V1_2/pad_v2_1_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_2/pad_v2_1_quant8.mod.py [moved from tests/nnapi/specs/skip/V1_2/pad_v2_1_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_2/pad_v2_all_dims.mod.py [moved from tests/nnapi/specs/skip/V1_2/pad_v2_all_dims.mod.py with 100% similarity]
tests/nnapi/specs/V1_2/pad_v2_all_dims_quant8.mod.py [moved from tests/nnapi/specs/skip/V1_2/pad_v2_all_dims_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_2/pad_v2_low_rank.mod.py [moved from tests/nnapi/specs/skip/V1_2/pad_v2_low_rank.mod.py with 100% similarity]
tests/nnapi/specs/V1_2/pad_v2_low_rank_quant8.mod.py [moved from tests/nnapi/specs/skip/V1_2/pad_v2_low_rank_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_2/quantize.mod.py [moved from tests/nnapi/specs/skip/V1_2/quantize.mod.py with 100% similarity]
tests/nnfw_api/src/ValidationTestAddModelLoaded.cc
tests/nnfw_api/src/ValidationTestAddSessionPrepared.cc
tests/nnfw_api/src/ValidationTestSessionCreated.cc
tests/scripts/benchmark_nnapi.sh
tests/scripts/common.sh
tests/scripts/framework/run_test.sh
tests/scripts/test-driver.sh
tests/scripts/test_framework.sh
tests/tools/nnpackage_run/CMakeLists.txt
tests/tools/nnpackage_run/src/args.cc
tests/tools/nnpackage_run/src/h5formatter.cc
tests/tools/tflite_loader/CMakeLists.txt
tests/tools/tflite_run/CMakeLists.txt
tools/nnpackage_tool/nncc-tc-to-nnpkg-tc/nncc-tc-to-nnpkg-tc.sh
tools/tflitefile_tool/select_operator.py
tools/tflkit/README.md
tools/update_version/update-version