Imported Upstream version 0.3 upstream/0.3
authorChunseok Lee <chunseok.lee@samsung.com>
Tue, 8 Jan 2019 08:36:34 +0000 (17:36 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Tue, 8 Jan 2019 08:36:34 +0000 (17:36 +0900)
commitbd11b24234d7d43dfe05a81c520aa01ffad06e42
tree57d0d4044977e4fa0e50cd9ba40b32006dff19eb
parent91f4ba45449f700a047a4aeea00b1a7c84e94c75
Imported Upstream version 0.3
1988 files changed:
.gitignore
.gitmodules [deleted file]
CMakeLists.txt
Makefile
benchmark/CMakeLists.txt [deleted file]
benchmark/acl/CMakeLists.txt [deleted file]
benchmark/acl/benchmark_googlenet.cpp [deleted file]
benchmark/acl/benchmark_inception_v3.cpp [deleted file]
benchmark/acl/benchmark_mobilenet.cpp [deleted file]
cmake/CfgOptionFlags.cmake
cmake/modules/ExtendCMakeFunction.cmake [new file with mode: 0644]
cmake/modules/ExternalProjectTools.cmake
cmake/modules/ExternalSourceTools.cmake
cmake/option/option_armv7l-linux.cmake
cmake/packages/ARMCompute/CMakeLists.txt [deleted file]
cmake/packages/ARMComputeConfig.cmake
cmake/packages/ARMComputeSourceConfig.cmake [new file with mode: 0644]
cmake/packages/AbslSourceConfig.cmake [new file with mode: 0644]
cmake/packages/EigenSourceConfig.cmake
cmake/packages/FarmhashSourceConfig.cmake
cmake/packages/FlatBuffersConfig.cmake
cmake/packages/FlatBuffersSourceConfig.cmake
cmake/packages/GEMMLowpSourceConfig.cmake
cmake/packages/GTestConfig.cmake
cmake/packages/NEON2SSESourceConfig.cmake
cmake/packages/NoniusConfig.cmake [new file with mode: 0644]
cmake/packages/NoniusSourceConfig.cmake [new file with mode: 0644]
cmake/packages/TensorFlowSourceConfig.cmake
contrib/benchmark_acl/CMakeLists.txt [new file with mode: 0644]
contrib/benchmark_acl/src/Benchmark.cpp [moved from benchmark/acl/Benchmark.cpp with 100% similarity]
contrib/benchmark_acl/src/Benchmark.h [moved from benchmark/acl/Benchmark.h with 100% similarity]
contrib/benchmark_acl/src/benchmark_googlenet.cpp [new file with mode: 0644]
contrib/benchmark_acl/src/benchmark_inception_v3.cpp [new file with mode: 0644]
contrib/benchmark_acl/src/benchmark_mobilenet.cpp [new file with mode: 0644]
contrib/bindacl/CMakeLists.txt [deleted file]
contrib/bindacl/README.md [deleted file]
contrib/bindacl/src/nnapi_acl.cc [deleted file]
contrib/convacl/CMakeLists.txt [deleted file]
contrib/convacl/src/io_accessor.cc [deleted file]
contrib/convacl/src/io_accessor.h [deleted file]
contrib/convacl/src/nnapi_acl_conv.cc [deleted file]
contrib/detection/CMakeLists.txt
contrib/detection/detection.cpp
contrib/example/CMakeLists.txt [deleted file]
contrib/example/example.cpp [deleted file]
contrib/jniacl/CMakeLists.txt [deleted file]
contrib/kerneltesting/CMakeLists.txt [deleted file]
contrib/kerneltesting/conv2d/nnfw_conv2d_test.cpp [deleted file]
contrib/labs/CMakeLists.txt [new file with mode: 0644]
contrib/labs/jniacl/CMakeLists.txt [new file with mode: 0644]
contrib/labs/jniacl/src/io_accessor.cc [moved from contrib/jniacl/src/io_accessor.cc with 100% similarity]
contrib/labs/jniacl/src/io_accessor.h [moved from contrib/jniacl/src/io_accessor.h with 100% similarity]
contrib/labs/jniacl/src/jniacl_main.cc [moved from contrib/jniacl/src/jniacl_main.cc with 100% similarity]
contrib/labs/kerneltesting/CMakeLists.txt [new file with mode: 0644]
contrib/labs/kerneltesting/conv2d/CMakeLists.txt [moved from contrib/kerneltesting/conv2d/CMakeLists.txt with 100% similarity]
contrib/labs/kerneltesting/conv2d/OperationUtils.h [moved from contrib/kerneltesting/conv2d/OperationUtils.h with 100% similarity]
contrib/labs/kerneltesting/conv2d/common.h [moved from contrib/kerneltesting/conv2d/common.h with 100% similarity]
contrib/labs/kerneltesting/conv2d/compatibility.h [moved from contrib/kerneltesting/conv2d/compatibility.h with 100% similarity]
contrib/labs/kerneltesting/conv2d/io_accessor.cpp [moved from contrib/kerneltesting/conv2d/io_accessor.cpp with 100% similarity]
contrib/labs/kerneltesting/conv2d/io_accessor.h [moved from contrib/kerneltesting/conv2d/io_accessor.h with 100% similarity]
contrib/labs/kerneltesting/conv2d/nnfw_conv2d_test.cpp [new file with mode: 0644]
contrib/labs/kerneltesting/conv2d/optimized_ops.h [moved from contrib/kerneltesting/conv2d/optimized_ops.h with 100% similarity]
contrib/labs/kerneltesting/conv2d/types.h [moved from contrib/kerneltesting/conv2d/types.h with 100% similarity]
contrib/labs/opencl_test/CMakeLists.txt [new file with mode: 0644]
contrib/labs/opencl_test/README.md [moved from contrib/opencl_test/README.md with 100% similarity]
contrib/labs/opencl_test/src/opencl_test.cc [new file with mode: 0644]
contrib/labs/tflite_examples/CMakeLists.txt [new file with mode: 0644]
contrib/labs/tflite_examples/src/conv.cpp [new file with mode: 0644]
contrib/opencl_test/CMakeLists.txt [deleted file]
contrib/opencl_test/src/opencl_test.cc [deleted file]
contrib/tf_test/CMakeLists.txt [deleted file]
contrib/tf_test/tf_test.cpp [deleted file]
contrib/tflite_classify/.FORMATCHECKED [moved from tools/tflite_benchmark_model/.FORMATDENY with 100% similarity]
contrib/tflite_classify/CMakeLists.txt [new file with mode: 0644]
contrib/tflite_classify/src/ImageClassifier.cc [new file with mode: 0644]
contrib/tflite_classify/src/ImageClassifier.h [new file with mode: 0644]
contrib/tflite_classify/src/InferenceInterface.cc [new file with mode: 0644]
contrib/tflite_classify/src/InferenceInterface.h [new file with mode: 0644]
contrib/tflite_classify/src/tflite_classify.cc [new file with mode: 0644]
contrib/tflite_test/CMakeLists.txt [new file with mode: 0644]
contrib/tflite_test/tflite_test.cpp [new file with mode: 0644]
docs/howto/CrossBuildForAarch64.md
docs/howto/CrossBuildForArm.md
docs/howto/HowToUseDockerImage.md
externals/CMakeLists.txt
externals/lcov-to-cobertura-xml/README.md [new file with mode: 0644]
externals/lcov-to-cobertura-xml/lcov_cobertura.py [moved from scripts/command/lcov-to-covertura-xml.sh with 100% similarity]
include/.FORMATCHECKED [new file with mode: 0644]
include/NeuralNetworksEx.h
include/NeuralNetworksExShim.h
include/NeuralNetworksLoadHelpers.h
include/NeuralNetworksShim.h
include/kernel/acl/Add.h [deleted file]
include/kernel/acl/Concatenation.h [deleted file]
include/kernel/acl/Conv2D.h [deleted file]
include/kernel/acl/DepthwiseConv2D.h [deleted file]
include/kernel/acl/FullyConnected.h [deleted file]
include/kernel/acl/Mul.h [deleted file]
include/kernel/acl/Pooling.h [deleted file]
include/kernel/acl/ReLU.h [deleted file]
include/kernel/acl/ReLU6.h [deleted file]
include/kernel/acl/Reshape.h [deleted file]
include/kernel/acl/Softmax.h [deleted file]
include/kernel/acl/nnfw_kernel_acl.h [deleted file]
include/nnfw/std/memory.h [deleted file]
include/support/nnapi/Utils.h [deleted file]
include/support/nnapi/feature/Reader.h [deleted file]
include/support/nnapi/feature/Utils.h [deleted file]
include/support/tflite/Assert.h [deleted file]
include/support/tflite/Diff.h [deleted file]
include/support/tflite/FeatureView.h [deleted file]
include/support/tflite/InputIndex.h [deleted file]
include/support/tflite/InterpreterSession.h [deleted file]
include/support/tflite/NNAPISession.h [deleted file]
include/support/tflite/OutputIndex.h [deleted file]
include/support/tflite/Quantization.h [deleted file]
include/support/tflite/Session.h [deleted file]
include/support/tflite/TensorLogger.h [deleted file]
include/support/tflite/TensorShapeUtils.h [deleted file]
include/support/tflite/TensorUtils.h [deleted file]
include/support/tflite/TensorView.h [deleted file]
include/support/tflite/interp/Builder.h [deleted file]
include/support/tflite/interp/FlatBufferBuilder.h [deleted file]
include/support/tflite/interp/FunctionBuilder.h [deleted file]
include/support/tflite/kernels/CustomOps.h [deleted file]
include/support/tflite/kernels/RSQRT.h [deleted file]
include/support/tflite/kernels/SquaredDifference.h [deleted file]
include/support/tflite/kernels/TensorFlowMax.h [deleted file]
include/support/tflite/kernels/register.h [deleted file]
include/support/tflite/nnapi_delegate.h [deleted file]
include/util/EnvVar.h [deleted file]
include/util/benchmark.h [deleted file]
include/util/environment.h [deleted file]
include/util/feature/Index.h [deleted file]
include/util/feature/IndexIterator.h [deleted file]
include/util/feature/Object.h [deleted file]
include/util/feature/Reader.h [deleted file]
include/util/feature/Shape.h [deleted file]
include/util/feature/TextFormatter.h [deleted file]
include/util/fp32.h [deleted file]
include/util/kernel/IndexIterator.h [deleted file]
include/util/kernel/RandomObject.h [deleted file]
include/util/kernel/Reader.h [deleted file]
include/util/kernel/Shape.h [deleted file]
include/util/matrix/IndexIterator.h [deleted file]
include/util/matrix/Reader.h [deleted file]
include/util/matrix/Shape.h [deleted file]
include/util/profiling/profile_buffer.h [deleted file]
include/util/profiling/profiler.h [deleted file]
include/util/profiling/profiling.h [deleted file]
include/util/profiling/time.h [deleted file]
include/util/tensor/Comparator.h [deleted file]
include/util/tensor/Diff.h [deleted file]
include/util/tensor/Index.h [deleted file]
include/util/tensor/IndexEnumerator.h [deleted file]
include/util/tensor/IndexFormatter.h [deleted file]
include/util/tensor/IndexIterator.h [deleted file]
include/util/tensor/NonIncreasingStride.h [deleted file]
include/util/tensor/Object.h [deleted file]
include/util/tensor/Reader.h [deleted file]
include/util/tensor/Shape.h [deleted file]
include/util/tensor/Zipper.h [deleted file]
include/util/vector.h [deleted file]
include/util/vector/Object.h [deleted file]
include/util/vector/Reader.h [deleted file]
libs/ARMComputeEx/arm_compute/core/CL/CLKernelLibraryEx.h
libs/ARMComputeEx/arm_compute/core/CL/OpenCLEx.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLActivationLayerExKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLArgMinMaxKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLArithmeticSubtractionExKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLBatchToSpaceNDKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLBinaryLogicalOpKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLCastKernel.h
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLComparisonOpKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLDepthToSpaceKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLEmbeddingLookupKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLExpKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherKernel.h
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLHashtableLookupKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLNegKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLNormalizationLayerExKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPReLUKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPadLayerKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPermuteExKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPixelWiseDivisionKernel.h
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReduceMaxKernel.h [deleted file]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReduceOperationKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReductionMeanKernel.h [deleted file]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSpaceToBatchNDKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSpaceToDepthKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSquaredDifferenceKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLStridedSliceExKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLStridedSliceKernel.h [deleted file]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLTopKV2Kernel.h
libs/ARMComputeEx/arm_compute/core/NEON/kernels/NENormalizationLayerExKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/TypesEx.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/UtilsEx.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLActivationLayerEx.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArgMinMax.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArithmeticSubtractionEx.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBinaryLogicalOp.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLComparisonOp.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEmbeddingLookup.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLExp.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLHashtableLookup.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNormalizationLayerEx.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPReLU.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPadLayerEx.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPermuteEx.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPixelWiseDivision.h
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceMax.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceOperation.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToBatchND.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSquaredDifference.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSlice.h [deleted file]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSliceEx.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLTopKV2.h
libs/ARMComputeEx/arm_compute/runtime/NEON/functions/NENormalizationLayerEx.h [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
libs/ARMComputeEx/src/core/CL/OpenCLEx.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/activation_layer_ex.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/arg_operation.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/arithmetic_op_ex.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/arithmetic_op_quantized.cl
libs/ARMComputeEx/src/core/CL/cl_kernels/batch_to_space_nd.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/binary_logical_op.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/cast.cl
libs/ARMComputeEx/src/core/CL/cl_kernels/comparison_op.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/comparison_op_quantized.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/depth_to_space.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/embedding_lookup.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/exp.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/fixed_point.h [deleted file]
libs/ARMComputeEx/src/core/CL/cl_kernels/gather.cl
libs/ARMComputeEx/src/core/CL/cl_kernels/hashtable_lookup.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/helpers.h
libs/ARMComputeEx/src/core/CL/cl_kernels/neg_tensor.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/pad.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/permute_ex.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/pixelwise_div_float.cl
libs/ARMComputeEx/src/core/CL/cl_kernels/pixelwise_div_int.cl
libs/ARMComputeEx/src/core/CL/cl_kernels/pixelwise_mul_quantized.cl
libs/ARMComputeEx/src/core/CL/cl_kernels/prelu.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/prelu_quantized.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/reduce_max.cl [deleted file]
libs/ARMComputeEx/src/core/CL/cl_kernels/reduce_operation.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/reduction_mean.cl [deleted file]
libs/ARMComputeEx/src/core/CL/cl_kernels/space_to_batch.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/space_to_depth.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/squared_difference.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/strided_slice.cl [deleted file]
libs/ARMComputeEx/src/core/CL/cl_kernels/strided_slice_ex.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2.cl
libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2_quicksort.cl
libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2_radixsort.cl
libs/ARMComputeEx/src/core/CL/kernels/CLActivationLayerExKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLArgMinMaxKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLArithmeticSubtractionExKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLBatchToSpaceNDKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLBinaryLogicalOpKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLCastKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLComparisonOpKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLDepthToSpaceKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLEmbeddingLookupKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLExpKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLGatherKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLHashtableLookupKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLNegKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLNormalizationLayerExKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLPReLUKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLPadLayerKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLPermuteExKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLPixelWiseDivisionKernel.cpp
libs/ARMComputeEx/src/core/CL/kernels/CLReduceMaxKernel.cpp [deleted file]
libs/ARMComputeEx/src/core/CL/kernels/CLReduceOperationKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLReductionMeanKernel.cpp [deleted file]
libs/ARMComputeEx/src/core/CL/kernels/CLSpaceToBatchNDKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLSpaceToDepthKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLSquaredDifferenceKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLStridedSliceExKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLStridedSliceKernel.cpp [deleted file]
libs/ARMComputeEx/src/core/CL/kernels/CLTopKV2Kernel.cpp
libs/ARMComputeEx/src/core/NEON/kernels/NENormalizationLayerExKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/UtilsEx.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLActivationLayerEx.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLArgMinMax.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLArithmeticSubtractionEx.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLBatchToSpaceND.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLBinaryLogicalOp.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLCast.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLComparisonOp.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLDepthToSpace.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLEmbeddingLookup.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLExp.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLGather.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLHashtableLookup.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLNeg.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLNormalizationLayerEx.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLPReLU.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLPadLayerEx.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLPermuteEx.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLPixelWiseDivision.cpp
libs/ARMComputeEx/src/runtime/CL/functions/CLReduceMax.cpp [deleted file]
libs/ARMComputeEx/src/runtime/CL/functions/CLReduceOperation.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLReductionMean.cpp [deleted file]
libs/ARMComputeEx/src/runtime/CL/functions/CLSpaceToBatchND.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLSpaceToDepth.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLSquaredDifference.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLStridedSlice.cpp [deleted file]
libs/ARMComputeEx/src/runtime/CL/functions/CLStridedSliceEx.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLTopKV2.cpp
libs/ARMComputeEx/src/runtime/NEON/functions/NENormalizationLayerEx.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/topk_v2.h
libs/CMakeLists.txt
libs/cpp14/CMakeLists.txt [new file with mode: 0644]
libs/cpp14/include/cpp14/memory.h [new file with mode: 0644]
libs/misc/CMakeLists.txt [new file with mode: 0644]
libs/misc/examples/tensor_index_iterator.cpp [new file with mode: 0644]
libs/misc/include/misc/EnvVar.h [new file with mode: 0644]
libs/misc/include/misc/benchmark.h [new file with mode: 0644]
libs/misc/include/misc/environment.h [new file with mode: 0644]
libs/misc/include/misc/feature/Index.h [new file with mode: 0644]
libs/misc/include/misc/feature/IndexIterator.h [new file with mode: 0644]
libs/misc/include/misc/feature/Object.h [new file with mode: 0644]
libs/misc/include/misc/feature/Reader.h [new file with mode: 0644]
libs/misc/include/misc/feature/Shape.h [new file with mode: 0644]
libs/misc/include/misc/feature/TextFormatter.h [new file with mode: 0644]
libs/misc/include/misc/fp32.h [new file with mode: 0644]
libs/misc/include/misc/kernel/IndexIterator.h [new file with mode: 0644]
libs/misc/include/misc/kernel/RandomObject.h [new file with mode: 0644]
libs/misc/include/misc/kernel/Reader.h [new file with mode: 0644]
libs/misc/include/misc/kernel/Shape.h [new file with mode: 0644]
libs/misc/include/misc/matrix/IndexIterator.h [new file with mode: 0644]
libs/misc/include/misc/matrix/Reader.h [new file with mode: 0644]
libs/misc/include/misc/matrix/Shape.h [new file with mode: 0644]
libs/misc/include/misc/tensor/Comparator.h [new file with mode: 0644]
libs/misc/include/misc/tensor/Diff.h [new file with mode: 0644]
libs/misc/include/misc/tensor/Index.h [new file with mode: 0644]
libs/misc/include/misc/tensor/IndexEnumerator.h [new file with mode: 0644]
libs/misc/include/misc/tensor/IndexFormatter.h [new file with mode: 0644]
libs/misc/include/misc/tensor/IndexIterator.h [new file with mode: 0644]
libs/misc/include/misc/tensor/NonIncreasingStride.h [new file with mode: 0644]
libs/misc/include/misc/tensor/Object.h [new file with mode: 0644]
libs/misc/include/misc/tensor/Reader.h [new file with mode: 0644]
libs/misc/include/misc/tensor/Shape.h [new file with mode: 0644]
libs/misc/include/misc/tensor/Zipper.h [new file with mode: 0644]
libs/misc/include/misc/vector.h [new file with mode: 0644]
libs/misc/include/misc/vector/Object.h [new file with mode: 0644]
libs/misc/include/misc/vector/Reader.h [new file with mode: 0644]
libs/misc/src/environment.cpp [new file with mode: 0644]
libs/misc/src/tensor/Comparator.cpp [new file with mode: 0644]
libs/misc/src/tensor/IndexFormatter.cpp [new file with mode: 0644]
libs/misc/src/tensor/NonIncreasingStride.cpp [new file with mode: 0644]
libs/misc/src/tensor/Shape.cpp [new file with mode: 0644]
libs/profiling/CMakeLists.txt [new file with mode: 0644]
libs/profiling/include/profiling/profile_buffer.h [new file with mode: 0644]
libs/profiling/include/profiling/profiler.h [new file with mode: 0644]
libs/profiling/include/profiling/profiling.h [new file with mode: 0644]
libs/profiling/include/profiling/time.h [new file with mode: 0644]
libs/profiling/src/profiling/time.cpp [new file with mode: 0644]
libs/support/CMakeLists.txt [deleted file]
libs/support/nnapi/CMakeLists.txt [deleted file]
libs/support/nnapi/src/Utils.cpp [deleted file]
libs/support/nnapi/src/feature/Utils.cpp [deleted file]
libs/support/tflite/CMakeLists.txt [deleted file]
libs/support/tflite/src/Diff.cpp [deleted file]
libs/support/tflite/src/FeatureView.cpp [deleted file]
libs/support/tflite/src/Quantization.cpp [deleted file]
libs/support/tflite/src/TensorShapeUtils.cpp [deleted file]
libs/support/tflite/src/TensorView.test.cpp [deleted file]
libs/support/tflite/src/interp/FlatBufferBuilder.cpp [deleted file]
libs/support/tflite/src/interp/FunctionBuilder.cpp [deleted file]
libs/support/tflite/src/kernels/RSQRT.cpp [deleted file]
libs/support/tflite/src/kernels/SquaredDifference.cpp [deleted file]
libs/support/tflite/src/kernels/TensorFlowMax.cpp [deleted file]
libs/support/tflite/src/kernels/register.cpp [deleted file]
libs/support/tflite/src/nnapi_delegate.cpp [deleted file]
libs/support/tflite/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc [deleted file]
libs/tflite/CMakeLists.txt [new file with mode: 0644]
libs/tflite/include/tflite/Assert.h [new file with mode: 0644]
libs/tflite/include/tflite/Diff.h [new file with mode: 0644]
libs/tflite/include/tflite/FeatureView.h [new file with mode: 0644]
libs/tflite/include/tflite/InputIndex.h [new file with mode: 0644]
libs/tflite/include/tflite/InterpreterSession.h [new file with mode: 0644]
libs/tflite/include/tflite/NNAPISession.h [new file with mode: 0644]
libs/tflite/include/tflite/OutputIndex.h [new file with mode: 0644]
libs/tflite/include/tflite/Quantization.h [new file with mode: 0644]
libs/tflite/include/tflite/Session.h [new file with mode: 0644]
libs/tflite/include/tflite/TensorLogger.h [new file with mode: 0644]
libs/tflite/include/tflite/TensorShapeUtils.h [new file with mode: 0644]
libs/tflite/include/tflite/TensorUtils.h [new file with mode: 0644]
libs/tflite/include/tflite/TensorView.h [new file with mode: 0644]
libs/tflite/include/tflite/ext/kernels/Abs.h [new file with mode: 0644]
libs/tflite/include/tflite/ext/kernels/CustomOps.h [new file with mode: 0644]
libs/tflite/include/tflite/ext/kernels/SquaredDifference.h [new file with mode: 0644]
libs/tflite/include/tflite/ext/kernels/TensorFlowMax.h [new file with mode: 0644]
libs/tflite/include/tflite/ext/kernels/TensorFlowSum.h [new file with mode: 0644]
libs/tflite/include/tflite/ext/kernels/register.h [new file with mode: 0644]
libs/tflite/include/tflite/ext/nnapi_delegate.h [new file with mode: 0644]
libs/tflite/include/tflite/interp/Builder.h [new file with mode: 0644]
libs/tflite/include/tflite/interp/FlatBufferBuilder.h [new file with mode: 0644]
libs/tflite/include/tflite/interp/FunctionBuilder.h [new file with mode: 0644]
libs/tflite/src/Diff.cpp [new file with mode: 0644]
libs/tflite/src/FeatureView.cpp [new file with mode: 0644]
libs/tflite/src/Quantization.cpp [new file with mode: 0644]
libs/tflite/src/TensorShapeUtils.cpp [new file with mode: 0644]
libs/tflite/src/TensorView.test.cpp [new file with mode: 0644]
libs/tflite/src/ext/kernels/Abs.cpp [new file with mode: 0644]
libs/tflite/src/ext/kernels/SquaredDifference.cpp [new file with mode: 0644]
libs/tflite/src/ext/kernels/TensorFlowMax.cpp [new file with mode: 0644]
libs/tflite/src/ext/kernels/TensorFlowSum.cpp [new file with mode: 0644]
libs/tflite/src/ext/kernels/register.cpp [new file with mode: 0644]
libs/tflite/src/ext/nnapi_delegate.cpp [new file with mode: 0644]
libs/tflite/src/ext/nnapi_delegate_ex_AddOpsAndParams_lambda.inc [new file with mode: 0644]
libs/tflite/src/interp/FlatBufferBuilder.cpp [new file with mode: 0644]
libs/tflite/src/interp/FunctionBuilder.cpp [new file with mode: 0644]
libs/util/CMakeLists.txt [deleted file]
libs/util/examples/tensor_index_iterator.cpp [deleted file]
libs/util/src/environment.cpp [deleted file]
libs/util/src/profiling/time.cc [deleted file]
libs/util/src/tensor/Comparator.cpp [deleted file]
libs/util/src/tensor/IndexFormatter.cpp [deleted file]
libs/util/src/tensor/NonIncreasingStride.cpp [deleted file]
libs/util/src/tensor/Shape.cpp [deleted file]
packaging/nnfw.spec
run
runtimes/CMakeLists.txt
runtimes/neurun/CMakeLists.txt
runtimes/neurun/src/backend/BackendManager.cc
runtimes/neurun/src/backend/BackendManager.h
runtimes/neurun/src/backend/IBackendConfig.h [deleted file]
runtimes/neurun/src/backend/IInitializerGenerator.h [deleted file]
runtimes/neurun/src/backend/IObject.h [deleted file]
runtimes/neurun/src/backend/IStageGenerator.h [deleted file]
runtimes/neurun/src/backend/ITensorBuilder.h [deleted file]
runtimes/neurun/src/backend/acl_cl/BackendConfig.cc [deleted file]
runtimes/neurun/src/backend/acl_cl/BackendConfig.h [deleted file]
runtimes/neurun/src/backend/acl_cl/CMakeLists.txt
runtimes/neurun/src/backend/acl_cl/Config.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/Config.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/Convert.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/Convert.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/InitializerGenerator.cc [deleted file]
runtimes/neurun/src/backend/acl_cl/InitializerGenerator.h [deleted file]
runtimes/neurun/src/backend/acl_cl/PluginClassesAllocator.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/StageGenerator.cc
runtimes/neurun/src/backend/acl_cl/StageGenerator.h
runtimes/neurun/src/backend/acl_cl/Swizzle.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/TensorBuilder.cc
runtimes/neurun/src/backend/acl_cl/TensorBuilder.h
runtimes/neurun/src/backend/acl_cl/feature/View.h [deleted file]
runtimes/neurun/src/backend/acl_cl/kernel/View.h [deleted file]
runtimes/neurun/src/backend/acl_cl/operand/CLSubTensor.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/CLSubTensor.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/CLTensor.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/CLTensor.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/ICLTensor.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/ICLTensor.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/Object.cc
runtimes/neurun/src/backend/acl_cl/operand/Object.h
runtimes/neurun/src/backend/cpu/BackendConfig.cc [deleted file]
runtimes/neurun/src/backend/cpu/BackendConfig.h [deleted file]
runtimes/neurun/src/backend/cpu/CMakeLists.txt
runtimes/neurun/src/backend/cpu/Config.cc [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/Config.h [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/InitializerGenerator.cc [deleted file]
runtimes/neurun/src/backend/cpu/InitializerGenerator.h [deleted file]
runtimes/neurun/src/backend/cpu/MemoryAllocator.cc [deleted file]
runtimes/neurun/src/backend/cpu/MemoryAllocator.h [deleted file]
runtimes/neurun/src/backend/cpu/MemoryPlanner.cc [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/MemoryPlanner.h [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/PluginClassesAllocator.cc [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/StageGenerator.cc
runtimes/neurun/src/backend/cpu/StageGenerator.h
runtimes/neurun/src/backend/cpu/TensorBuilder.cc
runtimes/neurun/src/backend/cpu/TensorBuilder.h
runtimes/neurun/src/backend/cpu/operand/Object.cc
runtimes/neurun/src/backend/cpu/operand/Object.h
runtimes/neurun/src/backend/cpu/operand/Tensor.cc
runtimes/neurun/src/backend/cpu/operand/Tensor.h
runtimes/neurun/src/backend/interface/IConfig.h [new file with mode: 0644]
runtimes/neurun/src/backend/interface/IStageGenerator.h [new file with mode: 0644]
runtimes/neurun/src/backend/interface/ITensorBuilder.h [new file with mode: 0644]
runtimes/neurun/src/backend/interface/operand/IObject.h [new file with mode: 0644]
runtimes/neurun/src/backend/interface/operand/ITensor.h [new file with mode: 0644]
runtimes/neurun/src/codegen/BackendResolver.cc [deleted file]
runtimes/neurun/src/codegen/BackendResolver.h [deleted file]
runtimes/neurun/src/codegen/IPlanBuilder.h [deleted file]
runtimes/neurun/src/codegen/Plan.h [deleted file]
runtimes/neurun/src/codegen/PlanBuilder.cc [deleted file]
runtimes/neurun/src/codegen/PlanBuilder.h [deleted file]
runtimes/neurun/src/codegen/Planner.cc [deleted file]
runtimes/neurun/src/codegen/Planner.h [deleted file]
runtimes/neurun/src/codegen/operand/Context.cc [deleted file]
runtimes/neurun/src/codegen/operand/Context.h [deleted file]
runtimes/neurun/src/codegen/operation/Sequence.cc [deleted file]
runtimes/neurun/src/codegen/operation/Sequence.h [deleted file]
runtimes/neurun/src/compiler/BackendResolver.cc [new file with mode: 0644]
runtimes/neurun/src/compiler/BackendResolver.h [new file with mode: 0644]
runtimes/neurun/src/compiler/Compiler.cc [new file with mode: 0644]
runtimes/neurun/src/compiler/Compiler.h [new file with mode: 0644]
runtimes/neurun/src/compiler/ConstantInitializer.cc [new file with mode: 0644]
runtimes/neurun/src/compiler/ConstantInitializer.h [new file with mode: 0644]
runtimes/neurun/src/compiler/OperationValidator.cc [new file with mode: 0644]
runtimes/neurun/src/compiler/OperationValidator.h [new file with mode: 0644]
runtimes/neurun/src/compiler/Plan.cc [moved from runtimes/neurun/src/codegen/Plan.cc with 100% similarity]
runtimes/neurun/src/compiler/Plan.h [new file with mode: 0644]
runtimes/neurun/src/compiler/PlanBuilder.cc [new file with mode: 0644]
runtimes/neurun/src/compiler/PlanBuilder.h [new file with mode: 0644]
runtimes/neurun/src/compiler/SubTensorAnalyzer.cc [new file with mode: 0644]
runtimes/neurun/src/compiler/SubTensorAnalyzer.h [new file with mode: 0644]
runtimes/neurun/src/compiler/SubTensorInfo.h [new file with mode: 0644]
runtimes/neurun/src/compiler/TensorInfo.h [new file with mode: 0644]
runtimes/neurun/src/compiler/operand/Context.cc [new file with mode: 0644]
runtimes/neurun/src/compiler/operand/Context.h [new file with mode: 0644]
runtimes/neurun/src/compiler/operation/Sequence.cc [new file with mode: 0644]
runtimes/neurun/src/compiler/operation/Sequence.h [new file with mode: 0644]
runtimes/neurun/src/dumper/dot/DotBuilder.cc [new file with mode: 0644]
runtimes/neurun/src/dumper/dot/DotBuilder.h [new file with mode: 0644]
runtimes/neurun/src/dumper/dot/DotDumper.cc [new file with mode: 0644]
runtimes/neurun/src/dumper/dot/DotDumper.h [new file with mode: 0644]
runtimes/neurun/src/dumper/dot/DotNodeInfo.cc [new file with mode: 0644]
runtimes/neurun/src/dumper/dot/DotNodeInfo.h [new file with mode: 0644]
runtimes/neurun/src/dumper/dot/DotOperandInfo.cc [new file with mode: 0644]
runtimes/neurun/src/dumper/dot/DotOperandInfo.h [new file with mode: 0644]
runtimes/neurun/src/dumper/dot/IDotInfo.h [new file with mode: 0644]
runtimes/neurun/src/exec/Sink.h
runtimes/neurun/src/exec/Source.h
runtimes/neurun/src/exec/interface/IFunction.h [new file with mode: 0644]
runtimes/neurun/src/frontend/compilation.cc
runtimes/neurun/src/frontend/execution.cc
runtimes/neurun/src/frontend/memory.cc
runtimes/neurun/src/frontend/model.cc
runtimes/neurun/src/frontend/wrapper/compilation.cc
runtimes/neurun/src/frontend/wrapper/compilation.h
runtimes/neurun/src/frontend/wrapper/execution.h
runtimes/neurun/src/frontend/wrapper/model.cc
runtimes/neurun/src/frontend/wrapper/model.h
runtimes/neurun/src/graph/Graph.cc
runtimes/neurun/src/graph/Graph.h
runtimes/neurun/src/graph/Index.h
runtimes/neurun/src/graph/Model.h [new file with mode: 0644]
runtimes/neurun/src/graph/dumper/Dumper.cc
runtimes/neurun/src/graph/dumper/Dumper.h
runtimes/neurun/src/graph/operand/BackendSet.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operand/BackendSet.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Data.h [deleted file]
runtimes/neurun/src/graph/operand/DataType.h [deleted file]
runtimes/neurun/src/graph/operand/Index.h [deleted file]
runtimes/neurun/src/graph/operand/IndexSet.cc [deleted file]
runtimes/neurun/src/graph/operand/IndexSet.h [deleted file]
runtimes/neurun/src/graph/operand/LowerInfo.h
runtimes/neurun/src/graph/operand/Object.cc [deleted file]
runtimes/neurun/src/graph/operand/Object.h [deleted file]
runtimes/neurun/src/graph/operand/ParentInfo.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Set.cc [deleted file]
runtimes/neurun/src/graph/operand/Set.h [deleted file]
runtimes/neurun/src/graph/operand/Shape.cc [deleted file]
runtimes/neurun/src/graph/operand/Shape.h [deleted file]
runtimes/neurun/src/graph/operand/Shape4DConvert.h
runtimes/neurun/src/graph/operand/TypeInfo.cc [deleted file]
runtimes/neurun/src/graph/operand/TypeInfo.h [deleted file]
runtimes/neurun/src/graph/operation/AvgPool2D.cc [deleted file]
runtimes/neurun/src/graph/operation/AvgPool2D.h [deleted file]
runtimes/neurun/src/graph/operation/Concat.cc [deleted file]
runtimes/neurun/src/graph/operation/Concat.h [deleted file]
runtimes/neurun/src/graph/operation/Conv2D.cc [deleted file]
runtimes/neurun/src/graph/operation/Conv2D.h [deleted file]
runtimes/neurun/src/graph/operation/FullyConnected.cc [deleted file]
runtimes/neurun/src/graph/operation/FullyConnected.h [deleted file]
runtimes/neurun/src/graph/operation/Index.h [deleted file]
runtimes/neurun/src/graph/operation/IndexList.cc [deleted file]
runtimes/neurun/src/graph/operation/IndexList.h [deleted file]
runtimes/neurun/src/graph/operation/LowerInfo.cc
runtimes/neurun/src/graph/operation/LowerInfo.h
runtimes/neurun/src/graph/operation/MaxPool2D.cc [deleted file]
runtimes/neurun/src/graph/operation/MaxPool2D.h [deleted file]
runtimes/neurun/src/graph/operation/NOP.cc [deleted file]
runtimes/neurun/src/graph/operation/NOP.h [deleted file]
runtimes/neurun/src/graph/operation/Node.cc [deleted file]
runtimes/neurun/src/graph/operation/Node.h [deleted file]
runtimes/neurun/src/graph/operation/NodeVisitor.h [deleted file]
runtimes/neurun/src/graph/operation/Op.lst [deleted file]
runtimes/neurun/src/graph/operation/Permute.cc [deleted file]
runtimes/neurun/src/graph/operation/Permute.h [deleted file]
runtimes/neurun/src/graph/operation/Reshape.cc [deleted file]
runtimes/neurun/src/graph/operation/Reshape.h [deleted file]
runtimes/neurun/src/graph/operation/Set.cc [deleted file]
runtimes/neurun/src/graph/operation/Set.h [deleted file]
runtimes/neurun/src/graph/operation/Softmax.cc [deleted file]
runtimes/neurun/src/graph/operation/Softmax.h [deleted file]
runtimes/neurun/src/graph/pass/OperandPass.cc [new file with mode: 0644]
runtimes/neurun/src/graph/pass/OperandPass.h [new file with mode: 0644]
runtimes/neurun/src/graph/pass/OperationPass.cc [new file with mode: 0644]
runtimes/neurun/src/graph/pass/OperationPass.h [new file with mode: 0644]
runtimes/neurun/src/graph/pass/Pass.cc [new file with mode: 0644]
runtimes/neurun/src/graph/pass/Pass.h [new file with mode: 0644]
runtimes/neurun/src/graph/pass/PermutationEliminationPass.cc [new file with mode: 0644]
runtimes/neurun/src/graph/pass/PermutationEliminationPass.h [new file with mode: 0644]
runtimes/neurun/src/graph/pass/PermutationInsertionPass.cc [new file with mode: 0644]
runtimes/neurun/src/graph/pass/PermutationInsertionPass.h [new file with mode: 0644]
runtimes/neurun/src/graph/verifier/IVerifier.cc [deleted file]
runtimes/neurun/src/graph/verifier/IVerifier.h [deleted file]
runtimes/neurun/src/graph/verifier/Verifier.cc [new file with mode: 0644]
runtimes/neurun/src/graph/verifier/Verifier.h [new file with mode: 0644]
runtimes/neurun/src/internal/Convert.cc [deleted file]
runtimes/neurun/src/internal/Convert.h [deleted file]
runtimes/neurun/src/internal/Padding.cc [deleted file]
runtimes/neurun/src/internal/Padding.h [deleted file]
runtimes/neurun/src/internal/nnapi/feature/Reader.h [deleted file]
runtimes/neurun/src/internal/nnapi/feature/Utils.h [deleted file]
runtimes/neurun/src/internal/nnapi/feature/View.h [deleted file]
runtimes/neurun/src/internal/nnapi/kernel/Reader.h [deleted file]
runtimes/neurun/src/internal/nnapi/kernel/View.h [deleted file]
runtimes/neurun/src/kernel/acl_cl/CLFunction.h [new file with mode: 0644]
runtimes/neurun/src/kernel/acl_cl/CMakeLists.txt
runtimes/neurun/src/kernel/acl_cl/ConcatLayer.cc
runtimes/neurun/src/kernel/acl_cl/ConcatLayer.h
runtimes/neurun/src/kernel/acl_cl/TensorConvertFromCommonLayer.cc [deleted file]
runtimes/neurun/src/kernel/acl_cl/TensorConvertFromCommonLayer.h [deleted file]
runtimes/neurun/src/kernel/acl_cl/TensorConvertToCommonLayer.cc [deleted file]
runtimes/neurun/src/kernel/acl_cl/TensorConvertToCommonLayer.h [deleted file]
runtimes/neurun/src/kernel/cpu/AvgPoolLayer.cc
runtimes/neurun/src/kernel/cpu/AvgPoolLayer.h
runtimes/neurun/src/kernel/cpu/CMakeLists.txt
runtimes/neurun/src/kernel/cpu/ConcatLayer.cc
runtimes/neurun/src/kernel/cpu/ConcatLayer.h
runtimes/neurun/src/kernel/cpu/ConvolutionLayer.cc
runtimes/neurun/src/kernel/cpu/ConvolutionLayer.h
runtimes/neurun/src/kernel/cpu/FullyConnectedLayer.cc
runtimes/neurun/src/kernel/cpu/FullyConnectedLayer.h
runtimes/neurun/src/kernel/cpu/MaxPoolLayer.cc
runtimes/neurun/src/kernel/cpu/MaxPoolLayer.h
runtimes/neurun/src/kernel/cpu/OperationUtils.cc
runtimes/neurun/src/kernel/cpu/OperationUtils.h
runtimes/neurun/src/kernel/cpu/PermuteLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/PermuteLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/ReshapeLayer.h
runtimes/neurun/src/kernel/cpu/SoftMaxLayer.cc
runtimes/neurun/src/kernel/cpu/SoftMaxLayer.h
runtimes/neurun/src/kernel/cpu/TensorConvertFromCommonLayer.cc [deleted file]
runtimes/neurun/src/kernel/cpu/TensorConvertFromCommonLayer.h [deleted file]
runtimes/neurun/src/kernel/cpu/TensorConvertToCommonLayer.cc [deleted file]
runtimes/neurun/src/kernel/cpu/TensorConvertToCommonLayer.h [deleted file]
runtimes/neurun/src/linear/Linear.cc
runtimes/neurun/src/linear/Linear.h
runtimes/neurun/src/logging.h [deleted file]
runtimes/neurun/src/model/operand/Data.h [new file with mode: 0644]
runtimes/neurun/src/model/operand/DataType.h [new file with mode: 0644]
runtimes/neurun/src/model/operand/Index.h [new file with mode: 0644]
runtimes/neurun/src/model/operand/IndexSet.cc [new file with mode: 0644]
runtimes/neurun/src/model/operand/IndexSet.h [new file with mode: 0644]
runtimes/neurun/src/model/operand/Object.cc [new file with mode: 0644]
runtimes/neurun/src/model/operand/Object.h [new file with mode: 0644]
runtimes/neurun/src/model/operand/Set.cc [new file with mode: 0644]
runtimes/neurun/src/model/operand/Set.h [new file with mode: 0644]
runtimes/neurun/src/model/operand/Shape.cc [new file with mode: 0644]
runtimes/neurun/src/model/operand/Shape.h [new file with mode: 0644]
runtimes/neurun/src/model/operand/TypeInfo.cc [new file with mode: 0644]
runtimes/neurun/src/model/operand/TypeInfo.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/AddNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/AddNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/AvgPool2DNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/AvgPool2DNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/ConcatNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/ConcatNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/Conv2DNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/Conv2DNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/FullyConnectedNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/FullyConnectedNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/Index.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/IndexList.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/IndexList.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/MaxPool2DNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/MaxPool2DNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/Node.Include.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/Node.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/Node.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/NodeVisitor.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/Op.lst [new file with mode: 0644]
runtimes/neurun/src/model/operation/OperandConstraint.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/OperandConstraint.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/PermuteNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/PermuteNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/ReshapeNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/ReshapeNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/Set.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/Set.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/SoftmaxNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/SoftmaxNode.h [new file with mode: 0644]
runtimes/neurun/src/util/Padding.cc [new file with mode: 0644]
runtimes/neurun/src/util/Padding.h [new file with mode: 0644]
runtimes/neurun/src/util/Utils.cc [new file with mode: 0644]
runtimes/neurun/src/util/Utils.h [new file with mode: 0644]
runtimes/neurun/src/util/config/Config.lst [new file with mode: 0644]
runtimes/neurun/src/util/config/ConfigManager.cc [new file with mode: 0644]
runtimes/neurun/src/util/config/ConfigManager.h [new file with mode: 0644]
runtimes/neurun/src/util/feature/Coordinate4D.h [new file with mode: 0644]
runtimes/neurun/src/util/feature/nchw/View.h [new file with mode: 0644]
runtimes/neurun/src/util/feature/nhwc/Reader.h [new file with mode: 0644]
runtimes/neurun/src/util/feature/nhwc/Utils.h [new file with mode: 0644]
runtimes/neurun/src/util/feature/nhwc/View.h [new file with mode: 0644]
runtimes/neurun/src/util/logging.h [new file with mode: 0644]
runtimes/neurun/test/backend/cpu/MemoryPlanner.cc [new file with mode: 0644]
runtimes/neurun/test/graph/Graph.cc
runtimes/neurun/test/graph/MockNode.h [new file with mode: 0644]
runtimes/neurun/test/graph/operand/IndexSet.cc
runtimes/neurun/test/graph/operand/LayoutSet.cc
runtimes/neurun/test/graph/operand/Set.cc
runtimes/neurun/test/graph/operand/UseDef.cc
runtimes/neurun/test/graph/operation/Insert.cc [deleted file]
runtimes/neurun/test/graph/operation/MockNode.h [deleted file]
runtimes/neurun/test/graph/operation/Set.cc
runtimes/neurun/test/graph/operation/SetIO.cc
runtimes/neurun/test/graph/verifier/Verifier.cc
runtimes/pure_arm_compute/CMakeLists.txt
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/compilation.h
runtimes/pure_arm_compute/src/event.h
runtimes/pure_arm_compute/src/execution.cc
runtimes/pure_arm_compute/src/execution.h
runtimes/pure_arm_compute/src/internal/FeatureSink.h
runtimes/pure_arm_compute/src/internal/FeatureSource.h
runtimes/pure_arm_compute/src/internal/IExecutionBuilder.h
runtimes/pure_arm_compute/src/internal/MatrixSink.h
runtimes/pure_arm_compute/src/internal/MatrixSource.h
runtimes/pure_arm_compute/src/internal/Model.cc
runtimes/pure_arm_compute/src/internal/Model.h
runtimes/pure_arm_compute/src/internal/Sink.h
runtimes/pure_arm_compute/src/internal/Sinks.h
runtimes/pure_arm_compute/src/internal/Source.h
runtimes/pure_arm_compute/src/internal/Swizzle.h
runtimes/pure_arm_compute/src/internal/Tensor3DSink.h
runtimes/pure_arm_compute/src/internal/Tensor3DSource.h
runtimes/pure_arm_compute/src/internal/TensorSource.h
runtimes/pure_arm_compute/src/internal/VectorSink.h
runtimes/pure_arm_compute/src/internal/VectorSource.h
runtimes/pure_arm_compute/src/internal/arm_compute.h
runtimes/pure_arm_compute/src/internal/arm_compute/Cast.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h
runtimes/pure_arm_compute/src/internal/arm_compute/feature/View.h
runtimes/pure_arm_compute/src/internal/arm_compute/kernel/View.h
runtimes/pure_arm_compute/src/internal/arm_compute/matrix/View.h
runtimes/pure_arm_compute/src/internal/arm_compute/tensor/View.h
runtimes/pure_arm_compute/src/internal/layers/FeatureLoggingLayer.h
runtimes/pure_arm_compute/src/internal/layers/GenericFullyConnectedLayer.cc
runtimes/pure_arm_compute/src/internal/layers/GenericFullyConnectedLayer.h
runtimes/pure_arm_compute/src/internal/layers/GenericReshapeLayer.cc
runtimes/pure_arm_compute/src/internal/layers/GenericReshapeLayer.h
runtimes/pure_arm_compute/src/internal/layers/PadLayer.cc [deleted file]
runtimes/pure_arm_compute/src/internal/layers/PadLayer.h [deleted file]
runtimes/pure_arm_compute/src/internal/layers/SimpleArgMinMax.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleArgMinMax.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleArithmeticAddition.h
runtimes/pure_arm_compute/src/internal/layers/SimpleBatchToSpaceNd.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleBatchToSpaceNd.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleCastLayer.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleCastLayer.h
runtimes/pure_arm_compute/src/internal/layers/SimpleDepthToSpace.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleDepthToSpace.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleEmbeddingLookup.cc
runtimes/pure_arm_compute/src/internal/layers/SimpleEmbeddingLookup.h
runtimes/pure_arm_compute/src/internal/layers/SimpleHashtableLookupLayer.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleHashtableLookupLayer.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleNeg.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleNeg.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimplePackLayer.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimplePackLayer.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimplePadLayer.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimplePadLayer.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleSQRT.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleSQRT.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleSpaceToBatchND.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleSpaceToBatchND.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleSpaceToDepth.cc
runtimes/pure_arm_compute/src/internal/layers/SimpleSpaceToDepth.h
runtimes/pure_arm_compute/src/internal/layers/SimpleTransposeConv.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleTransposeConv.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SquaredDifferenceOperation.cc [deleted file]
runtimes/pure_arm_compute/src/internal/layers/SquaredDifferenceOperation.h [deleted file]
runtimes/pure_arm_compute/src/internal/nnapi/feature/Reader.h
runtimes/pure_arm_compute/src/internal/nnapi/feature/Utils.h
runtimes/pure_arm_compute/src/internal/nnapi/feature/View.h
runtimes/pure_arm_compute/src/internal/nnapi/kernel/Reader.h
runtimes/pure_arm_compute/src/internal/nnapi/matrix/Reader.h
runtimes/pure_arm_compute/src/internal/nnapi/tensor/ConstView.h
runtimes/pure_arm_compute/src/internal/nnapi/tensor/Reader.h
runtimes/pure_arm_compute/src/internal/nnapi/tensor/View.h
runtimes/pure_arm_compute/src/internal/op/Abs.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Abs.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Add.h
runtimes/pure_arm_compute/src/internal/op/ArgMax.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ArgMax.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/AvgPool2D.h
runtimes/pure_arm_compute/src/internal/op/BatchToSpaceNd.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/BatchToSpaceNd.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Cast.h
runtimes/pure_arm_compute/src/internal/op/Concat.h
runtimes/pure_arm_compute/src/internal/op/Conv2D.h
runtimes/pure_arm_compute/src/internal/op/DepthToSpace.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/DepthToSpace.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h
runtimes/pure_arm_compute/src/internal/op/Dequantize.h
runtimes/pure_arm_compute/src/internal/op/Div.h
runtimes/pure_arm_compute/src/internal/op/EmbeddingLookup.h
runtimes/pure_arm_compute/src/internal/op/Equal.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Equal.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Exp.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Exp.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Floor.h
runtimes/pure_arm_compute/src/internal/op/FullyConnected.h
runtimes/pure_arm_compute/src/internal/op/Gather.h
runtimes/pure_arm_compute/src/internal/op/HashtableLookup.cc
runtimes/pure_arm_compute/src/internal/op/HashtableLookup.h
runtimes/pure_arm_compute/src/internal/op/L2Normalization.cc
runtimes/pure_arm_compute/src/internal/op/L2Normalization.h
runtimes/pure_arm_compute/src/internal/op/L2Pool2D.cc
runtimes/pure_arm_compute/src/internal/op/L2Pool2D.h
runtimes/pure_arm_compute/src/internal/op/LocalResponseNormalization.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/LocalResponseNormalization.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/LogicalAnd.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/LogicalAnd.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/LogicalNot.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/LogicalNot.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/LogicalOr.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/LogicalOr.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Logistic.h
runtimes/pure_arm_compute/src/internal/op/Lstm.h
runtimes/pure_arm_compute/src/internal/op/MaxPool2D.h
runtimes/pure_arm_compute/src/internal/op/Mean.h
runtimes/pure_arm_compute/src/internal/op/Mul.h
runtimes/pure_arm_compute/src/internal/op/Neg.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Neg.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Node.h
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/internal/op/NotEqual.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NotEqual.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/PReLU.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/PReLU.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Pack.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Pack.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Pad.cc
runtimes/pure_arm_compute/src/internal/op/Pad.h
runtimes/pure_arm_compute/src/internal/op/RSQRT.h
runtimes/pure_arm_compute/src/internal/op/ReLU.h
runtimes/pure_arm_compute/src/internal/op/ReLU1.h
runtimes/pure_arm_compute/src/internal/op/ReLU6.h
runtimes/pure_arm_compute/src/internal/op/ReduceMax.h
runtimes/pure_arm_compute/src/internal/op/ReduceMin.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReduceMin.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReduceSum.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReduceSum.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Reshape.h
runtimes/pure_arm_compute/src/internal/op/ResizeBilinear.h
runtimes/pure_arm_compute/src/internal/op/Rnn.h
runtimes/pure_arm_compute/src/internal/op/SQRT.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/SQRT.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Softmax.h
runtimes/pure_arm_compute/src/internal/op/SpaceToBatchND.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/SpaceToBatchND.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/SpaceToDepth.h
runtimes/pure_arm_compute/src/internal/op/Split.h
runtimes/pure_arm_compute/src/internal/op/SquaredDifference.cc
runtimes/pure_arm_compute/src/internal/op/SquaredDifference.h
runtimes/pure_arm_compute/src/internal/op/Squeeze.h
runtimes/pure_arm_compute/src/internal/op/StridedSlice.h
runtimes/pure_arm_compute/src/internal/op/Sub.h
runtimes/pure_arm_compute/src/internal/op/Tanh.h
runtimes/pure_arm_compute/src/internal/op/TopKV2.h
runtimes/pure_arm_compute/src/internal/op/Transpose.h
runtimes/pure_arm_compute/src/internal/op/TransposeConv.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/TransposeConv.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Unpack.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Unpack.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/logging.h
runtimes/pure_arm_compute/src/memory.cc
runtimes/pure_arm_compute/src/memory.h
runtimes/pure_arm_compute/src/model.cc
runtimes/pure_arm_compute/src/model.h
runtimes/template/CMakeLists.txt [deleted file]
runtimes/template/src/compilation.cc [deleted file]
runtimes/template/src/compilation.h [deleted file]
runtimes/template/src/event.cc [deleted file]
runtimes/template/src/event.h [deleted file]
runtimes/template/src/execution.cc [deleted file]
runtimes/template/src/execution.h [deleted file]
runtimes/template/src/memory.cc [deleted file]
runtimes/template/src/memory.h [deleted file]
runtimes/template/src/model.cc [deleted file]
runtimes/template/src/model.h [deleted file]
runtimes/tests/CMakeLists.txt [deleted file]
runtimes/tests/include/NeuralNetworksWrapper.h [deleted file]
runtimes/tests/neural_networks_test/CMakeLists.txt [deleted file]
runtimes/tests/neural_networks_test/TestValidation.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/all_generated_tests.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/add.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/add_broadcast_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/add_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/avg_pool_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/avg_pool_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/avg_pool_float_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/avg_pool_float_4.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/avg_pool_float_5.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/avg_pool_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/avg_pool_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/avg_pool_quant8_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/avg_pool_quant8_4.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/avg_pool_quant8_5.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/batch_to_space.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/batch_to_space_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/batch_to_space_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/cast_ex_float32_to_int32.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/cast_ex_int32_to_float32.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/concat_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/concat_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/concat_float_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/concat_float_4D_axis3_1_nnfw.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/concat_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/concat_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/concat_quant8_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_1_h3_w2_SAME.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_1_h3_w2_VALID.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_3_h3_w2_SAME.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_3_h3_w2_VALID.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_float_channels.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_float_channels_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_float_large.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_float_large_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_float_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_quant8_channels.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_quant8_channels_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_quant8_large.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_quant8_large_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_quant8_overflow.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_quant8_overflow_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/conv_quant8_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depth_to_space_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depth_to_space_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depth_to_space_float_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depth_to_space_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depth_to_space_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_large.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_large_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_large_2_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_large_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_quant8_large.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_quant8_large_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_quant8_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/dequantize.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/div.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/div_.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/div_broadcast_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/embedding_lookup.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/embedding_lookup_2d_nnfw.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/embedding_lookup_4d_nnfw.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/floor.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/floor_.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_1_nnfw.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_4d_simple.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_large.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_large_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_quant8_large.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_quant8_large_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_quant8_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/gather_1D_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/gather_1D_int32.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/gather_1D_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/gather_2D_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/gather_2D_int32.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/gather_2D_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/hashtable_lookup_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/hashtable_lookup_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/l2_normalization.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/l2_normalization_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/l2_normalization_large.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/l2_pool_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/l2_pool_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/l2_pool_float_large.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/local_response_norm_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/local_response_norm_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/local_response_norm_float_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/local_response_norm_float_4.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/logistic_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/logistic_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/logistic_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/logistic_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lsh_projection.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lsh_projection_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lsh_projection_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lstm.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lstm2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lstm2_state.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lstm2_state2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lstm3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lstm3_state.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lstm3_state2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lstm3_state3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lstm_state.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/lstm_state2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/max_pool_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/max_pool_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/max_pool_float_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/max_pool_float_4.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/max_pool_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/max_pool_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/max_pool_quant8_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/max_pool_quant8_4.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mean.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mean_axis01_1_nnfw.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mean_axis01_2_nnfw.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mean_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mean_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mean_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mean_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mobilenet_224_gender_basic_fixed.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mobilenet_quantized.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mul.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mul_broadcast_3D_1D_1_nnfw.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mul_broadcast_3D_1D_2_nnfw.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mul_broadcast_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mul_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/mul_relu.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/pad.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/pad_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu1_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu1_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu1_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu1_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu6_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu6_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu6_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu6_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/relu_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/reshape.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/reshape_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/reshape_quant8_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/reshape_weights_as_inputs.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/resize_bilinear.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/resize_bilinear_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/rnn.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/rnn_state.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/softmax_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/softmax_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/softmax_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/softmax_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_float_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_quant8_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_depth_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_depth_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_depth_float_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_depth_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/space_to_depth_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/squeeze.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/squeeze_2D_float_1_nnfw.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/squeeze_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/squeeze_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_10.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_4.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_5.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_6.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_7.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_9.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_10.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_11.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_4.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_5.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_6.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_7.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_9.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_qaunt8_10.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_qaunt8_11.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_3.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_4.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_5.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_6.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_7.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_9.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/sub.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/sub_broadcast_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/svdf.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/svdf2.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/svdf_state.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/tanh.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/tanh_.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/tensorflowmax_ex_2D_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/tensorflowmax_ex_2D_int32.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_1D_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_1D_int32.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_1D_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_2D_float.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_2D_int32.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_2D_quant8.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/transpose.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/transpose_float_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/examples/transpose_quant8_1.example.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/add.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/add_broadcast_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/add_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/avg_pool_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/avg_pool_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/avg_pool_float_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/avg_pool_float_4.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/avg_pool_float_5.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/avg_pool_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/avg_pool_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/avg_pool_quant8_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/avg_pool_quant8_4.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/avg_pool_quant8_5.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/batch_to_space.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/batch_to_space_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/batch_to_space_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/cast_ex_float32_to_int32.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/cast_ex_int32_to_float32.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/concat_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/concat_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/concat_float_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/concat_float_4D_axis3_1_nnfw.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/concat_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/concat_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/concat_quant8_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_1_h3_w2_SAME.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_1_h3_w2_VALID.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_3_h3_w2_SAME.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_3_h3_w2_VALID.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_float_channels.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_float_channels_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_float_large.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_float_large_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_float_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_quant8_channels.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_quant8_channels_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_quant8_large.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_quant8_large_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_quant8_overflow.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_quant8_overflow_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/conv_quant8_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depth_to_space_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depth_to_space_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depth_to_space_float_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depth_to_space_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depth_to_space_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_float_large.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_float_large_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_float_large_2_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_float_large_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_float_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_quant8_large.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_quant8_large_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_quant8_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/dequantize.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/div.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/div_.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/div_broadcast_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/embedding_lookup.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/embedding_lookup_2d_nnfw.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/embedding_lookup_4d_nnfw.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/floor.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/floor_.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_1_nnfw.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_4d_simple.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_large.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_large_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_quant8_large.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_quant8_large_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/fully_connected_quant8_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/gather_1D_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/gather_1D_int32.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/gather_1D_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/gather_2D_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/gather_2D_int32.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/gather_2D_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/hashtable_lookup_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/hashtable_lookup_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/l2_normalization.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/l2_normalization_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/l2_normalization_large.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/l2_pool_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/l2_pool_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/l2_pool_float_large.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/local_response_norm_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/local_response_norm_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/local_response_norm_float_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/local_response_norm_float_4.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/logistic_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/logistic_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/logistic_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/logistic_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lsh_projection.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lsh_projection_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lsh_projection_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lstm.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lstm2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lstm2_state.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lstm2_state2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lstm3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lstm3_state.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lstm3_state2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lstm3_state3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lstm_state.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/lstm_state2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/max_pool_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/max_pool_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/max_pool_float_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/max_pool_float_4.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/max_pool_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/max_pool_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/max_pool_quant8_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/max_pool_quant8_4.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mean.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mean_axis01_1_nnfw.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mean_axis01_2_nnfw.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mean_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mean_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mean_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mean_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mobilenet_224_gender_basic_fixed.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mobilenet_quantized.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mul.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mul_broadcast_3D_1D_1_nnfw.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mul_broadcast_3D_1D_2_nnfw.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mul_broadcast_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mul_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/mul_relu.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/pad.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/pad_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu1_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu1_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu1_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu1_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu6_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu6_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu6_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu6_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/relu_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/reshape.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/reshape_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/reshape_quant8_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/reshape_weights_as_inputs.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/resize_bilinear.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/resize_bilinear_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/rnn.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/rnn_state.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/softmax_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/softmax_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/softmax_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/softmax_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_batch.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_float_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_quant8_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_depth_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_depth_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_depth_float_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_depth_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/space_to_depth_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/squeeze.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/squeeze_2D_float_1_nnfw.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/squeeze_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/squeeze_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_10.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_4.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_5.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_6.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_7.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_9.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_10.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_11.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_4.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_5.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_6.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_7.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_9.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_qaunt8_10.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_qaunt8_11.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_3.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_4.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_5.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_6.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_7.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_9.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/sub.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/sub_broadcast_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/svdf.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/svdf2.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/svdf_state.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/tanh.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/tanh_.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/tensorflowmax_ex_2D_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/tensorflowmax_ex_2D_int32.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/topk_v2_1D_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/topk_v2_1D_int32.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/topk_v2_1D_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/topk_v2_2D_float.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/topk_v2_2D_int32.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/topk_v2_2D_quant8.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/transpose.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/transpose_float_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/generated/models/transpose_quant8_1.model.cpp [deleted file]
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-linux [deleted file]
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-linux.neurun [deleted file]
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-tizen [deleted file]
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.x86_64-linux [deleted file]
runtimes/tests/neural_networks_test/specs/Ex/gather_1D_float.mod.py [deleted file]
runtimes/tests/neural_networks_test/specs/Ex/gather_1D_int32.mod.py [deleted file]
runtimes/tests/neural_networks_test/specs/Ex/gather_1D_quant8.mod.py [deleted file]
runtimes/tests/neural_networks_test/specs/Ex/gather_2D_float.mod.py [deleted file]
runtimes/tests/neural_networks_test/specs/Ex/gather_2D_int32.mod.py [deleted file]
runtimes/tests/neural_networks_test/specs/Ex/gather_2D_quant8.mod.py [deleted file]
runtimes/tests/neural_networks_test/specs/generate_test.sh [deleted file]
scripts/command/build
scripts/command/build-acl [new file with mode: 0644]
scripts/command/build-docker [new file with mode: 0644]
scripts/command/common.sh [deleted file]
scripts/command/configure [new file with mode: 0644]
scripts/command/docker-run
scripts/command/docker-run-user [new file with mode: 0644]
scripts/command/docker-shell [changed mode: 0755->0644]
scripts/command/docker_build.sh [deleted file]
scripts/command/docker_build_cross_arm_neurun.sh [deleted file]
scripts/command/docker_build_cross_arm_ubuntu.sh
scripts/command/docker_build_cross_arm_ubuntu_without_aclbuild.sh [deleted file]
scripts/command/docker_build_tizen_cross.sh
scripts/command/docker_build_ubuntu_coverity.sh [deleted file]
scripts/command/docker_build_ubuntu_svace.sh [deleted file]
scripts/command/docker_coverage_report.sh
scripts/command/docker_cross_test_coverage_build.sh
scripts/command/docker_gbs_build.sh
scripts/command/docker_run_test.sh
scripts/command/format-checker.sh
scripts/command/gen_coverage_report.sh
scripts/command/imported_url.txt [deleted file]
scripts/command/install [new file with mode: 0644]
scripts/command/run_coverity.sh [deleted file]
scripts/command/tizen_xu4_test.sh
scripts/config/build.configuration [new file with mode: 0644]
scripts/config/docker.configuration [new file with mode: 0644]
scripts/config/gbs.conf [moved from scripts/command/gbs.conf with 100% similarity]
scripts/config/image_name.configuration [new file with mode: 0644]
scripts/docker/Dockerfile
scripts/docker_helper [deleted file]
tests/.FORMATCHECKED [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/framework/tests/custom/tensorflowmax/config.sh
tests/framework/tests/embedding_lookup/config.sh
tests/framework/tests/exp/config.sh [new file with mode: 0644]
tests/framework/tests/l2_normalization/config.sh
tests/framework/tests/l2_pool_2d/config.sh
tests/framework/tests/logistic/config.sh
tests/framework/tests/neg/config.sh [new file with mode: 0644]
tests/framework/tests/rsqrt/config.sh [new file with mode: 0644]
tests/framework/tests/sqrt/config.sh [new file with mode: 0644]
tests/framework/tests/squeeze/config.sh
tests/framework/tests/tanh/config.sh
tests/framework/tests/tranpose/config.sh
tests/nnapi/.FORMATDENY [new file with mode: 0644]
tests/nnapi/CMakeLists.txt [new file with mode: 0644]
tests/nnapi/include/NeuralNetworksWrapper.h [new file with mode: 0644]
tests/nnapi/include/TestHarness.h [moved from runtimes/tests/neural_networks_test/include/TestHarness.h with 100% similarity]
tests/nnapi/nnapi_gtest.skip.armv7l-linux [new file with mode: 0644]
tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun [new file with mode: 0644]
tests/nnapi/nnapi_gtest.skip.armv7l-tizen [new file with mode: 0644]
tests/nnapi/nnapi_gtest.skip.x86_64-linux [new file with mode: 0644]
tests/nnapi/specs/Ex/argmax_ex_float_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/argmax_ex_float_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/argmax_ex_int32.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/argmax_ex_neg_axis_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/argmax_ex_neg_axis_int32.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/argmax_ex_quant8.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/argmax_ex_quant8_neg_axis.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/cast_ex_float32_to_int32.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/cast_ex_float32_to_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/cast_ex_int32_to_float32.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/cast_ex_int32_to_float32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/equal_ex_1D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/equal_ex_4D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/equal_ex_broadcast_4D_2D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/equal_ex_broadcast_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/equal_ex_quant8.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/exp_ex_1D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/exp_ex_2D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/exp_ex_3D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/exp_ex_4D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/gather_ex_1D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/gather_ex_1D_int32.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/gather_ex_1D_quant8.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/gather_ex_2D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/gather_ex_2D_int32.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/gather_ex_2D_quant8.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_and_ex_1D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_and_ex_2D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_and_ex_3D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_and_ex_4D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_and_ex_broadcast.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_and_ex_broadcast_4D_2D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_not_ex_1D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_not_ex_4D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_or_ex_1D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_or_ex_2D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_or_ex_3D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_or_ex_4D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_or_ex_broadcast.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/logical_or_ex_broadcast_4D_2D.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/neg_ex_1D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/neg_ex_2D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/neg_ex_3D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/neg_ex_3D_int.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/neg_ex_4D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/neg_ex_4D_int.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/notequal_ex_broadcast_4D_2D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/notequal_ex_broadcast_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/notequal_ex_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/notequal_ex_quant8.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/pack_ex_3D_float_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/pack_ex_3D_float_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/pack_ex_3D_int_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/pack_ex_3D_int_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/prelu_ex_float_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/prelu_ex_float_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/reduce_min_ex_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/reduce_min_ex_float_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/reduce_min_ex_float_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/reduce_sum_ex_2D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/reduce_sum_ex_4D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/reduce_sum_ex_4D_float_reducing_C.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/reduce_sum_ex_4D_float_reducing_HW.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/rsqrt_ex_1D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/rsqrt_ex_2D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/rsqrt_ex_3D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/rsqrt_ex_4D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_1D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_1D_int32.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_4D_float_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_4D_float_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_4D_float_3.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_4D_int32_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_4D_int32_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_4D_int32_3.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_4D_int32_4.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_4D_int32_5.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/split_ex_4D_quant8.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/sqrt_ex_1D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/sqrt_ex_2D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/sqrt_ex_3D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/sqrt_ex_4D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/squared_difference_ex_1D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/squared_difference_ex_2D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/squared_difference_ex_3D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/squared_difference_ex_4D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/squared_difference_ex_broadcast_4D_2D_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/squared_difference_ex_broadcast_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/tensorflowmax_ex_2D_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/tensorflowmax_ex_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_2D_int32.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/tensorflowmax_ex_2D_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/tensorflowmax_ex_4D_float_reducing_C.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/tensorflowmax_ex_4D_float_reducing_HW.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/tensorflowmax_ex_float.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/tensorflowmax_ex_float_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/tensorflowmax_ex_float_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/tensorflowmax_ex_quant8_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/tensorflowmax_ex_quant8_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/topk_v2_ex_1D_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/topk_v2_1D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_1D_int32.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/topk_v2_1D_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_1D_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/topk_v2_1D_quant8.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_2D_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/topk_v2_2D_float.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_2D_int32.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/topk_v2_2D_int32.mod.py with 100% similarity]
tests/nnapi/specs/Ex/topk_v2_ex_2D_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/Ex/topk_v2_2D_quant8.mod.py with 100% similarity]
tests/nnapi/specs/Ex/transpose_conv_ex_float_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/transpose_conv_ex_float_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/transpose_conv_ex_float_3.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/transpose_conv_ex_int_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/transpose_conv_ex_int_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/transpose_conv_ex_int_3.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/unpack_ex_3D_float_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/unpack_ex_3D_float_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/unpack_ex_3D_int_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/unpack_ex_3D_int_2.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_0/add.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/add.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/add_broadcast_4D_2D_after_nops_float_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_0/add_broadcast_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/add_broadcast_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/add_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/add_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_float_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_float_4.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_float_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_float_5.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_float_5.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_quant8_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_quant8_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_quant8_4.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_quant8_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/avg_pool_quant8_5.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_quant8_5.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/concat_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/concat_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_float_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/concat_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_float_4D_axis3_1_nnfw.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/concat_float_4D_axis3_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/concat_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/concat_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/concat_quant8_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/concat_quant8_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_1_h3_w2_SAME.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_1_h3_w2_SAME.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_1_h3_w2_VALID.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_1_h3_w2_VALID.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_3_h3_w2_SAME.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_3_h3_w2_SAME.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_3_h3_w2_VALID.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_3_h3_w2_VALID.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_channels.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_float_channels.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_channels_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_float_channels_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_large.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_float_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_large_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_float_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_float_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_float_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_channels.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_channels.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_channels_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_channels_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_large.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_large_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_overflow.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_overflow.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_overflow_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_overflow_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/conv_quant8_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depth_to_space_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depth_to_space_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depth_to_space_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depth_to_space_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depth_to_space_float_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depth_to_space_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depth_to_space_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depth_to_space_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depth_to_space_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depth_to_space_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_large.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_large_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_large_2_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large_2_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_large_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_float_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_quant8_large.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_quant8_large_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/depthwise_conv2d_quant8_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/dequantize.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/dequantize.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/embedding_lookup.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/embedding_lookup.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/embedding_lookup_2d_nnfw.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/embedding_lookup_2d_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/embedding_lookup_4d_nnfw.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/embedding_lookup_4d_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/floor_.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/floor_.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_1_nnfw.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_large.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_large_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_float_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_quant8_large.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_quant8_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_quant8_large_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_quant8_large_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/fully_connected_quant8_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_quant8_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/hashtable_lookup_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/hashtable_lookup_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/hashtable_lookup_float_4D_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_0/hashtable_lookup_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/hashtable_lookup_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_normalization.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/l2_normalization.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_normalization_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/l2_normalization_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_normalization_large.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/l2_normalization_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_pool_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/l2_pool_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_pool_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/l2_pool_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/l2_pool_float_large.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/l2_pool_float_large.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/local_response_norm_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/local_response_norm_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/local_response_norm_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/local_response_norm_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/local_response_norm_float_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/local_response_norm_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/local_response_norm_float_4.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/local_response_norm_float_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/logistic_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/logistic_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/logistic_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/logistic_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/logistic_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/logistic_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/logistic_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/logistic_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lsh_projection.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lsh_projection.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lsh_projection_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lsh_projection_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lsh_projection_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lsh_projection_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lstm.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lstm2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm2_state.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lstm2_state.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm2_state2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lstm2_state2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lstm3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm3_state.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lstm3_state.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm3_state2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lstm3_state2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm3_state3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lstm3_state3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm_state.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lstm_state.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/lstm_state2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/lstm_state2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/max_pool_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/max_pool_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_float_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/max_pool_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_float_4.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/max_pool_float_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/max_pool_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/max_pool_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_quant8_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/max_pool_quant8_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/max_pool_quant8_4.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/max_pool_quant8_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mobilenet_224_gender_basic_fixed.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/mobilenet_224_gender_basic_fixed.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mobilenet_quantized.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/mobilenet_quantized.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/mul.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_4D_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_0/mul_broadcast_3D_1D_1_nnfw.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/mul_broadcast_3D_1D_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_broadcast_3D_1D_2_nnfw.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/mul_broadcast_3D_1D_2_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_broadcast_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/mul_broadcast_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/mul_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/mul_relu.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/mul_relu.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu1_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu1_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu1_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu1_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu1_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu1_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu1_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu1_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu6_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu6_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu6_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu6_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu6_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu6_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu6_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu6_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/relu_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/relu_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/reshape.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/reshape.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/reshape_quant8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/reshape_quant8.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/reshape_quant8_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/reshape_quant8_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/reshape_weights_as_inputs.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/reshape_weights_as_inputs.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/resize_bilinear.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/resize_bilinear.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/resize_bilinear_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/resize_bilinear_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/rnn.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/rnn.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/rnn_state.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/rnn_state.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/softmax_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/softmax_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/softmax_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/softmax_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/softmax_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/softmax_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/softmax_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/softmax_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/space_to_depth_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/space_to_depth_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/space_to_depth_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/space_to_depth_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/space_to_depth_float_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/space_to_depth_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/space_to_depth_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/space_to_depth_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/space_to_depth_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/space_to_depth_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/svdf.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/svdf.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/svdf2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/svdf2.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/svdf_state.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/svdf_state.mod.py with 100% similarity]
tests/nnapi/specs/V1_0/tanh_.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_0/tanh_.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/batch_to_space.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/batch_to_space.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/batch_to_space_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/batch_to_space_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/batch_to_space_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/batch_to_space_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/div_.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/div_.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/div_broadcast_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/div_broadcast_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/div_broadcast_float_4D_2D_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/fully_connected_float_4d_simple.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/fully_connected_float_4d_simple.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/mean.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_4D_float_reducing_C_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/mean_4D_float_reducing_HW_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/mean_axis01_1_nnfw.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/mean_axis01_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_axis01_2_nnfw.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/mean_axis01_2_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/mean_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/mean_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/mean_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/mean_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/mean_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/pad.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad_2D_HW_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/pad_3D_HWC_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/pad_BHWC_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/pad_BHW_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/pad_HWD_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/pad_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/pad_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/pad_quant8_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/space_to_batch.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_float_1_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/space_to_batch_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_float_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_quant8_1_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/space_to_batch_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/space_to_batch_quant8_2_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/space_to_batch_quant8_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_quant8_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/squeeze.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/squeeze.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/squeeze_2D_float_1_nnfw.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/squeeze_2D_float_1_nnfw.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/squeeze_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/squeeze_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/squeeze_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/squeeze_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_10.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_10.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_11.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_11.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_4.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_5.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_5.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_6.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_6.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_7.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_7.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_8.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_float_9.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_9.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_qaunt8_10.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_qaunt8_10.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_qaunt8_11.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_qaunt8_11.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_2.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_2.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_3.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_3.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_4.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_4.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_5.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_5.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_6.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_6.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_7.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_7.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_8.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_8.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/strided_slice_quant8_9.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_9.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/sub.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/sub.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/sub_broadcast_4D_2D_float_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/sub_broadcast_float.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/sub_broadcast_float.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/transpose.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/transpose.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/transpose_2D_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/transpose_3D_nnfw.mod.py [new file with mode: 0644]
tests/nnapi/specs/V1_1/transpose_float_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/transpose_float_1.mod.py with 100% similarity]
tests/nnapi/specs/V1_1/transpose_quant8_1.mod.py [moved from runtimes/tests/neural_networks_test/specs/V1_1/transpose_quant8_1.mod.py with 100% similarity]
tests/nnapi/specs/generate_test.sh [new file with mode: 0755]
tests/nnapi/specs/generate_vts_test.sh [moved from runtimes/tests/neural_networks_test/specs/generate_vts_test.sh with 100% similarity]
tests/nnapi/specs/slicing.sh [moved from runtimes/tests/neural_networks_test/specs/slicing.sh with 100% similarity]
tests/nnapi/src/TestGenerated.cpp [moved from runtimes/tests/neural_networks_test/TestGenerated.cpp with 100% similarity]
tests/nnapi/src/TestGenerated_Ex.cpp [new file with mode: 0644]
tests/nnapi/src/TestGenerated_V1_0.cpp [new file with mode: 0644]
tests/nnapi/src/TestGenerated_V1_1.cpp [new file with mode: 0644]
tests/nnapi/src/TestGenerated_common.cpp [new file with mode: 0644]
tests/nnapi/src/TestMain.cpp [moved from runtimes/tests/neural_networks_test/TestMain.cpp with 100% similarity]
tests/nnapi/src/TestTrivialModel.cpp [moved from runtimes/tests/neural_networks_test/TestTrivialModel.cpp with 100% similarity]
tests/nnapi/src/TestValidation.cpp [new file with mode: 0644]
tests/scripts/README.md [new file with mode: 0644]
tests/scripts/common.sh [moved from tools/test_driver/common.sh with 100% similarity]
tests/scripts/neurun_frameworktest_list.txt [new file with mode: 0644]
tests/scripts/nnfw_kernel_env_list.txt [moved from tools/test_driver/nnfw_kernel_env_list.txt with 100% similarity]
tests/scripts/print_to_json.sh [moved from tools/test_driver/print_to_json.sh with 100% similarity]
tests/scripts/py/common.py [moved from tools/test_driver/py/common.py with 100% similarity]
tests/scripts/py/run_frameworktest.py [moved from tools/test_driver/py/run_frameworktest.py with 100% similarity]
tests/scripts/py/run_unittest.py [moved from tools/test_driver/py/run_unittest.py with 100% similarity]
tests/scripts/py/test_driver.py [new file with mode: 0755]
tests/scripts/run_benchmark.sh [new file with mode: 0755]
tests/scripts/run_benchmark_acl.sh [moved from tools/test_driver/run_benchmark_acl.sh with 100% similarity]
tests/scripts/run_benchmark_op.sh [new file with mode: 0755]
tests/scripts/run_benchmark_tflite_model.in [moved from tools/test_driver/run_benchmark_tflite_model.in with 100% similarity]
tests/scripts/run_benchmark_tflite_model.sh [moved from tools/test_driver/run_benchmark_tflite_model.sh with 100% similarity]
tests/scripts/run_frameworktest.sh [moved from tools/test_driver/run_frameworktest.sh with 100% similarity]
tests/scripts/run_unittest.sh [new file with mode: 0755]
tests/scripts/test_driver.sh [new file with mode: 0755]
tests/tools/CMakeLists.txt [new file with mode: 0644]
tests/tools/nnapi_test/CMakeLists.txt [new file with mode: 0644]
tests/tools/nnapi_test/src/nnapi_test.cc [new file with mode: 0644]
tests/tools/tflite_benchmark/CMakeLists.txt [new file with mode: 0644]
tests/tools/tflite_benchmark/src/tflite_benchmark.cc [new file with mode: 0644]
tests/tools/tflite_benchmark_model/.FORMATDENY [new file with mode: 0644]
tests/tools/tflite_benchmark_model/CMakeLists.txt [new file with mode: 0644]
tests/tools/tflite_benchmark_model/README.md [new file with mode: 0644]
tests/tools/tflite_benchmark_model/benchmark_tflite_model.cc [new file with mode: 0644]
tests/tools/tflite_benchmark_model/profile_summarizer.cc [new file with mode: 0644]
tests/tools/tflite_benchmark_model/stats_calculator.cc [new file with mode: 0644]
tests/tools/tflite_run/CMakeLists.txt [new file with mode: 0644]
tests/tools/tflite_run/README.md [moved from tools/tflite_run/README.md with 100% similarity]
tests/tools/tflite_run/src/args.cc [new file with mode: 0644]
tests/tools/tflite_run/src/args.h [new file with mode: 0644]
tests/tools/tflite_run/src/bin_image.cc [moved from tools/tflite_run/src/bin_image.cc with 100% similarity]
tests/tools/tflite_run/src/bin_image.h [moved from tools/tflite_run/src/bin_image.h with 100% similarity]
tests/tools/tflite_run/src/tensor_dumper.cc [moved from tools/tflite_run/src/tensor_dumper.cc with 100% similarity]
tests/tools/tflite_run/src/tensor_dumper.h [moved from tools/tflite_run/src/tensor_dumper.h with 100% similarity]
tests/tools/tflite_run/src/tensor_loader.cc [new file with mode: 0644]
tests/tools/tflite_run/src/tensor_loader.h [new file with mode: 0644]
tests/tools/tflite_run/src/tflite_run.cc [new file with mode: 0644]
tests/tools/tflite_run/src/tflite_test.cc [moved from tools/tflite_run/src/tflite_test.cc with 100% similarity]
tools/CMakeLists.txt
tools/cross/arm/sources.list.bionic [new file with mode: 0644]
tools/cross/build_rootfs.sh
tools/modelgen/CONV_2D.template.json [deleted file]
tools/modelgen/modelgen.py [deleted file]
tools/modelgen/modelgen.sh [deleted file]
tools/nnapi_quickcheck/CMakeLists.txt
tools/nnapi_quickcheck/tests/add_1.cpp
tools/nnapi_quickcheck/tests/add_2.cpp
tools/nnapi_quickcheck/tests/add_3.cpp
tools/nnapi_quickcheck/tests/add_4.cpp
tools/nnapi_quickcheck/tests/add_5.cpp
tools/nnapi_quickcheck/tests/add_6.cpp
tools/nnapi_quickcheck/tests/add_7.cpp
tools/nnapi_quickcheck/tests/add_8.cpp
tools/nnapi_quickcheck/tests/add_9.cpp
tools/nnapi_quickcheck/tests/add_quan_1.cpp
tools/nnapi_quickcheck/tests/avg_pool_1.cpp
tools/nnapi_quickcheck/tests/avg_pool_quan_1.cpp
tools/nnapi_quickcheck/tests/cast_1.cpp
tools/nnapi_quickcheck/tests/cast_2.cpp
tools/nnapi_quickcheck/tests/cast_q_to_f_1.cpp
tools/nnapi_quickcheck/tests/concat_1.cpp
tools/nnapi_quickcheck/tests/concat_quan_1.cpp
tools/nnapi_quickcheck/tests/conv_1.cpp
tools/nnapi_quickcheck/tests/conv_quan_1.cpp
tools/nnapi_quickcheck/tests/dconv_1.cpp
tools/nnapi_quickcheck/tests/dconv_quan_1.cpp
tools/nnapi_quickcheck/tests/dequantize_1.cpp
tools/nnapi_quickcheck/tests/div_1.cpp
tools/nnapi_quickcheck/tests/div_2.cpp
tools/nnapi_quickcheck/tests/fully_connected_1.cpp
tools/nnapi_quickcheck/tests/fully_connected_quan_1.cpp
tools/nnapi_quickcheck/tests/gather_1.cpp
tools/nnapi_quickcheck/tests/gather_2.cpp
tools/nnapi_quickcheck/tests/logistic_quan_1.cpp
tools/nnapi_quickcheck/tests/max_pool_1.cpp
tools/nnapi_quickcheck/tests/max_pool_quan_1.cpp
tools/nnapi_quickcheck/tests/mul_1.cpp
tools/nnapi_quickcheck/tests/mul_2.cpp
tools/nnapi_quickcheck/tests/mul_quan_1.cpp
tools/nnapi_quickcheck/tests/relu1_1.cpp
tools/nnapi_quickcheck/tests/relu6_1.cpp
tools/nnapi_quickcheck/tests/relu6_quan_1.cpp
tools/nnapi_quickcheck/tests/relu_1.cpp
tools/nnapi_quickcheck/tests/relu_2.cpp
tools/nnapi_quickcheck/tests/relu_3.cpp
tools/nnapi_quickcheck/tests/relu_quan_1.cpp
tools/nnapi_quickcheck/tests/reshape_1.cpp
tools/nnapi_quickcheck/tests/reshape_quan_1.cpp
tools/nnapi_quickcheck/tests/resize_bilinear_1.cpp
tools/nnapi_quickcheck/tests/softmax_1.cpp
tools/nnapi_quickcheck/tests/softmax_2.cpp
tools/nnapi_quickcheck/tests/softmax_quan_1.cpp
tools/nnapi_quickcheck/tests/split_1.cpp
tools/nnapi_quickcheck/tests/split_2.cpp
tools/nnapi_quickcheck/tests/split_3.cpp
tools/nnapi_quickcheck/tests/split_4.cpp
tools/nnapi_quickcheck/tests/sub_1.cpp
tools/nnapi_quickcheck/tests/sub_2.cpp
tools/nnapi_quickcheck/tests/sub_3.cpp
tools/nnapi_quickcheck/tests/sub_4.cpp
tools/nnapi_quickcheck/tests/sub_5.cpp
tools/nnapi_quickcheck/tests/sub_6.cpp
tools/nnapi_quickcheck/tests/tanh_1.cpp
tools/nnapi_quickcheck/tests/topk_v2_1.cpp
tools/nnapi_test/CMakeLists.txt [deleted file]
tools/nnapi_test/src/nnapi_test.cc [deleted file]
tools/opencl_tool/src/opencl_info.cc
tools/tensorflow_model_freezer/base_freezer.py
tools/tensorflow_model_freezer/readme.md
tools/tensorflow_model_freezer/sample/ARGMAX_gen.py [new file with mode: 0755]
tools/tensorflow_model_freezer/sample/ARGMIN_gen.py [new file with mode: 0755]
tools/tensorflow_model_freezer/sample/DIV_gen.py
tools/tensorflow_model_freezer/sample/LOGICAL_AND_gen.py [new file with mode: 0755]
tools/tensorflow_model_freezer/sample/LOGICAL_NOT_gen.py [new file with mode: 0755]
tools/tensorflow_model_freezer/sample/LOGICAL_OR_gen.py [new file with mode: 0755]
tools/tensorflow_model_freezer/sample/MUL_gen.py
tools/tensorflow_model_freezer/sample/SQUEEZE_gen.py
tools/tensorflow_model_freezer/sample/STACK_gen.py [new file with mode: 0755]
tools/tensorflow_model_freezer/sample/TOPK_gen.py
tools/tensorflow_model_freezer/sample/UNSTACK_gen.py [new file with mode: 0644]
tools/test_driver/README.md [deleted file]
tools/test_driver/benchmark_op_list.txt [deleted file]
tools/test_driver/neurun_frameworktest_list.txt [deleted file]
tools/test_driver/py/test_driver.py [deleted file]
tools/test_driver/run_benchmark.sh [deleted file]
tools/test_driver/run_benchmark_op.sh [deleted file]
tools/test_driver/run_unittest.sh [deleted file]
tools/test_driver/test_driver.sh [deleted file]
tools/tflite_benchmark/CMakeLists.txt [deleted file]
tools/tflite_benchmark/src/tflite_benchmark.cc [deleted file]
tools/tflite_benchmark_model/CMakeLists.txt [deleted file]
tools/tflite_benchmark_model/README.md [deleted file]
tools/tflite_benchmark_model/benchmark_main.cc [deleted file]
tools/tflite_benchmark_model/benchmark_model.cc [deleted file]
tools/tflite_benchmark_model/benchmark_model.h [deleted file]
tools/tflite_benchmark_model/benchmark_params.cc [deleted file]
tools/tflite_benchmark_model/benchmark_params.h [deleted file]
tools/tflite_benchmark_model/benchmark_tflite_model.cc [deleted file]
tools/tflite_benchmark_model/benchmark_tflite_model.h [deleted file]
tools/tflite_benchmark_model/command_line_flags.cc [deleted file]
tools/tflite_benchmark_model/command_line_flags.h [deleted file]
tools/tflite_benchmark_model/logging.h [deleted file]
tools/tflite_benchmark_model/profile_summarizer.cc [deleted file]
tools/tflite_benchmark_model/profile_summarizer.h [deleted file]
tools/tflite_examples/CMakeLists.txt [deleted file]
tools/tflite_examples/src/conv.cpp [deleted file]
tools/tflite_run/CMakeLists.txt [deleted file]
tools/tflite_run/src/args.cc [deleted file]
tools/tflite_run/src/args.h [deleted file]
tools/tflite_run/src/tensor_loader.cc [deleted file]
tools/tflite_run/src/tensor_loader.h [deleted file]
tools/tflite_run/src/tflite_run.cc [deleted file]
tools/tflitefile_tool/model_parser.py
tools/tflitefile_tool/model_printer.py [new file with mode: 0644]
tools/tflitefile_tool/operation.py
tools/tflitefile_tool/operator_parser.py
tools/tflitefile_tool/operator_printer.py [new file with mode: 0644]
tools/tflitefile_tool/operator_wrapping.py
tools/tflitefile_tool/option_printer.py [new file with mode: 0644]
tools/tflitefile_tool/perf_predictor.py
tools/tflitefile_tool/select_operator.py [changed mode: 0755->0644]
tools/tflitefile_tool/tensor_printer.py [new file with mode: 0644]
tools/tflitefile_tool/tensor_wrapping.py
tools/tflitefile_tool/tflite/BidirectionalSequenceRNNOptions.py
tools/tflitefile_tool/tflite/BuiltinOperator.py
tools/tflitefile_tool/tflite/BuiltinOptions.py
tools/tflitefile_tool/tflite/DepthwiseConv2DOptions.py
tools/tflitefile_tool/tflite/FakeQuantOptions.py
tools/tflitefile_tool/tflite/FillOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/FloorDivOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LogicalAndOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LogicalNotOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LogicalOrOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Model.py
tools/tflitefile_tool/tflite/OneHotOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/OperatorCode.py
tools/tflitefile_tool/tflite/PackOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ReducerOptions.py
tools/tflitefile_tool/tflite/ResizeBilinearOptions.py
tools/tflitefile_tool/tflite/SequenceRNNOptions.py
tools/tflitefile_tool/tflite/SkipGramOptions.py
tools/tflitefile_tool/tflite/SparseToDenseOptions.py
tools/tflitefile_tool/tflite/SquareOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SubGraph.py
tools/tflitefile_tool/tflite/Tensor.py
tools/tflitefile_tool/tflite/UnpackOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ZerosLikeOptions.py [new file with mode: 0644]
tools/tflkit/README.md [new file with mode: 0644]
tools/tflkit/convert.template [new file with mode: 0644]
tools/tflkit/freeze.template [new file with mode: 0644]
tools/tflkit/freeze_graph.sh [new file with mode: 0755]
tools/tflkit/optimize.template [new file with mode: 0644]
tools/tflkit/optimize_for_inference.sh [new file with mode: 0755]
tools/tflkit/summarize_pb.py [new file with mode: 0644]
tools/tflkit/summarize_pb.sh [new file with mode: 0755]
tools/tflkit/summarize_tflite.sh [new file with mode: 0755]
tools/tflkit/tflite_convert.sh [new file with mode: 0755]
tools/tflkit/transform.template [new file with mode: 0644]
tools/tflkit/transform_graph.sh [new file with mode: 0755]