Imported Upstream version 0.2 submit/tizen/20180918.075952 upstream/0.2
authorChunseok Lee <chunseok.lee@samsung.com>
Tue, 18 Sep 2018 07:53:40 +0000 (16:53 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Tue, 18 Sep 2018 07:53:40 +0000 (16:53 +0900)
commit91f4ba45449f700a047a4aeea00b1a7c84e94c75
treec60eecdba0861c51010fb0519f8a59668d90a6d2
parent07659ccd9fe7b1cf1547cc6cad78bcf489f0a361
Imported Upstream version 0.2
1890 files changed:
.ctags [new file with mode: 0644]
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
Makefile
README.md
benchmark/CMakeLists.txt [new file with mode: 0644]
benchmark/acl/Benchmark.cpp [new file with mode: 0644]
benchmark/acl/Benchmark.h [new file with mode: 0644]
benchmark/acl/CMakeLists.txt [new file with mode: 0644]
benchmark/acl/benchmark_googlenet.cpp [new file with mode: 0644]
benchmark/acl/benchmark_inception_v3.cpp [new file with mode: 0644]
benchmark/acl/benchmark_mobilenet.cpp [new file with mode: 0644]
cmake/ApplyCompileFlags.cmake [new file with mode: 0644]
cmake/CfgOptionFlags.cmake [new file with mode: 0644]
cmake/config/config_aarch64-linux.cmake
cmake/config/config_aarch64-tizen.cmake
cmake/config/config_armv7l-linux.cmake
cmake/config/config_armv7l-tizen.cmake
cmake/modules/ExternalProjectTools.cmake [new file with mode: 0644]
cmake/modules/ExternalSourceTools.cmake [new file with mode: 0644]
cmake/modules/OptionTools.cmake [new file with mode: 0644]
cmake/option/identify_platform.cmake [new file with mode: 0644]
cmake/option/option_arm64-android.cmake
cmake/option/option_armv7l-linux.cmake
cmake/option/option_linux.cmake
cmake/packages/ARMCompute/CMakeLists.txt [new file with mode: 0644]
cmake/packages/ARMComputeConfig.cmake [new file with mode: 0644]
cmake/packages/EigenConfig.cmake [new file with mode: 0644]
cmake/packages/EigenSourceConfig.cmake [new file with mode: 0644]
cmake/packages/FarmhashSourceConfig.cmake [new file with mode: 0644]
cmake/packages/FlatBuffersConfig.cmake [new file with mode: 0644]
cmake/packages/FlatBuffersSourceConfig.cmake [new file with mode: 0644]
cmake/packages/GEMMLowpSourceConfig.cmake [new file with mode: 0644]
cmake/packages/GTestConfig.cmake [new file with mode: 0644]
cmake/packages/NEON2SSESourceConfig.cmake [new file with mode: 0644]
cmake/packages/TensorFlowSourceConfig.cmake [new file with mode: 0644]
cmake/packages/TensorflowConfig.cmake [new file with mode: 0644]
contrib/CMakeLists.txt [new file with mode: 0644]
contrib/README.md [new file with mode: 0644]
contrib/TFLiteSharp/README.md [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png [new file with mode: 0644]
contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml [new file with mode: 0644]
contrib/TFLiteSharp/packaging/TFLiteSharp.manifest [new file with mode: 0644]
contrib/TFLiteSharp/packaging/TFLiteSharp.spec [new file with mode: 0644]
contrib/TFLiteSharp/packaging/tflite-native.manifest [new file with mode: 0644]
contrib/bindacl/CMakeLists.txt [new file with mode: 0644]
contrib/bindacl/README.md [new file with mode: 0644]
contrib/bindacl/src/nnapi_acl.cc [new file with mode: 0644]
contrib/convacl/CMakeLists.txt [new file with mode: 0644]
contrib/convacl/src/io_accessor.cc [new file with mode: 0644]
contrib/convacl/src/io_accessor.h [new file with mode: 0644]
contrib/convacl/src/nnapi_acl_conv.cc [new file with mode: 0644]
contrib/detection/CMakeLists.txt [new file with mode: 0644]
contrib/detection/detection.cpp [new file with mode: 0644]
contrib/example/CMakeLists.txt [new file with mode: 0644]
contrib/example/example.cpp [new file with mode: 0644]
contrib/jniacl/CMakeLists.txt [new file with mode: 0644]
contrib/jniacl/src/io_accessor.cc [new file with mode: 0644]
contrib/jniacl/src/io_accessor.h [new file with mode: 0644]
contrib/jniacl/src/jniacl_main.cc [new file with mode: 0644]
contrib/kerneltesting/CMakeLists.txt [new file with mode: 0644]
contrib/kerneltesting/conv2d/CMakeLists.txt [new file with mode: 0644]
contrib/kerneltesting/conv2d/OperationUtils.h [new file with mode: 0644]
contrib/kerneltesting/conv2d/common.h [new file with mode: 0644]
contrib/kerneltesting/conv2d/compatibility.h [new file with mode: 0644]
contrib/kerneltesting/conv2d/io_accessor.cpp [new file with mode: 0644]
contrib/kerneltesting/conv2d/io_accessor.h [new file with mode: 0644]
contrib/kerneltesting/conv2d/nnfw_conv2d_test.cpp [new file with mode: 0644]
contrib/kerneltesting/conv2d/optimized_ops.h [new file with mode: 0644]
contrib/kerneltesting/conv2d/types.h [new file with mode: 0644]
contrib/opencl_test/CMakeLists.txt [new file with mode: 0644]
contrib/opencl_test/README.md [new file with mode: 0644]
contrib/opencl_test/src/opencl_test.cc [new file with mode: 0644]
contrib/tf_test/CMakeLists.txt [new file with mode: 0644]
contrib/tf_test/tf_test.cpp [new file with mode: 0644]
docs/HowToContribute.md [new file with mode: 0644]
docs/HowToImplementOperatorKernel.md [new file with mode: 0644]
docs/doxygen/Doxyfile [new file with mode: 0644]
docs/fig/nnfw_architecture.png [new file with mode: 0644]
docs/fig/nnfw_architecture.pptx [new file with mode: 0644]
docs/fig/nnfw_behavior.png [new file with mode: 0644]
docs/fig/nnfw_behavior.pptx [new file with mode: 0644]
docs/howto.md [new file with mode: 0644]
docs/howto/BuildTFfromSource.md [new file with mode: 0644]
docs/howto/CrossBuildForAarch64.md [new file with mode: 0644]
docs/howto/CrossBuildForArm.md [new file with mode: 0644]
docs/howto/HowToAddUnittest.md
docs/howto/HowToUseDockerImage.md [new file with mode: 0644]
docs/howto/device/xu3-dip.png [new file with mode: 0644]
docs/howto/device/xu3_ubuntu.md [new file with mode: 0644]
docs/howto/device/xu4_tizen.md [new file with mode: 0644]
docs/howto/device/xu4_ubuntu.md [new file with mode: 0644]
docs/project/2018_high_level_design.md [new file with mode: 0644]
docs/project/2018_requirement_specification.md [new file with mode: 0644]
docs/roadmap.md [new file with mode: 0644]
docs/tests/Convolution_manual_3x3.xlsx [new file with mode: 0644]
docs/tests/Softmax_manual.xlsx [new file with mode: 0644]
docs/workgroups.md [new file with mode: 0644]
externals/CMakeLists.txt
externals/acl.cmake [deleted file]
externals/eigen3.cmake [deleted file]
externals/nnapi_test_generator/README.md [new file with mode: 0644]
externals/nnapi_test_generator/include/TestHarness.h [new file with mode: 0644]
externals/nnapi_test_generator/slicing.py [new file with mode: 0755]
externals/nnapi_test_generator/test_generator.py [new file with mode: 0755]
externals/nnapi_test_generator/tests/P_conv/conv_1_h3_w2_SAME.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_conv/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_conv/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_depthwise_conv/depthwise_conv.bin.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_depthwise_conv/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_depthwise_conv/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_explicit/explicit_add.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_explicit/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_explicit/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_float/addfloat.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_float/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_float/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_full/addfloat.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_full/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_full/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_lstm/lstm.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_lstm/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_lstm/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_quantized_avgpool/averpoolfloat.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_quantized_avgpool/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_quantized_avgpool/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_quantized_conv/quantized.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_quantized_conv/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_quantized_conv/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_vts_full/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_vts_full/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_vts_full/vts_full.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_vts_operands/addfloat.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_vts_operands/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_vts_operands/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_weird/stderr.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_weird/stdout.txt.expect [new file with mode: 0644]
externals/nnapi_test_generator/tests/P_weird/weird_add.mod.py [new file with mode: 0644]
externals/nnapi_test_generator/tests/test.py [new file with mode: 0755]
externals/nnapi_test_generator/vts_generator.py [new file with mode: 0755]
include/NeuralNetworks.h
include/NeuralNetworksEx.h [new file with mode: 0644]
include/NeuralNetworksExShim.h [new file with mode: 0644]
include/NeuralNetworksLoadHelpers.h [new file with mode: 0644]
include/NeuralNetworksShim.h [new file with mode: 0644]
include/kernel/acl/Add.h [new file with mode: 0644]
include/kernel/acl/Mul.h [new file with mode: 0644]
include/kernel/acl/ReLU.h [new file with mode: 0644]
include/kernel/acl/ReLU6.h [new file with mode: 0644]
include/nnfw/std/memory.h [new file with mode: 0644]
include/support/nnapi/Utils.h [new file with mode: 0644]
include/support/nnapi/feature/Reader.h
include/support/tflite/Assert.h [new file with mode: 0644]
include/support/tflite/Diff.h
include/support/tflite/InterpreterSession.h [new file with mode: 0644]
include/support/tflite/NNAPISession.h [new file with mode: 0644]
include/support/tflite/Quantization.h [new file with mode: 0644]
include/support/tflite/Session.h [new file with mode: 0644]
include/support/tflite/TensorLogger.h [new file with mode: 0644]
include/support/tflite/TensorShapeUtils.h [new file with mode: 0644]
include/support/tflite/TensorView.h
include/support/tflite/kernels/CustomOps.h [new file with mode: 0644]
include/support/tflite/kernels/RSQRT.h [new file with mode: 0644]
include/support/tflite/kernels/SquaredDifference.h [new file with mode: 0644]
include/support/tflite/kernels/TensorFlowMax.h [new file with mode: 0644]
include/support/tflite/kernels/register.h [new file with mode: 0644]
include/support/tflite/nnapi_delegate.h [new file with mode: 0644]
include/util/EnvVar.h [new file with mode: 0644]
include/util/benchmark.h [new file with mode: 0644]
include/util/environment.h [new file with mode: 0644]
include/util/feature/Index.h [new file with mode: 0644]
include/util/feature/IndexIterator.h [new file with mode: 0644]
include/util/feature/Object.h [new file with mode: 0644]
include/util/feature/Reader.h [new file with mode: 0644]
include/util/feature/Shape.h [new file with mode: 0644]
include/util/feature/TextFormatter.h [new file with mode: 0644]
include/util/fp32.h [moved from libs/util/include/util/fp32.h with 100% similarity]
include/util/kernel/IndexIterator.h [new file with mode: 0644]
include/util/kernel/RandomObject.h [new file with mode: 0644]
include/util/kernel/Reader.h [moved from libs/util/include/util/kernel/Reader.h with 100% similarity]
include/util/kernel/Shape.h [moved from libs/util/include/util/kernel/Shape.h with 100% similarity]
include/util/matrix/IndexIterator.h [new file with mode: 0644]
include/util/matrix/Reader.h [new file with mode: 0644]
include/util/matrix/Shape.h [new file with mode: 0644]
include/util/profiling/profile_buffer.h [new file with mode: 0644]
include/util/profiling/profiler.h [new file with mode: 0644]
include/util/profiling/profiling.h [new file with mode: 0644]
include/util/profiling/time.h [new file with mode: 0644]
include/util/tensor/Comparator.h [new file with mode: 0644]
include/util/tensor/Diff.h [new file with mode: 0644]
include/util/tensor/Index.h [new file with mode: 0644]
include/util/tensor/IndexEnumerator.h [new file with mode: 0644]
include/util/tensor/IndexFormatter.h [moved from libs/util/include/util/tensor/IndexFormatter.h with 100% similarity]
include/util/tensor/IndexIterator.h [new file with mode: 0644]
include/util/tensor/NonIncreasingStride.h [moved from libs/util/include/util/tensor/NonIncreasingStride.h with 100% similarity]
include/util/tensor/Object.h [new file with mode: 0644]
include/util/tensor/Reader.h [moved from libs/util/include/util/tensor/Reader.h with 100% similarity]
include/util/tensor/Shape.h [new file with mode: 0644]
include/util/tensor/Zipper.h [new file with mode: 0644]
include/util/vector.h [new file with mode: 0644]
include/util/vector/Object.h [new file with mode: 0644]
include/util/vector/Reader.h [moved from libs/util/include/util/vector/Reader.h with 100% similarity]
libs/.FORMATCHECKED [moved from tools/cross/apt_proxy with 100% similarity]
libs/ARMComputeEx/CMakeLists.txt [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/CLKernelLibraryEx.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLCastKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPixelWiseDivisionKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReduceMaxKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReductionMeanKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLStridedSliceKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLTopKV2Kernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPixelWiseDivision.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceMax.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReductionMean.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSlice.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLTopKV2.h [new file with mode: 0644]
libs/ARMComputeEx/resolve_includes.py [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/arithmetic_op_quantized.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/cast.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/fixed_point.h [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/gather.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/helpers.h [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/helpers_asymm.h [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/pixelwise_div_float.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/pixelwise_div_int.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/pixelwise_mul_quantized.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/reduce_max.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/reduction_mean.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/strided_slice.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2_quicksort.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2_radixsort.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLCastKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLGatherKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLPixelWiseDivisionKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLReduceMaxKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLReductionMeanKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLStridedSliceKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLTopKV2Kernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLCast.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLGather.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLPixelWiseDivision.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLReduceMax.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLReductionMean.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLStridedSlice.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLTopKV2.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/topk_v2.h [new file with mode: 0644]
libs/CMakeLists.txt
libs/kernel/CMakeLists.txt [deleted file]
libs/kernel/acl/CMakeLists.txt [deleted file]
libs/kernel/acl/src/CLUniqueTensor.h [deleted file]
libs/kernel/acl/src/DepthwiseConv2D.h [deleted file]
libs/kernel/acl/src/DepthwiseConv2D.test.h [deleted file]
libs/kernel/acl/src/FullyConnected.h [deleted file]
libs/kernel/acl/src/FullyConnected.test.h [deleted file]
libs/kernel/acl/src/IO_accessor.cpp [deleted file]
libs/kernel/acl/src/IO_accessor.h [deleted file]
libs/kernel/acl/src/Init_acl.cpp [deleted file]
libs/kernel/acl/src/NEUniqueTensor.h [deleted file]
libs/kernel/acl/src/Reshape.h [deleted file]
libs/kernel/acl/src/Reshape.test.h [deleted file]
libs/kernel/acl/src/cl/Concatenation.cpp [deleted file]
libs/kernel/acl/src/cl/Concatenation.test.cpp [deleted file]
libs/kernel/acl/src/cl/Conv2D.cpp [deleted file]
libs/kernel/acl/src/cl/Conv2D.test.cpp [deleted file]
libs/kernel/acl/src/cl/DepthwiseConv2D.cpp [deleted file]
libs/kernel/acl/src/cl/DepthwiseConv2D.test.cpp [deleted file]
libs/kernel/acl/src/cl/FullyConnected.cpp [deleted file]
libs/kernel/acl/src/cl/FullyConnected.test.cpp [deleted file]
libs/kernel/acl/src/cl/Pooling.cpp [deleted file]
libs/kernel/acl/src/cl/Pooling.test.cpp [deleted file]
libs/kernel/acl/src/cl/Reshape.cpp [deleted file]
libs/kernel/acl/src/cl/Reshape.test.cpp [deleted file]
libs/kernel/acl/src/cl/Softmax.cpp [deleted file]
libs/kernel/acl/src/cl/Softmax.test.cpp [deleted file]
libs/kernel/acl/src/gtest_env.cpp [deleted file]
libs/kernel/acl/src/neon/Concatenation.cpp [deleted file]
libs/kernel/acl/src/neon/Concatenation.test.cpp [deleted file]
libs/kernel/acl/src/neon/Conv2D.cpp [deleted file]
libs/kernel/acl/src/neon/Conv2D.test.cpp [deleted file]
libs/kernel/acl/src/neon/DepthwiseConv2D.cpp [deleted file]
libs/kernel/acl/src/neon/DepthwiseConv2D.test.cpp [deleted file]
libs/kernel/acl/src/neon/FullyConnected.cpp [deleted file]
libs/kernel/acl/src/neon/FullyConnected.test.cpp [deleted file]
libs/kernel/acl/src/neon/Pooling.cpp [deleted file]
libs/kernel/acl/src/neon/Pooling.test.cpp [deleted file]
libs/kernel/acl/src/neon/Reshape.cpp [deleted file]
libs/kernel/acl/src/neon/Reshape.test.cpp [deleted file]
libs/kernel/acl/src/neon/Softmax.cpp [deleted file]
libs/kernel/acl/src/neon/Softmax.test.cpp [deleted file]
libs/kernel/acl/src/shape.cpp [deleted file]
libs/kernel/acl/src/shape.h [deleted file]
libs/kernel/acl/src/support.cpp [deleted file]
libs/kernel/acl/src/support.h [deleted file]
libs/kernel/acl/src/util.cpp [deleted file]
libs/kernel/acl/src/util.h [deleted file]
libs/support/nnapi/CMakeLists.txt
libs/support/nnapi/src/Utils.cpp [new file with mode: 0644]
libs/support/tflite/CMakeLists.txt
libs/support/tflite/src/Diff.cpp
libs/support/tflite/src/FeatureView.cpp
libs/support/tflite/src/Quantization.cpp [new file with mode: 0644]
libs/support/tflite/src/TensorShapeUtils.cpp [new file with mode: 0644]
libs/support/tflite/src/TensorView.cpp [deleted file]
libs/support/tflite/src/TensorView.test.cpp
libs/support/tflite/src/interp/FlatBufferBuilder.cpp
libs/support/tflite/src/kernels/RSQRT.cpp [new file with mode: 0644]
libs/support/tflite/src/kernels/SquaredDifference.cpp [new file with mode: 0644]
libs/support/tflite/src/kernels/TensorFlowMax.cpp [new file with mode: 0644]
libs/support/tflite/src/kernels/register.cpp [new file with mode: 0644]
libs/support/tflite/src/nnapi_delegate.cpp [new file with mode: 0644]
libs/support/tflite/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc [new file with mode: 0644]
libs/util/CMakeLists.txt
libs/util/examples/tensor_index_iterator.cpp
libs/util/include/util/benchmark.h [deleted file]
libs/util/include/util/environment.h [deleted file]
libs/util/include/util/feature/Index.h [deleted file]
libs/util/include/util/feature/IndexIterator.h [deleted file]
libs/util/include/util/feature/Object.h [deleted file]
libs/util/include/util/feature/Reader.h [deleted file]
libs/util/include/util/feature/Shape.h [deleted file]
libs/util/include/util/feature/TextFormatter.h [deleted file]
libs/util/include/util/kernel/IndexIterator.h [deleted file]
libs/util/include/util/kernel/RandomObject.h [deleted file]
libs/util/include/util/tensor/Index.h [deleted file]
libs/util/include/util/tensor/IndexIterator.h [deleted file]
libs/util/include/util/tensor/Object.h [deleted file]
libs/util/include/util/tensor/Shape.h [deleted file]
libs/util/include/util/tensor/Zipper.h [deleted file]
libs/util/include/util/vector.h [deleted file]
libs/util/include/util/vector/Object.h [deleted file]
libs/util/src/environment.cpp
libs/util/src/profiling/time.cc [new file with mode: 0644]
libs/util/src/tensor/Comparator.cpp [new file with mode: 0644]
libs/util/src/tensor/Shape.cpp
packaging/nnfw.spec
runtimes/CMakeLists.txt
runtimes/logging/CMakeLists.txt [new file with mode: 0644]
runtimes/logging/include/operand.def [new file with mode: 0644]
runtimes/logging/include/operation.def [new file with mode: 0644]
runtimes/logging/src/nnapi_logging.cc [new file with mode: 0644]
runtimes/neurun/.FORMATCHECKED [new file with mode: 0644]
runtimes/neurun/CMakeLists.txt [new file with mode: 0644]
runtimes/neurun/src/backend/BackendManager.cc [new file with mode: 0644]
runtimes/neurun/src/backend/BackendManager.h [new file with mode: 0644]
runtimes/neurun/src/backend/CMakeLists.txt [new file with mode: 0644]
runtimes/neurun/src/backend/IBackendConfig.h [new file with mode: 0644]
runtimes/neurun/src/backend/IInitializerGenerator.h [new file with mode: 0644]
runtimes/neurun/src/backend/IObject.h [new file with mode: 0644]
runtimes/neurun/src/backend/IStageGenerator.h [new file with mode: 0644]
runtimes/neurun/src/backend/ITensorBuilder.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/BackendConfig.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/BackendConfig.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/CMakeLists.txt [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/InitializerGenerator.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/InitializerGenerator.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/StageGenerator.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/StageGenerator.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/TensorBuilder.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/TensorBuilder.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/feature/View.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/kernel/View.h [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/Object.cc [new file with mode: 0644]
runtimes/neurun/src/backend/acl_cl/operand/Object.h [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/BackendConfig.cc [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/BackendConfig.h [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/CMakeLists.txt [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/InitializerGenerator.cc [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/InitializerGenerator.h [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/MemoryAllocator.cc [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/MemoryAllocator.h [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/StageGenerator.cc [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/StageGenerator.h [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/TensorBuilder.cc [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/TensorBuilder.h [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/operand/Object.cc [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/operand/Object.h [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/operand/Tensor.cc [new file with mode: 0644]
runtimes/neurun/src/backend/cpu/operand/Tensor.h [new file with mode: 0644]
runtimes/neurun/src/codegen/BackendResolver.cc [new file with mode: 0644]
runtimes/neurun/src/codegen/BackendResolver.h [new file with mode: 0644]
runtimes/neurun/src/codegen/IPlanBuilder.h [new file with mode: 0644]
runtimes/neurun/src/codegen/Plan.cc [new file with mode: 0644]
runtimes/neurun/src/codegen/Plan.h [new file with mode: 0644]
runtimes/neurun/src/codegen/PlanBuilder.cc [new file with mode: 0644]
runtimes/neurun/src/codegen/PlanBuilder.h [new file with mode: 0644]
runtimes/neurun/src/codegen/Planner.cc [new file with mode: 0644]
runtimes/neurun/src/codegen/Planner.h [new file with mode: 0644]
runtimes/neurun/src/codegen/operand/Context.cc [new file with mode: 0644]
runtimes/neurun/src/codegen/operand/Context.h [new file with mode: 0644]
runtimes/neurun/src/codegen/operation/Sequence.cc [new file with mode: 0644]
runtimes/neurun/src/codegen/operation/Sequence.h [new file with mode: 0644]
runtimes/neurun/src/exec/Sink.h [new file with mode: 0644]
runtimes/neurun/src/exec/Source.h [new file with mode: 0644]
runtimes/neurun/src/frontend/compilation.cc [new file with mode: 0644]
runtimes/neurun/src/frontend/event.cc [new file with mode: 0644]
runtimes/neurun/src/frontend/execution.cc [new file with mode: 0644]
runtimes/neurun/src/frontend/memory.cc [new file with mode: 0644]
runtimes/neurun/src/frontend/model.cc [new file with mode: 0644]
runtimes/neurun/src/frontend/wrapper/compilation.cc [new file with mode: 0644]
runtimes/neurun/src/frontend/wrapper/compilation.h [new file with mode: 0644]
runtimes/neurun/src/frontend/wrapper/event.h [new file with mode: 0644]
runtimes/neurun/src/frontend/wrapper/execution.h [new file with mode: 0644]
runtimes/neurun/src/frontend/wrapper/memory.cc [new file with mode: 0644]
runtimes/neurun/src/frontend/wrapper/memory.h [new file with mode: 0644]
runtimes/neurun/src/frontend/wrapper/model.cc [new file with mode: 0644]
runtimes/neurun/src/frontend/wrapper/model.h [new file with mode: 0644]
runtimes/neurun/src/graph/Graph.cc [new file with mode: 0644]
runtimes/neurun/src/graph/Graph.h [new file with mode: 0644]
runtimes/neurun/src/graph/Index.h [new file with mode: 0644]
runtimes/neurun/src/graph/dumper/Dumper.cc [new file with mode: 0644]
runtimes/neurun/src/graph/dumper/Dumper.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Data.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/DataType.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Index.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/IndexSet.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operand/IndexSet.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Layout.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/LayoutSet.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operand/LayoutSet.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/LowerInfo.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operand/LowerInfo.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Object.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Object.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Set.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Set.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Shape.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Shape.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/Shape4DConvert.h [new file with mode: 0644]
runtimes/neurun/src/graph/operand/TypeInfo.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operand/TypeInfo.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/AvgPool2D.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/AvgPool2D.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Concat.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Concat.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Conv2D.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Conv2D.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/FullyConnected.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/FullyConnected.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Index.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/IndexList.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/IndexList.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/LowerInfo.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/LowerInfo.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/MaxPool2D.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/MaxPool2D.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/NOP.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/NOP.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Node.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Node.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/NodeVisitor.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Op.lst [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Permute.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Permute.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Reshape.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Reshape.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Set.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Set.h [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Softmax.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/Softmax.h [new file with mode: 0644]
runtimes/neurun/src/graph/verifier/IVerifier.cc [new file with mode: 0644]
runtimes/neurun/src/graph/verifier/IVerifier.h [new file with mode: 0644]
runtimes/neurun/src/internal/Convert.cc [new file with mode: 0644]
runtimes/neurun/src/internal/Convert.h [new file with mode: 0644]
runtimes/neurun/src/internal/Padding.cc [new file with mode: 0644]
runtimes/neurun/src/internal/Padding.h [new file with mode: 0644]
runtimes/neurun/src/internal/nnapi/feature/Reader.h [new file with mode: 0644]
runtimes/neurun/src/internal/nnapi/feature/Utils.h [new file with mode: 0644]
runtimes/neurun/src/internal/nnapi/feature/View.h [new file with mode: 0644]
runtimes/neurun/src/internal/nnapi/kernel/Reader.h [new file with mode: 0644]
runtimes/neurun/src/internal/nnapi/kernel/View.h [new file with mode: 0644]
runtimes/neurun/src/kernel/CMakeLists.txt [new file with mode: 0644]
runtimes/neurun/src/kernel/acl_cl/CMakeLists.txt [new file with mode: 0644]
runtimes/neurun/src/kernel/acl_cl/ConcatLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/acl_cl/ConcatLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/acl_cl/TensorConvertFromCommonLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/acl_cl/TensorConvertFromCommonLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/acl_cl/TensorConvertToCommonLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/acl_cl/TensorConvertToCommonLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/AvgPoolLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/AvgPoolLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/CMakeLists.txt [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/ConcatLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/ConcatLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/ConvolutionLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/ConvolutionLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/FullyConnectedLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/FullyConnectedLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/MaxPoolLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/MaxPoolLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/OperationUtils.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/OperationUtils.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/ReshapeLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/ReshapeLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/SoftMaxLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/SoftMaxLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/TensorConvertFromCommonLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/TensorConvertFromCommonLayer.h [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/TensorConvertToCommonLayer.cc [new file with mode: 0644]
runtimes/neurun/src/kernel/cpu/TensorConvertToCommonLayer.h [new file with mode: 0644]
runtimes/neurun/src/library_info.cc [new file with mode: 0644]
runtimes/neurun/src/linear/Linear.cc [new file with mode: 0644]
runtimes/neurun/src/linear/Linear.h [new file with mode: 0644]
runtimes/neurun/src/logging.h [new file with mode: 0644]
runtimes/neurun/test/graph/Graph.cc [new file with mode: 0644]
runtimes/neurun/test/graph/Index.cc [new file with mode: 0644]
runtimes/neurun/test/graph/operand/IndexSet.cc [new file with mode: 0644]
runtimes/neurun/test/graph/operand/LayoutSet.cc [new file with mode: 0644]
runtimes/neurun/test/graph/operand/Set.cc [new file with mode: 0644]
runtimes/neurun/test/graph/operand/UseDef.cc [new file with mode: 0644]
runtimes/neurun/test/graph/operation/Insert.cc [new file with mode: 0644]
runtimes/neurun/test/graph/operation/MockNode.h [new file with mode: 0644]
runtimes/neurun/test/graph/operation/Set.cc [new file with mode: 0644]
runtimes/neurun/test/graph/operation/SetIO.cc [new file with mode: 0644]
runtimes/neurun/test/graph/verifier/Verifier.cc [new file with mode: 0644]
runtimes/neurun/test/model.cc [new file with mode: 0644]
runtimes/nn/CMakeLists.txt [deleted file]
runtimes/nn/README.md [deleted file]
runtimes/nn/common/CMakeLists.txt [deleted file]
runtimes/nn/common/CpuExecutor.cpp [deleted file]
runtimes/nn/common/Logging.cpp [deleted file]
runtimes/nn/common/NNFWKernels.cpp [deleted file]
runtimes/nn/common/NNFWKernels.h [deleted file]
runtimes/nn/common/NNFWKernels.lst [deleted file]
runtimes/nn/common/OperationsUtils.cpp [deleted file]
runtimes/nn/common/Utils.cpp [deleted file]
runtimes/nn/common/include/ActivationFunctor.h [deleted file]
runtimes/nn/common/include/CpuExecutor.h [deleted file]
runtimes/nn/common/include/HalInterfaces.h [deleted file]
runtimes/nn/common/include/Logging.h [deleted file]
runtimes/nn/common/include/Operations.h [deleted file]
runtimes/nn/common/include/OperationsUtils.h [deleted file]
runtimes/nn/common/include/Utils.h [deleted file]
runtimes/nn/common/operations/Activation.cpp [deleted file]
runtimes/nn/common/operations/Concatenation.cpp [deleted file]
runtimes/nn/common/operations/Conv2D.cpp [deleted file]
runtimes/nn/common/operations/DepthwiseConv2D.cpp [deleted file]
runtimes/nn/common/operations/FullyConnected.cpp [deleted file]
runtimes/nn/common/operations/Pooling.cpp [deleted file]
runtimes/nn/common/operations/Reshape.cpp [deleted file]
runtimes/nn/common/operations/SimpleMath.cpp [deleted file]
runtimes/nn/common/operations/internal/common.h [deleted file]
runtimes/nn/common/operations/internal/compatibility.h [deleted file]
runtimes/nn/common/operations/internal/optimized/cpu_check.h [deleted file]
runtimes/nn/common/operations/internal/optimized/depthwiseconv_float.h [deleted file]
runtimes/nn/common/operations/internal/optimized/depthwiseconv_uint8.h [deleted file]
runtimes/nn/common/operations/internal/optimized/neon_tensor_utils.cc [deleted file]
runtimes/nn/common/operations/internal/optimized/neon_tensor_utils.h [deleted file]
runtimes/nn/common/operations/internal/optimized/optimized_ops.h [deleted file]
runtimes/nn/common/operations/internal/optimized/tensor_utils_impl.h [deleted file]
runtimes/nn/common/operations/internal/tensor_utils.cc [deleted file]
runtimes/nn/common/operations/internal/tensor_utils.h [deleted file]
runtimes/nn/common/operations/internal/tensor_utils_test.cc [deleted file]
runtimes/nn/common/operations/internal/types.h [deleted file]
runtimes/nn/depend/CMakeLists.txt [deleted file]
runtimes/nn/depend/external/CMakeLists.txt [deleted file]
runtimes/nn/depend/external/eigen/CMakeLists.txt [deleted file]
runtimes/nn/depend/external/eigen/Eigen/CMakeLists.txt [deleted file]
runtimes/nn/depend/external/eigen/Eigen/Cholesky [deleted file]
runtimes/nn/depend/external/eigen/Eigen/CholmodSupport [deleted file]
runtimes/nn/depend/external/eigen/Eigen/Core [deleted file]
runtimes/nn/depend/external/eigen/Eigen/Dense [deleted file]
runtimes/nn/depend/external/eigen/Eigen/Eigen [deleted file]
runtimes/nn/depend/external/eigen/Eigen/Eigenvalues [deleted file]
runtimes/nn/depend/external/eigen/Eigen/Geometry [deleted file]
runtimes/nn/depend/external/eigen/Eigen/Householder [deleted file]
runtimes/nn/depend/external/eigen/Eigen/IterativeLinearSolvers [deleted file]
runtimes/nn/depend/external/eigen/Eigen/Jacobi [deleted file]
runtimes/nn/depend/external/eigen/Eigen/LU [deleted file]
runtimes/nn/depend/external/eigen/Eigen/MetisSupport [deleted file]
runtimes/nn/depend/external/eigen/Eigen/OrderingMethods [deleted file]
runtimes/nn/depend/external/eigen/Eigen/PaStiXSupport [deleted file]
runtimes/nn/depend/external/eigen/Eigen/PardisoSupport [deleted file]
runtimes/nn/depend/external/eigen/Eigen/QR [deleted file]
runtimes/nn/depend/external/eigen/Eigen/QtAlignedMalloc [deleted file]
runtimes/nn/depend/external/eigen/Eigen/SPQRSupport [deleted file]
runtimes/nn/depend/external/eigen/Eigen/SVD [deleted file]
runtimes/nn/depend/external/eigen/Eigen/Sparse [deleted file]
runtimes/nn/depend/external/eigen/Eigen/SparseCholesky [deleted file]
runtimes/nn/depend/external/eigen/Eigen/SparseCore [deleted file]
runtimes/nn/depend/external/eigen/Eigen/SparseLU [deleted file]
runtimes/nn/depend/external/eigen/Eigen/SparseQR [deleted file]
runtimes/nn/depend/external/eigen/Eigen/StdDeque [deleted file]
runtimes/nn/depend/external/eigen/Eigen/StdList [deleted file]
runtimes/nn/depend/external/eigen/Eigen/StdVector [deleted file]
runtimes/nn/depend/external/eigen/Eigen/SuperLUSupport [deleted file]
runtimes/nn/depend/external/eigen/Eigen/UmfPackSupport [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Cholesky/LDLT.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Cholesky/LLT.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/CholmodSupport/CholmodSupport.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Array.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/ArrayBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/ArrayWrapper.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Assign.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/AssignEvaluator.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Assign_MKL.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/BandMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Block.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/BooleanRedux.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/CommaInitializer.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/ConditionEstimator.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/CoreEvaluators.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/CoreIterators.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/CwiseBinaryOp.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/CwiseNullaryOp.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/CwiseTernaryOp.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/CwiseUnaryOp.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/CwiseUnaryView.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/DenseBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/DenseCoeffsBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/DenseStorage.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Diagonal.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/DiagonalMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/DiagonalProduct.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Dot.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/EigenBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/ForceAlignedAccess.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Fuzzy.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/GeneralProduct.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/GenericPacketMath.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/GlobalFunctions.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/IO.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Inverse.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Map.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/MapBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/MathFunctions.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/MathFunctionsImpl.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Matrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/MatrixBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/NestByValue.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/NoAlias.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/NumTraits.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/PermutationMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/PlainObjectBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Product.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/ProductEvaluators.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Random.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Redux.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Ref.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Replicate.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/ReturnByValue.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Reverse.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Select.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/SelfAdjointView.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Solve.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/SolveTriangular.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/SolverBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/StableNorm.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Stride.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Swap.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Transpose.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Transpositions.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/TriangularMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/VectorBlock.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/VectorwiseOp.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/Visitor.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/AVX/Complex.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/AVX/PacketMath.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/AltiVec/Complex.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/CUDA/Complex.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/CUDA/Half.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/CUDA/MathFunctions.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/CUDA/PacketMath.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/CUDA/PacketMathHalf.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/CUDA/TypeCasting.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/Default/Settings.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/NEON/Complex.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/NEON/PacketMath.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/SSE/Complex.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/SSE/PacketMath.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/ZVector/Complex.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/functors/AssignmentFunctors.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/functors/BinaryFunctors.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/functors/NullaryFunctors.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/functors/StlFunctors.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/functors/TernaryFunctors.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/functors/UnaryFunctors.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/GeneralMatrixVector.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/Parallelizer.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/SelfadjointProduct.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/TriangularMatrixVector.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/products/TriangularSolverVector.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/BlasUtil.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/Constants.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/DisableStupidWarnings.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/ForwardDeclarations.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/MKL_support.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/Macros.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/Memory.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/Meta.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/NonMPL2.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/StaticAssert.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Core/util/XprHelper.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/ComplexSchur.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/EigenSolver.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/RealQZ.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/RealSchur.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/AlignedBox.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/AngleAxis.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/EulerAngles.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/Homogeneous.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/Hyperplane.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/OrthoMethods.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/ParametrizedLine.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/Quaternion.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/Rotation2D.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/RotationBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/Scaling.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/Transform.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/Translation.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/Umeyama.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Geometry/arch/Geometry_SSE.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Householder/BlockHouseholder.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Householder/Householder.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Householder/HouseholderSequence.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/Jacobi/Jacobi.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/LU/Determinant.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/LU/FullPivLU.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/LU/InverseImpl.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/LU/PartialPivLU.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/LU/arch/Inverse_SSE.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/MetisSupport/MetisSupport.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/OrderingMethods/Ordering.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/PardisoSupport/PardisoSupport.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/QR/ColPivHouseholderQR.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/QR/FullPivHouseholderQR.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/QR/HouseholderQR.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SVD/BDCSVD.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SVD/JacobiSVD.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SVD/SVDBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SVD/UpperBidiagonalization.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/AmbiVector.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/CompressedStorage.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseAssign.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseBlock.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseColEtree.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseCompressedBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseDenseProduct.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseDot.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseFuzzy.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseMap.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseMatrixBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparsePermutation.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseProduct.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseRedux.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseRef.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseSolverBase.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseTranspose.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseTriangularView.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseUtil.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseVector.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/SparseView.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseCore/TriangularSolver.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLUImpl.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_Memory.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_Structs.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_Utils.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SparseQR/SparseQR.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/StlSupport/StdDeque.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/StlSupport/StdList.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/StlSupport/StdVector.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/StlSupport/details.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/misc/Image.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/misc/Kernel.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/misc/RealSvd2x2.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/misc/blas.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/misc/lapack.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/misc/lapacke.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/misc/lapacke_mangling.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/plugins/BlockMethods.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h [deleted file]
runtimes/nn/depend/external/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h [deleted file]
runtimes/nn/depend/external/gemmlowp/CMakeLists.txt [deleted file]
runtimes/nn/depend/external/gemmlowp/fixedpoint/fixedpoint.h [deleted file]
runtimes/nn/depend/external/gemmlowp/fixedpoint/fixedpoint_neon.h [deleted file]
runtimes/nn/depend/external/gemmlowp/fixedpoint/fixedpoint_sse.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/allocator.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/block_params.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/common.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/compute.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/dispatch_gemm_shape.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/kernel.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/kernel_default.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/kernel_neon.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/kernel_reference.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/kernel_sse.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/multi_thread_gemm.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/output.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/output_neon.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/output_sse.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/pack.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/pack_neon.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/pack_sse.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/simd_wrappers.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/simd_wrappers_common_neon_sse.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/simd_wrappers_neon.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/simd_wrappers_sse.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/single_thread_gemm.h [deleted file]
runtimes/nn/depend/external/gemmlowp/internal/unpack.h [deleted file]
runtimes/nn/depend/external/gemmlowp/profiling/instrumentation.h [deleted file]
runtimes/nn/depend/external/gemmlowp/profiling/profiler.h [deleted file]
runtimes/nn/depend/external/gemmlowp/public/bit_depth.h [deleted file]
runtimes/nn/depend/external/gemmlowp/public/gemmlowp.h [deleted file]
runtimes/nn/depend/external/gemmlowp/public/map.h [deleted file]
runtimes/nn/depend/external/gemmlowp/public/output_stages.h [deleted file]
runtimes/nn/depend/hal/CMakeLists.txt [deleted file]
runtimes/nn/depend/hal/include/android/hardware/neuralnetworks/1.0/types.h [deleted file]
runtimes/nn/depend/libcutils/CMakeLists.txt [deleted file]
runtimes/nn/depend/libcutils/ashmem-host.c [deleted file]
runtimes/nn/depend/libcutils/include/cutils/ashmem.h [deleted file]
runtimes/nn/depend/libcutils/include/cutils/native_handle.h [deleted file]
runtimes/nn/depend/libcutils/native_handle.c [deleted file]
runtimes/nn/depend/libhidl/CMakeLists.txt [deleted file]
runtimes/nn/depend/libhidl/base/CMakeLists.txt [deleted file]
runtimes/nn/depend/libhidl/base/HidlSupport.cpp [deleted file]
runtimes/nn/depend/libhidl/base/Status.cpp [deleted file]
runtimes/nn/depend/libhidl/base/include/hidl/HidlInternal.h [deleted file]
runtimes/nn/depend/libhidl/base/include/hidl/HidlSupport.h [deleted file]
runtimes/nn/depend/libhidl/base/include/hidl/Status.h [deleted file]
runtimes/nn/depend/libutils/CMakeLists.txt [deleted file]
runtimes/nn/depend/libutils/RefBase.cpp [deleted file]
runtimes/nn/depend/libutils/StrongPointer.cpp [deleted file]
runtimes/nn/depend/libutils/include/utils/Compat.h [deleted file]
runtimes/nn/depend/libutils/include/utils/Errors.h [deleted file]
runtimes/nn/depend/libutils/include/utils/LightRefBase.h [deleted file]
runtimes/nn/depend/libutils/include/utils/RefBase.h [deleted file]
runtimes/nn/depend/libutils/include/utils/StrongPointer.h [deleted file]
runtimes/nn/depend/libutils/include/utils/TypeHelpers.h [deleted file]
runtimes/nn/runtime/CMakeLists.txt [deleted file]
runtimes/nn/runtime/Callbacks.cpp [deleted file]
runtimes/nn/runtime/Callbacks.h [deleted file]
runtimes/nn/runtime/CompilationBuilder.cpp [deleted file]
runtimes/nn/runtime/CompilationBuilder.h [deleted file]
runtimes/nn/runtime/ExecutionBuilder.cpp [deleted file]
runtimes/nn/runtime/ExecutionBuilder.h [deleted file]
runtimes/nn/runtime/Memory.cpp [deleted file]
runtimes/nn/runtime/Memory.h [deleted file]
runtimes/nn/runtime/ModelBuilder.cpp [deleted file]
runtimes/nn/runtime/ModelBuilder.h [deleted file]
runtimes/nn/runtime/NeuralNetworks.cpp [deleted file]
runtimes/pure_arm_compute/.FORMATCHECKED [new file with mode: 0644]
runtimes/pure_arm_compute/CMakeLists.txt [new file with mode: 0644]
runtimes/pure_arm_compute/src/compilation.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/compilation.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/event.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/event.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/execution.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/execution.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/FeatureSink.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/FeatureSource.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/IExecutionBuilder.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/MatrixSink.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/MatrixSource.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/Model.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/Model.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/Sink.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/Sinks.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/Source.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/Swizzle.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/Tensor3DSink.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/Tensor3DSource.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/TensorSource.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/VectorSink.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/VectorSource.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/arm_compute.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/arm_compute.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/arm_compute/feature/View.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/arm_compute/kernel/View.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/arm_compute/matrix/View.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/arm_compute/tensor/View.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/FeatureLoggingLayer.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/GenericFullyConnectedLayer.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/GenericFullyConnectedLayer.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/GenericReshapeLayer.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/GenericReshapeLayer.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/PadLayer.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/PadLayer.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleArithmeticAddition.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleCastLayer.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleEmbeddingLookup.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleEmbeddingLookup.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleSpaceToDepth.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SimpleSpaceToDepth.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SquaredDifferenceOperation.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/SquaredDifferenceOperation.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/nnapi/feature/Reader.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/nnapi/feature/Utils.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/nnapi/feature/View.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/nnapi/kernel/Reader.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/nnapi/matrix/Reader.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/nnapi/tensor/ConstView.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/nnapi/tensor/Reader.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/nnapi/tensor/View.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Add.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Add.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/AvgPool2D.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/AvgPool2D.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Cast.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Cast.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Concat.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Concat.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Conv2D.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Conv2D.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Dequantize.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Dequantize.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Div.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Div.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/EmbeddingLookup.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/EmbeddingLookup.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Floor.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Floor.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/FullyConnected.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/FullyConnected.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Gather.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Gather.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/HashtableLookup.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/HashtableLookup.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/L2Normalization.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/L2Normalization.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/L2Pool2D.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/L2Pool2D.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Logistic.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Logistic.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Lstm.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Lstm.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/MaxPool2D.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/MaxPool2D.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Mean.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Mean.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Mul.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Mul.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Node.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Pad.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Pad.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/RSQRT.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/RSQRT.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReLU.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReLU.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReLU1.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReLU1.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReLU6.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReLU6.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReduceMax.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ReduceMax.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Reshape.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Reshape.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ResizeBilinear.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/ResizeBilinear.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Rnn.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Rnn.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Softmax.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Softmax.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/SpaceToDepth.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/SpaceToDepth.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Split.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Split.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/SquaredDifference.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/SquaredDifference.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Squeeze.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Squeeze.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/StridedSlice.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/StridedSlice.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Sub.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Sub.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Tanh.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Tanh.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/TopKV2.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/TopKV2.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Transpose.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Transpose.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/library_info.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/logging.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/memory.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/memory.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.h [new file with mode: 0644]
runtimes/pure_arm_compute/symbolcheck.cpp [new file with mode: 0644]
runtimes/template/CMakeLists.txt [new file with mode: 0644]
runtimes/template/src/compilation.cc [new file with mode: 0644]
runtimes/template/src/compilation.h [new file with mode: 0644]
runtimes/template/src/event.cc [new file with mode: 0644]
runtimes/template/src/event.h [new file with mode: 0644]
runtimes/template/src/execution.cc [new file with mode: 0644]
runtimes/template/src/execution.h [new file with mode: 0644]
runtimes/template/src/memory.cc [new file with mode: 0644]
runtimes/template/src/memory.h [new file with mode: 0644]
runtimes/template/src/model.cc [new file with mode: 0644]
runtimes/template/src/model.h [new file with mode: 0644]
runtimes/tests/CMakeLists.txt
runtimes/tests/bring_up_test/CMakeLists.txt [deleted file]
runtimes/tests/bring_up_test/add_main.cpp [deleted file]
runtimes/tests/bring_up_test/cplusplus_main.cpp [deleted file]
runtimes/tests/bring_up_test/simple_model.cpp [deleted file]
runtimes/tests/bring_up_test/simple_model.h [deleted file]
runtimes/tests/bring_up_test/simple_model_main.cpp [deleted file]
runtimes/tests/include/NeuralNetworksWrapper.h
runtimes/tests/neural_networks_test/CMakeLists.txt
runtimes/tests/neural_networks_test/TestValidation.cpp
runtimes/tests/neural_networks_test/generated/all_generated_tests.cpp
runtimes/tests/neural_networks_test/generated/examples/batch_to_space.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/batch_to_space_float_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/batch_to_space_quant8_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/cast_ex_float32_to_int32.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/cast_ex_int32_to_float32.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/concat_float_4D_axis3_1_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/depthwise_conv2d_float_large_2_weights_as_inputs.example.cpp
runtimes/tests/neural_networks_test/generated/examples/div.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/div_.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/div_broadcast_float.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/embedding_lookup_2d_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/embedding_lookup_4d_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/floor_.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_1_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_3.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/fully_connected_float_4d_simple.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/gather_1D_float.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/gather_1D_int32.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/gather_1D_quant8.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/gather_2D_float.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/gather_2D_int32.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/gather_2D_quant8.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/mean.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/mean_axis01_1_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/mean_axis01_2_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/mean_float_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/mean_float_2.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/mean_quant8_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/mean_quant8_2.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/mul_broadcast_3D_1D_1_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/mul_broadcast_3D_1D_2_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/pad.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/pad_float_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_float_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_float_2.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_float_3.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_quant8_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_quant8_2.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/space_to_batch_quant8_3.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/squeeze.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/squeeze_2D_float_1_nnfw.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/squeeze_float_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/squeeze_quant8_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_10.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_2.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_3.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_4.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_5.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_6.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_7.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_8.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_ex_float_9.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_10.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_11.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_2.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_3.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_4.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_5.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_6.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_7.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_8.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_float_9.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_qaunt8_10.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_qaunt8_11.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_2.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_3.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_4.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_5.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_6.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_7.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_8.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/strided_slice_quant8_9.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/sub.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/sub_broadcast_float.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/tanh_.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/tensorflowmax_ex_2D_float.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/tensorflowmax_ex_2D_int32.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_1D_float.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_1D_int32.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_1D_quant8.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_2D_float.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_2D_int32.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_2D_quant8.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/transpose.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/transpose_float_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/transpose_quant8_1.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/batch_to_space.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/batch_to_space_float_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/batch_to_space_quant8_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/cast_ex_float32_to_int32.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/cast_ex_int32_to_float32.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/concat_float_4D_axis3_1_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/depthwise_conv2d_float_large_2_weights_as_inputs.model.cpp
runtimes/tests/neural_networks_test/generated/models/div.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/div_.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/div_broadcast_float.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/embedding_lookup_2d_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/embedding_lookup_4d_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/floor_.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_1_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_3.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/fully_connected_float_4d_simple.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/gather_1D_float.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/gather_1D_int32.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/gather_1D_quant8.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/gather_2D_float.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/gather_2D_int32.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/gather_2D_quant8.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mean.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mean_axis01_1_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mean_axis01_2_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mean_float_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mean_float_2.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mean_quant8_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mean_quant8_2.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mul_broadcast_3D_1D_1_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/mul_broadcast_3D_1D_2_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/pad.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/pad_float_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/space_to_batch.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_float_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_float_2.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_float_3.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_quant8_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_quant8_2.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/space_to_batch_quant8_3.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/squeeze.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/squeeze_2D_float_1_nnfw.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/squeeze_float_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/squeeze_quant8_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_10.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_2.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_3.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_4.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_5.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_6.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_7.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_8.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_ex_float_9.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_10.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_11.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_2.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_3.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_4.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_5.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_6.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_7.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_8.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_float_9.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_qaunt8_10.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_qaunt8_11.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_2.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_3.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_4.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_5.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_6.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_7.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_8.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/strided_slice_quant8_9.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/sub.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/sub_broadcast_float.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/tanh_.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/tensorflowmax_ex_2D_float.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/tensorflowmax_ex_2D_int32.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/topk_v2_1D_float.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/topk_v2_1D_int32.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/topk_v2_1D_quant8.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/topk_v2_2D_float.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/topk_v2_2D_int32.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/topk_v2_2D_quant8.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/transpose.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/transpose_float_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/transpose_quant8_1.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-linux [new file with mode: 0644]
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-linux.neurun [new file with mode: 0644]
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-tizen [new file with mode: 0644]
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.x86_64-linux [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/cast_ex_float32_to_int32.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/cast_ex_int32_to_float32.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/gather_1D_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/gather_1D_int32.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/gather_1D_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/gather_2D_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/gather_2D_int32.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/gather_2D_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/tensorflowmax_ex_2D_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/tensorflowmax_ex_2D_int32.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/topk_v2_1D_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/topk_v2_1D_int32.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/topk_v2_1D_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/topk_v2_2D_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/topk_v2_2D_int32.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/topk_v2_2D_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/add.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/add_broadcast_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/add_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_float_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_float_4.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_float_5.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_quant8_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_quant8_4.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/avg_pool_quant8_5.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/concat_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/concat_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/concat_float_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/concat_float_4D_axis3_1_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/concat_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/concat_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/concat_quant8_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_1_h3_w2_SAME.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_1_h3_w2_VALID.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_3_h3_w2_SAME.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_3_h3_w2_VALID.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_float_channels.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_float_channels_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_float_large.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_float_large_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_float_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_channels.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_channels_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_large.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_large_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_overflow.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_overflow_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/conv_quant8_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depth_to_space_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depth_to_space_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depth_to_space_float_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depth_to_space_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depth_to_space_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large_2_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_large_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_float_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_large.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_large_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/depthwise_conv2d_quant8_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/dequantize.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/embedding_lookup.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/embedding_lookup_2d_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/embedding_lookup_4d_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/floor_.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_1_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_large.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_large_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_float_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_quant8_large.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_quant8_large_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/fully_connected_quant8_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/hashtable_lookup_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/hashtable_lookup_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/l2_normalization.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/l2_normalization_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/l2_normalization_large.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/l2_pool_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/l2_pool_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/l2_pool_float_large.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/local_response_norm_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/local_response_norm_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/local_response_norm_float_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/local_response_norm_float_4.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/logistic_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/logistic_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/logistic_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/logistic_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lsh_projection.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lsh_projection_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lsh_projection_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lstm.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lstm2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lstm2_state.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lstm2_state2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lstm3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lstm3_state.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lstm3_state2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lstm3_state3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lstm_state.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/lstm_state2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/max_pool_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/max_pool_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/max_pool_float_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/max_pool_float_4.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/max_pool_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/max_pool_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/max_pool_quant8_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/max_pool_quant8_4.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/mobilenet_224_gender_basic_fixed.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/mobilenet_quantized.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/mul.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/mul_broadcast_3D_1D_1_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/mul_broadcast_3D_1D_2_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/mul_broadcast_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/mul_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/mul_relu.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu1_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu1_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu1_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu1_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu6_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu6_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu6_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu6_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/relu_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/reshape.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/reshape_quant8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/reshape_quant8_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/reshape_weights_as_inputs.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/resize_bilinear.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/resize_bilinear_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/rnn.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/rnn_state.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/softmax_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/softmax_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/softmax_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/softmax_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/space_to_depth_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/space_to_depth_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/space_to_depth_float_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/space_to_depth_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/space_to_depth_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/svdf.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/svdf2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/svdf_state.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_0/tanh_.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/batch_to_space.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/batch_to_space_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/batch_to_space_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/div_.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/div_broadcast_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/fully_connected_float_4d_simple.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/mean.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/mean_axis01_1_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/mean_axis01_2_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/mean_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/mean_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/mean_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/mean_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/pad.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/pad_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_float_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/space_to_batch_quant8_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/squeeze.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/squeeze_2D_float_1_nnfw.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/squeeze_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/squeeze_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_10.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_11.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_4.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_5.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_6.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_7.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_float_9.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_qaunt8_10.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_qaunt8_11.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_2.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_3.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_4.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_5.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_6.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_7.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_8.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/strided_slice_quant8_9.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/sub.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/sub_broadcast_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/transpose.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/transpose_float_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/V1_1/transpose_quant8_1.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/generate_test.sh [new file with mode: 0755]
runtimes/tests/neural_networks_test/specs/generate_vts_test.sh [new file with mode: 0755]
runtimes/tests/neural_networks_test/specs/slicing.sh [new file with mode: 0755]
scripts/command/docker-run [new file with mode: 0644]
scripts/command/docker-shell [moved from scripts/command/docker_run.sh with 100% similarity]
scripts/command/docker_build_cross_arm_neurun.sh [new file with mode: 0755]
scripts/command/docker_build_cross_arm_ubuntu.sh
scripts/command/docker_build_cross_arm_ubuntu_without_aclbuild.sh
scripts/command/docker_build_tizen_cross.sh
scripts/command/docker_build_ubuntu_coverity.sh [new file with mode: 0755]
scripts/command/docker_build_ubuntu_svace.sh
scripts/command/docker_coverage_report.sh
scripts/command/docker_cross_test_coverage_build.sh
scripts/command/docker_env_neurun [new file with mode: 0644]
scripts/command/docker_env_pureacl_tflite_benchmark_model [new file with mode: 0644]
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/nnfw_docker [new file with mode: 0644]
scripts/command/nnfw_docker_tizen [new file with mode: 0644]
scripts/command/run_coverity.sh [new file with mode: 0755]
scripts/command/tizen_xu4_test.sh
scripts/docker/Dockerfile
scripts/docker/Dockerfile_tizen
scripts/docker_helper [new file with mode: 0644]
scripts/git-hooks/install_hooks.sh [new file with mode: 0755]
scripts/git-hooks/pre-push [new file with mode: 0755]
tests/framework/run_test.sh
tests/framework/tests/MODELS/inception_module/config.sh [new file with mode: 0644]
tests/framework/tests/MODELS/inception_nonslim/config.sh [new file with mode: 0644]
tests/framework/tests/MODELS/inception_slim/config.sh [new file with mode: 0644]
tests/framework/tests/MODELS/mobilenet/config.sh [new file with mode: 0644]
tests/framework/tests/add/1D/config.sh [new file with mode: 0644]
tests/framework/tests/add/4D/config.sh [new file with mode: 0644]
tests/framework/tests/average_pool_2d/avgpool1/config.sh [new file with mode: 0644]
tests/framework/tests/average_pool_2d/avgpool2/config.sh [new file with mode: 0644]
tests/framework/tests/cast/config.sh [new file with mode: 0644]
tests/framework/tests/concat/2D/config.sh [new file with mode: 0644]
tests/framework/tests/concat/concat1/config.sh [new file with mode: 0644]
tests/framework/tests/concat/concat2/config.sh [new file with mode: 0644]
tests/framework/tests/conv_2d/convolution1/config.sh [new file with mode: 0644]
tests/framework/tests/conv_2d/convolution2/config.sh [new file with mode: 0644]
tests/framework/tests/custom/tensorflowmax/config.sh [new file with mode: 0644]
tests/framework/tests/depthwise_conv_2d/depthconv1/config.sh [new file with mode: 0644]
tests/framework/tests/depthwise_conv_2d/depthconv2/config.sh [new file with mode: 0644]
tests/framework/tests/div/broadcast/config.sh [new file with mode: 0644]
tests/framework/tests/embedding_lookup/config.sh [new file with mode: 0644]
tests/framework/tests/floor/floor1/config.sh [new file with mode: 0644]
tests/framework/tests/floor/floor2/config.sh [new file with mode: 0644]
tests/framework/tests/fullyconnected/fc1/config.sh [new file with mode: 0644]
tests/framework/tests/fullyconnected/matmul2x2/config.sh [new file with mode: 0644]
tests/framework/tests/gather/config.sh [new file with mode: 0644]
tests/framework/tests/hashtable_lookup/config.sh [new file with mode: 0644]
tests/framework/tests/inceptionv3/inception_nonslim/config.sh [deleted file]
tests/framework/tests/inceptionv3/inception_slim/config.sh [deleted file]
tests/framework/tests/l2_normalization/config.sh [new file with mode: 0644]
tests/framework/tests/l2_pool_2d/config.sh [new file with mode: 0644]
tests/framework/tests/logistic/config.sh [new file with mode: 0644]
tests/framework/tests/max_pool_2d/maxpool1/config.sh [new file with mode: 0644]
tests/framework/tests/max_pool_2d/maxpool2/config.sh [new file with mode: 0644]
tests/framework/tests/mean/config.sh [new file with mode: 0644]
tests/framework/tests/mul/broadcast/config.sh [new file with mode: 0644]
tests/framework/tests/pad/4D_2D/config.sh [new file with mode: 0644]
tests/framework/tests/pad/pad1/config.sh [new file with mode: 0644]
tests/framework/tests/pad/pad2/config.sh [new file with mode: 0644]
tests/framework/tests/reduce_mean/test1/config.sh [new file with mode: 0644]
tests/framework/tests/reduce_mean/test2/config.sh [new file with mode: 0644]
tests/framework/tests/relu/config.sh [new file with mode: 0644]
tests/framework/tests/relu6/config.sh [new file with mode: 0644]
tests/framework/tests/reshape/3D/config.sh [new file with mode: 0644]
tests/framework/tests/reshape/reshape1/config.sh [new file with mode: 0644]
tests/framework/tests/reshape/reshape2/config.sh [new file with mode: 0644]
tests/framework/tests/resize_bilinear/config.sh [new file with mode: 0644]
tests/framework/tests/rnn/config.sh [new file with mode: 0644]
tests/framework/tests/softmax/config.sh [new file with mode: 0644]
tests/framework/tests/space_to_depth/config.sh [new file with mode: 0644]
tests/framework/tests/squeeze/config.sh [new file with mode: 0644]
tests/framework/tests/strided_slice/config.sh [new file with mode: 0644]
tests/framework/tests/sub/broadcast/config.sh [new file with mode: 0644]
tests/framework/tests/tanh/config.sh [new file with mode: 0644]
tests/framework/tests/topk_v2/config.sh [new file with mode: 0644]
tests/framework/tests/tranpose/config.sh [new file with mode: 0644]
tools/CMakeLists.txt
tools/cross/build_android_rootfs.sh
tools/cross/build_rootfs.sh
tools/extract_weights_from_tflite/extract.py [new file with mode: 0755]
tools/extract_weights_from_tflite/extract_from_tflite.sh [new file with mode: 0755]
tools/extract_weights_from_tflite/print_op.py [new file with mode: 0755]
tools/image_importer/README.md [new file with mode: 0644]
tools/image_importer/image_importer.py [new file with mode: 0755]
tools/image_importer/imagegen.py [new file with mode: 0755]
tools/modelgen/CONV_2D.template.json [new file with mode: 0644]
tools/modelgen/modelgen.py [new file with mode: 0755]
tools/modelgen/modelgen.sh [new file with mode: 0755]
tools/nnapi_quickcheck/CMakeLists.txt [new file with mode: 0644]
tools/nnapi_quickcheck/inc/env.h [new file with mode: 0644]
tools/nnapi_quickcheck/inc/memory.h [new file with mode: 0644]
tools/nnapi_quickcheck/lib/env.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/lib/env.test.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_2.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_2.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_3.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_3.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_4.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_4.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_5.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_5.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_6.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_6.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_7.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_7.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_8.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_8.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_9.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_9.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/add_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/avg_pool_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/avg_pool_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/avg_pool_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/avg_pool_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/cast_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/cast_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/cast_2.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/cast_2.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/cast_q_to_f_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/cast_q_to_f_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/concat_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/concat_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/concat_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/concat_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/conv_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/conv_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/conv_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/conv_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/dconv_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/dconv_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/dconv_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/dconv_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/dequantize_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/dequantize_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/div_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/div_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/div_2.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/div_2.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/fully_connected_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/fully_connected_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/fully_connected_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/fully_connected_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/gather_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/gather_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/gather_2.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/gather_2.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/logistic_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/logistic_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/max_pool_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/max_pool_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/max_pool_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/max_pool_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/mul_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/mul_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/mul_2.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/mul_2.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/mul_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/mul_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu1_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu1_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu6_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu6_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu6_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu6_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu_2.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu_2.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu_3.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu_3.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/relu_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/reshape_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/reshape_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/reshape_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/reshape_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/resize_bilinear_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/resize_bilinear_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/softmax_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/softmax_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/softmax_2.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/softmax_2.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/softmax_quan_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/softmax_quan_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/split_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/split_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/split_2.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/split_2.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/split_3.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/split_3.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/split_4.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/split_4.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_2.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_2.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_3.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_3.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_4.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_4.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_5.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_5.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_6.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/sub_6.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/tanh_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/tanh_1.lst [new file with mode: 0644]
tools/nnapi_quickcheck/tests/topk_v2_1.cpp [new file with mode: 0644]
tools/nnapi_quickcheck/tests/topk_v2_1.lst [new file with mode: 0644]
tools/nnapi_test/src/nnapi_test.cc
tools/opencl_tool/CMakeLists.txt [new file with mode: 0644]
tools/opencl_tool/src/opencl_info.cc [new file with mode: 0644]
tools/pbfile_tool/convert_ckpt_to_pb.py [new file with mode: 0644]
tools/pbfile_tool/pb_info.py [new file with mode: 0755]
tools/pbfile_tool/readme.md [new file with mode: 0644]
tools/tensorflow_model_freezer/__init__.py [new file with mode: 0644]
tools/tensorflow_model_freezer/base_freezer.py [new file with mode: 0644]
tools/tensorflow_model_freezer/model_freezer_util.py [new file with mode: 0644]
tools/tensorflow_model_freezer/readme.md [new file with mode: 0644]
tools/tensorflow_model_freezer/sample/DIV_gen.py [new file with mode: 0755]
tools/tensorflow_model_freezer/sample/MUL_gen.py [new file with mode: 0755]
tools/tensorflow_model_freezer/sample/Operation_gen.py [new file with mode: 0644]
tools/tensorflow_model_freezer/sample/SQUEEZE_gen.py [new file with mode: 0755]
tools/tensorflow_model_freezer/sample/TOPK_gen.py [new file with mode: 0755]
tools/tensorflow_model_freezer/sample/__init__.py [new file with mode: 0644]
tools/test_driver/README.md [new file with mode: 0644]
tools/test_driver/benchmark_op_list.txt [new file with mode: 0644]
tools/test_driver/common.sh [new file with mode: 0755]
tools/test_driver/neurun_frameworktest_list.txt [new file with mode: 0644]
tools/test_driver/print_to_json.sh
tools/test_driver/py/common.py [new file with mode: 0755]
tools/test_driver/py/run_frameworktest.py [new file with mode: 0755]
tools/test_driver/py/run_unittest.py [new file with mode: 0755]
tools/test_driver/py/test_driver.py [new file with mode: 0755]
tools/test_driver/run_benchmark.sh [new file with mode: 0755]
tools/test_driver/run_benchmark_acl.sh [new file with mode: 0755]
tools/test_driver/run_benchmark_op.sh [new file with mode: 0755]
tools/test_driver/run_benchmark_tflite_model.in [new file with mode: 0644]
tools/test_driver/run_benchmark_tflite_model.sh [new file with mode: 0755]
tools/test_driver/run_frameworktest.sh [new file with mode: 0755]
tools/test_driver/run_unittest.sh [new file with mode: 0755]
tools/test_driver/test_driver.sh
tools/tflite_benchmark/CMakeLists.txt [new file with mode: 0644]
tools/tflite_benchmark/src/tflite_benchmark.cc [new file with mode: 0644]
tools/tflite_benchmark_model/.FORMATDENY [new file with mode: 0644]
tools/tflite_benchmark_model/CMakeLists.txt [new file with mode: 0644]
tools/tflite_benchmark_model/README.md [new file with mode: 0644]
tools/tflite_benchmark_model/benchmark_main.cc [new file with mode: 0644]
tools/tflite_benchmark_model/benchmark_model.cc [new file with mode: 0644]
tools/tflite_benchmark_model/benchmark_model.h [new file with mode: 0644]
tools/tflite_benchmark_model/benchmark_params.cc [new file with mode: 0644]
tools/tflite_benchmark_model/benchmark_params.h [new file with mode: 0644]
tools/tflite_benchmark_model/benchmark_tflite_model.cc [new file with mode: 0644]
tools/tflite_benchmark_model/benchmark_tflite_model.h [new file with mode: 0644]
tools/tflite_benchmark_model/command_line_flags.cc [new file with mode: 0644]
tools/tflite_benchmark_model/command_line_flags.h [new file with mode: 0644]
tools/tflite_benchmark_model/logging.h [new file with mode: 0644]
tools/tflite_benchmark_model/profile_summarizer.cc [new file with mode: 0644]
tools/tflite_benchmark_model/profile_summarizer.h [new file with mode: 0644]
tools/tflite_examples/CMakeLists.txt [new file with mode: 0644]
tools/tflite_examples/src/conv.cpp [new file with mode: 0644]
tools/tflite_run/CMakeLists.txt [new file with mode: 0644]
tools/tflite_run/README.md [new file with mode: 0644]
tools/tflite_run/src/args.cc [new file with mode: 0644]
tools/tflite_run/src/args.h [new file with mode: 0644]
tools/tflite_run/src/bin_image.cc [new file with mode: 0644]
tools/tflite_run/src/bin_image.h [new file with mode: 0644]
tools/tflite_run/src/tensor_dumper.cc [new file with mode: 0644]
tools/tflite_run/src/tensor_dumper.h [new file with mode: 0644]
tools/tflite_run/src/tensor_loader.cc [new file with mode: 0644]
tools/tflite_run/src/tensor_loader.h [new file with mode: 0644]
tools/tflite_run/src/tflite_run.cc [new file with mode: 0644]
tools/tflite_run/src/tflite_test.cc [new file with mode: 0644]
tools/tflitefile_tool/README.md [new file with mode: 0644]
tools/tflitefile_tool/model_parser.py [new file with mode: 0755]
tools/tflitefile_tool/operation.py [new file with mode: 0755]
tools/tflitefile_tool/operator_parser.py [new file with mode: 0755]
tools/tflitefile_tool/operator_wrapping.py [new file with mode: 0755]
tools/tflitefile_tool/perf_predictor.py [new file with mode: 0755]
tools/tflitefile_tool/select_operator.py [new file with mode: 0755]
tools/tflitefile_tool/tensor_wrapping.py [new file with mode: 0755]
tools/tflitefile_tool/tflite/ActivationFunctionType.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/AddOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ArgMaxOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ArgMinOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/BatchToSpaceNDOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/BidirectionalSequenceRNNOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Buffer.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/BuiltinOperator.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/BuiltinOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/CallOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/CastOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/CombinerType.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ConcatEmbeddingsOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ConcatenationOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Conv2DOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/CustomOptionsFormat.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/DepthwiseConv2DOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/DequantizeOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/DivOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/EmbeddingLookupSparseOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/EqualOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ExpOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ExpandDimsOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/FakeQuantOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/FullyConnectedOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/FullyConnectedOptionsWeightsFormat.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/GatherOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/GreaterEqualOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/GreaterOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/L2NormOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LSHProjectionOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LSHProjectionType.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LSTMKernelType.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LSTMOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LessEqualOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LessOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LocalResponseNormalizationOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/LogSoftmaxOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/MaximumMinimumOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/MeanOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Model.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/MulOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/NegOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/NotEqualOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Operator.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/OperatorCode.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/PadOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/PadV2Options.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Padding.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Pool2DOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/PowOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/QuantizationParameters.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/RNNOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ReducerOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ReshapeOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ResizeBilinearOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SVDFOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SelectOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SequenceRNNOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/ShapeOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SkipGramOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SliceOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SoftmaxOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SpaceToBatchNDOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SpaceToDepthOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SparseToDenseOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SplitOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SqueezeOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/StridedSliceOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SubGraph.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/SubOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/Tensor.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/TensorType.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/TileOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/TopKV2Options.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/TransposeConvOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/TransposeOptions.py [new file with mode: 0644]
tools/tflitefile_tool/tflite/__init__.py [new file with mode: 0644]