Relocate contrib and libs (#5663)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 17 Jul 2019 02:37:01 +0000 (11:37 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 17 Jul 2019 02:37:01 +0000 (11:37 +0900)
* Relocate contrib and libs

Move contrib and libs into runtimes
Update CMakeLists.txt
Fix typo in CMakeLists.txt

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Update .gitignore and remove generated files

318 files changed:
.gitignore
infra/nnfw/CMakeLists.txt
runtimes/contrib/CMakeLists.txt [moved from contrib/CMakeLists.txt with 100% similarity]
runtimes/contrib/README.md [moved from contrib/README.md with 100% similarity]
runtimes/contrib/TFLiteSharp/README.md [moved from contrib/TFLiteSharp/README.md with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt [moved from contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h [moved from contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h [moved from contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp [moved from contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in [moved from contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln [moved from contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs [moved from contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs [moved from contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj [moved from contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs [moved from contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs [moved from contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln [moved from contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs [moved from contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj [moved from contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj [moved from contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs [moved from contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs [moved from contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite [moved from contrib/TFLiteSharp/TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp [moved from contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp [moved from contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png [moved from contrib/TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png with 100% similarity]
runtimes/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml [moved from contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml with 100% similarity]
runtimes/contrib/TFLiteSharp/packaging/TFLiteSharp.manifest [moved from contrib/TFLiteSharp/packaging/TFLiteSharp.manifest with 100% similarity]
runtimes/contrib/TFLiteSharp/packaging/TFLiteSharp.spec [moved from contrib/TFLiteSharp/packaging/TFLiteSharp.spec with 100% similarity]
runtimes/contrib/TFLiteSharp/packaging/tflite-native.manifest [moved from contrib/TFLiteSharp/packaging/tflite-native.manifest with 100% similarity]
runtimes/contrib/android_tflite/CMakeLists.txt [moved from contrib/android_tflite/CMakeLists.txt with 100% similarity]
runtimes/contrib/benchmark_acl/.FORMATDENY [moved from contrib/benchmark_acl/.FORMATDENY with 100% similarity]
runtimes/contrib/benchmark_acl/CMakeLists.txt [moved from contrib/benchmark_acl/CMakeLists.txt with 100% similarity]
runtimes/contrib/benchmark_acl/src/Benchmark.cpp [moved from contrib/benchmark_acl/src/Benchmark.cpp with 100% similarity]
runtimes/contrib/benchmark_acl/src/Benchmark.h [moved from contrib/benchmark_acl/src/Benchmark.h with 100% similarity]
runtimes/contrib/benchmark_acl/src/benchmark_googlenet.cpp [moved from contrib/benchmark_acl/src/benchmark_googlenet.cpp with 100% similarity]
runtimes/contrib/benchmark_acl/src/benchmark_inception_v3.cpp [moved from contrib/benchmark_acl/src/benchmark_inception_v3.cpp with 100% similarity]
runtimes/contrib/benchmark_acl/src/benchmark_mobilenet.cpp [moved from contrib/benchmark_acl/src/benchmark_mobilenet.cpp with 100% similarity]
runtimes/contrib/custom_op/README.md [moved from contrib/custom_op/README.md with 100% similarity]
runtimes/contrib/custom_op/customOp-workflow.png [moved from contrib/custom_op/customOp-workflow.png with 100% similarity]
runtimes/contrib/detection/CMakeLists.txt [moved from contrib/detection/CMakeLists.txt with 100% similarity]
runtimes/contrib/detection/detection.cpp [moved from contrib/detection/detection.cpp with 100% similarity]
runtimes/contrib/labs/CMakeLists.txt [moved from contrib/labs/CMakeLists.txt with 100% similarity]
runtimes/contrib/labs/jniacl/CMakeLists.txt [moved from contrib/labs/jniacl/CMakeLists.txt with 100% similarity]
runtimes/contrib/labs/jniacl/src/io_accessor.cc [moved from contrib/labs/jniacl/src/io_accessor.cc with 100% similarity]
runtimes/contrib/labs/jniacl/src/io_accessor.h [moved from contrib/labs/jniacl/src/io_accessor.h with 100% similarity]
runtimes/contrib/labs/jniacl/src/jniacl_main.cc [moved from contrib/labs/jniacl/src/jniacl_main.cc with 100% similarity]
runtimes/contrib/labs/opencl_test/CMakeLists.txt [moved from contrib/labs/opencl_test/CMakeLists.txt with 100% similarity]
runtimes/contrib/labs/opencl_test/README.md [moved from contrib/labs/opencl_test/README.md with 100% similarity]
runtimes/contrib/labs/opencl_test/src/opencl_test.cc [moved from contrib/labs/opencl_test/src/opencl_test.cc with 100% similarity]
runtimes/contrib/labs/tflite_examples/CMakeLists.txt [moved from contrib/labs/tflite_examples/CMakeLists.txt with 100% similarity]
runtimes/contrib/labs/tflite_examples/src/conv.cpp [moved from contrib/labs/tflite_examples/src/conv.cpp with 100% similarity]
runtimes/contrib/nnpackage/schema/nnpackage_model.fbs [moved from contrib/nnpackage/schema/nnpackage_model.fbs with 100% similarity]
runtimes/contrib/nnpackage/spec/00_requirement.md [moved from contrib/nnpackage/spec/00_requirement.md with 100% similarity]
runtimes/contrib/nnpackage/spec/10_packaging_and_manifest.md [moved from contrib/nnpackage/spec/10_packaging_and_manifest.md with 100% similarity]
runtimes/contrib/nnpackage/spec/20_model_and_operators.md [moved from contrib/nnpackage/spec/20_model_and_operators.md with 100% similarity]
runtimes/contrib/nnpackage/spec/30_custom_op.md [moved from contrib/nnpackage/spec/30_custom_op.md with 100% similarity]
runtimes/contrib/tflite_classify/CMakeLists.txt [moved from contrib/tflite_classify/CMakeLists.txt with 100% similarity]
runtimes/contrib/tflite_classify/src/ImageClassifier.cc [moved from contrib/tflite_classify/src/ImageClassifier.cc with 100% similarity]
runtimes/contrib/tflite_classify/src/ImageClassifier.h [moved from contrib/tflite_classify/src/ImageClassifier.h with 100% similarity]
runtimes/contrib/tflite_classify/src/InferenceInterface.cc [moved from contrib/tflite_classify/src/InferenceInterface.cc with 100% similarity]
runtimes/contrib/tflite_classify/src/InferenceInterface.h [moved from contrib/tflite_classify/src/InferenceInterface.h with 100% similarity]
runtimes/contrib/tflite_classify/src/tflite_classify.cc [moved from contrib/tflite_classify/src/tflite_classify.cc with 100% similarity]
runtimes/contrib/tflite_test/CMakeLists.txt [moved from contrib/tflite_test/CMakeLists.txt with 100% similarity]
runtimes/contrib/tflite_test/tflite_test.cpp [moved from contrib/tflite_test/tflite_test.cpp with 100% similarity]
runtimes/contrib/uben/CMakeLists.txt [moved from contrib/uben/CMakeLists.txt with 100% similarity]
runtimes/contrib/uben/Convolution.cpp [moved from contrib/uben/Convolution.cpp with 100% similarity]
runtimes/contrib/uben/Softmax.cpp [moved from contrib/uben/Softmax.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/CMakeLists.txt [moved from libs/ARMComputeEx/CMakeLists.txt with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/CLKernelLibraryEx.h [moved from libs/ARMComputeEx/arm_compute/core/CL/CLKernelLibraryEx.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLArgOperationKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLArgOperationKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLBinaryLogicalOpKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLBinaryLogicalOpKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLCastKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLCastKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLDepthToSpaceKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLDepthToSpaceKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLEmbeddingLookupKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLEmbeddingLookupKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLHashtableLookupKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLHashtableLookupKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLNegKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLNegKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPReLUKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPReLUKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPermuteExKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLPermuteExKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReduceOperationKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLReduceOperationKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSpaceToBatchNDKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSpaceToBatchNDKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSpaceToDepthKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSpaceToDepthKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLTopKV2Kernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLTopKV2Kernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLTransposeConvLayerUpsampleKernel.h [moved from libs/ARMComputeEx/arm_compute/core/CL/kernels/CLTransposeConvLayerUpsampleKernel.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/TypesEx.h [moved from libs/ARMComputeEx/arm_compute/core/TypesEx.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/UtilsEx.h [moved from libs/ARMComputeEx/arm_compute/core/UtilsEx.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/core/utils/misc/ShapeCalculatorEx.h [moved from libs/ARMComputeEx/arm_compute/core/utils/misc/ShapeCalculatorEx.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/CLFunctionsEx.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/CLFunctionsEx.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArgOperation.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLArgOperation.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBatchToSpaceND.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBinaryLogicalOp.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBinaryLogicalOp.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLCast.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEmbeddingLookup.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLEmbeddingLookup.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLFullyConnectedReshapingLayer.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLFullyConnectedReshapingLayer.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLHashtableLookup.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLHashtableLookup.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLLogicalNot.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLLogicalNot.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNeg.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPReLU.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPReLU.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPermuteEx.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPermuteEx.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPixelWiseDivision.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLPixelWiseDivision.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLRNNLayerEx.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLRNNLayerEx.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceOperation.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLReduceOperation.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToBatchND.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToBatchND.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSliceEx.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLStridedSliceEx.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLTopKV2.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLTopKV2.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLTransposeConvLayer.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLTransposeConvLayer.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLTransposeConvLayerUpsample.h [moved from libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLTransposeConvLayerUpsample.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h [moved from libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/functions/NEFullyConnectedReshapingLayer.h [moved from libs/ARMComputeEx/arm_compute/runtime/NEON/functions/NEFullyConnectedReshapingLayer.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/misc/functions/GenericFullyConnectedLayer.h [moved from libs/ARMComputeEx/arm_compute/runtime/misc/functions/GenericFullyConnectedLayer.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/misc/functions/GenericGather.h [moved from libs/ARMComputeEx/arm_compute/runtime/misc/functions/GenericGather.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/misc/functions/GenericReshapeLayer.h [moved from libs/ARMComputeEx/arm_compute/runtime/misc/functions/GenericReshapeLayer.h with 100% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/misc/functions/Utils.h [moved from libs/ARMComputeEx/arm_compute/runtime/misc/functions/Utils.h with 100% similarity]
runtimes/libs/ARMComputeEx/resolve_includes.py [moved from libs/ARMComputeEx/resolve_includes.py with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp [moved from libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/arg_operation.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/arg_operation.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/arithmetic_op_quantized.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/arithmetic_op_quantized.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/binary_logical_op.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/binary_logical_op.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/cast.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/cast.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/depth_to_space.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/depth_to_space.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/embedding_lookup.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/embedding_lookup.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/gather.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/gather.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/hashtable_lookup.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/hashtable_lookup.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/helpers.h [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/helpers.h with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/helpers_asymm.h [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/helpers_asymm.h with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/neg_tensor.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/neg_tensor.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/permute_ex.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/permute_ex.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/pixelwise_mul_quantized.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/pixelwise_mul_quantized.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/prelu.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/prelu.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/prelu_quantized.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/prelu_quantized.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/reduce_operation.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/reduce_operation.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/space_to_batch.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/space_to_batch.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/space_to_depth.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/space_to_depth.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2_quicksort.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2_quicksort.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2_radixsort.cl [moved from libs/ARMComputeEx/src/core/CL/cl_kernels/topkv2_radixsort.cl with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLArgOperationKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLArgOperationKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLBinaryLogicalOpKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLBinaryLogicalOpKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLCastKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLCastKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLDepthToSpaceKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLDepthToSpaceKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLEmbeddingLookupKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLEmbeddingLookupKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLGatherKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLGatherKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLHashtableLookupKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLHashtableLookupKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLNegKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLNegKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLPReLUKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLPReLUKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLPermuteExKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLPermuteExKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLReduceOperationKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLReduceOperationKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLSpaceToBatchNDKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLSpaceToBatchNDKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLSpaceToDepthKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLSpaceToDepthKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLTopKV2Kernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLTopKV2Kernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLTransposeConvLayerUpsampleKernel.cpp [moved from libs/ARMComputeEx/src/core/CL/kernels/CLTransposeConvLayerUpsampleKernel.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/core/UtilsEx.cpp [moved from libs/ARMComputeEx/src/core/UtilsEx.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/CLFunctionsEx.cpp [moved from libs/ARMComputeEx/src/runtime/CL/CLFunctionsEx.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLArgOperation.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLArgOperation.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLBinaryLogicalOp.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLBinaryLogicalOp.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLCast.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLCast.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLDepthToSpace.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLDepthToSpace.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLEmbeddingLookup.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLEmbeddingLookup.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLFullyConnectedReshapingLayer.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLFullyConnectedReshapingLayer.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLGather.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLGather.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLHashtableLookup.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLHashtableLookup.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLNeg.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLNeg.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLPReLU.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLPReLU.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLPermuteEx.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLPermuteEx.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLRNNLayerEx.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLRNNLayerEx.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLReduceOperation.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLReduceOperation.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLSpaceToBatchND.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLSpaceToBatchND.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLSpaceToDepth.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLSpaceToDepth.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLTopKV2.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLTopKV2.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLTransposeConvLayer.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLTransposeConvLayer.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLTransposeConvLayerUpsample.cpp [moved from libs/ARMComputeEx/src/runtime/CL/functions/CLTransposeConvLayerUpsample.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/NEON/NEFunctionsEx.cpp [moved from libs/ARMComputeEx/src/runtime/NEON/NEFunctionsEx.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/NEON/functions/NEFullyConnectedReshapingLayer.cpp [moved from libs/ARMComputeEx/src/runtime/NEON/functions/NEFullyConnectedReshapingLayer.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/misc/functions/GenericFullyConnectedLayer.cpp [moved from libs/ARMComputeEx/src/runtime/misc/functions/GenericFullyConnectedLayer.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/misc/functions/GenericGather.cpp [moved from libs/ARMComputeEx/src/runtime/misc/functions/GenericGather.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/misc/functions/GenericReshapeLayer.cpp [moved from libs/ARMComputeEx/src/runtime/misc/functions/GenericReshapeLayer.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/misc/functions/Utils.cpp [moved from libs/ARMComputeEx/src/runtime/misc/functions/Utils.cpp with 100% similarity]
runtimes/libs/ARMComputeEx/src/runtime/topk_v2.h [moved from libs/ARMComputeEx/src/runtime/topk_v2.h with 100% similarity]
runtimes/libs/CMakeLists.txt [moved from libs/CMakeLists.txt with 100% similarity]
runtimes/libs/cker/CMakeLists.txt [moved from libs/cker/CMakeLists.txt with 100% similarity]
runtimes/libs/cker/README.md [moved from libs/cker/README.md with 100% similarity]
runtimes/libs/cker/include/cker/Shape.h [moved from libs/cker/include/cker/Shape.h with 100% similarity]
runtimes/libs/cker/include/cker/Types.h [moved from libs/cker/include/cker/Types.h with 100% similarity]
runtimes/libs/cker/include/cker/Utils.h [moved from libs/cker/include/cker/Utils.h with 100% similarity]
runtimes/libs/cker/include/cker/gemmlowp/FixedPoint.h [moved from libs/cker/include/cker/gemmlowp/FixedPoint.h with 100% similarity]
runtimes/libs/cker/include/cker/operation/Add.h [moved from libs/cker/include/cker/operation/Add.h with 100% similarity]
runtimes/libs/cker/include/cker/operation/AveragePool.h [moved from libs/cker/include/cker/operation/AveragePool.h with 100% similarity]
runtimes/libs/cker/include/cker/operation/Concatenation.h [moved from libs/cker/include/cker/operation/Concatenation.h with 100% similarity]
runtimes/libs/cker/include/cker/operation/Conv.h [moved from libs/cker/include/cker/operation/Conv.h with 100% similarity]
runtimes/libs/cker/include/cker/operation/DepthwiseConv.h [moved from libs/cker/include/cker/operation/DepthwiseConv.h with 100% similarity]
runtimes/libs/cker/include/cker/operation/FullyConnected.h [moved from libs/cker/include/cker/operation/FullyConnected.h with 100% similarity]
runtimes/libs/cker/include/cker/operation/MaxPool.h [moved from libs/cker/include/cker/operation/MaxPool.h with 100% similarity]
runtimes/libs/cker/include/cker/operation/SoftMax.h [moved from libs/cker/include/cker/operation/SoftMax.h with 100% similarity]
runtimes/libs/cpp14/CMakeLists.txt [moved from libs/cpp14/CMakeLists.txt with 100% similarity]
runtimes/libs/cpp14/include/cpp14/memory.h [moved from libs/cpp14/include/cpp14/memory.h with 100% similarity]
runtimes/libs/jsoncpp/CMakeLists.txt [moved from libs/jsoncpp/CMakeLists.txt with 100% similarity]
runtimes/libs/jsoncpp/README.md [moved from libs/jsoncpp/README.md with 100% similarity]
runtimes/libs/jsoncpp/json/json-forwards.h [moved from libs/jsoncpp/json/json-forwards.h with 100% similarity]
runtimes/libs/jsoncpp/json/json.h [moved from libs/jsoncpp/json/json.h with 100% similarity]
runtimes/libs/jsoncpp/jsoncpp.cpp [moved from libs/jsoncpp/jsoncpp.cpp with 100% similarity]
runtimes/libs/misc/CMakeLists.txt [moved from libs/misc/CMakeLists.txt with 100% similarity]
runtimes/libs/misc/examples/tensor_index_iterator.cpp [moved from libs/misc/examples/tensor_index_iterator.cpp with 100% similarity]
runtimes/libs/misc/include/misc/EnvVar.h [moved from libs/misc/include/misc/EnvVar.h with 100% similarity]
runtimes/libs/misc/include/misc/benchmark.h [moved from libs/misc/include/misc/benchmark.h with 100% similarity]
runtimes/libs/misc/include/misc/environment.h [moved from libs/misc/include/misc/environment.h with 100% similarity]
runtimes/libs/misc/include/misc/feature/Index.h [moved from libs/misc/include/misc/feature/Index.h with 100% similarity]
runtimes/libs/misc/include/misc/feature/IndexIterator.h [moved from libs/misc/include/misc/feature/IndexIterator.h with 100% similarity]
runtimes/libs/misc/include/misc/feature/Object.h [moved from libs/misc/include/misc/feature/Object.h with 100% similarity]
runtimes/libs/misc/include/misc/feature/Reader.h [moved from libs/misc/include/misc/feature/Reader.h with 100% similarity]
runtimes/libs/misc/include/misc/feature/Shape.h [moved from libs/misc/include/misc/feature/Shape.h with 100% similarity]
runtimes/libs/misc/include/misc/feature/TextFormatter.h [moved from libs/misc/include/misc/feature/TextFormatter.h with 100% similarity]
runtimes/libs/misc/include/misc/fp32.h [moved from libs/misc/include/misc/fp32.h with 100% similarity]
runtimes/libs/misc/include/misc/kernel/IndexIterator.h [moved from libs/misc/include/misc/kernel/IndexIterator.h with 100% similarity]
runtimes/libs/misc/include/misc/kernel/Reader.h [moved from libs/misc/include/misc/kernel/Reader.h with 100% similarity]
runtimes/libs/misc/include/misc/kernel/Shape.h [moved from libs/misc/include/misc/kernel/Shape.h with 100% similarity]
runtimes/libs/misc/include/misc/matrix/IndexIterator.h [moved from libs/misc/include/misc/matrix/IndexIterator.h with 100% similarity]
runtimes/libs/misc/include/misc/matrix/Reader.h [moved from libs/misc/include/misc/matrix/Reader.h with 100% similarity]
runtimes/libs/misc/include/misc/matrix/Shape.h [moved from libs/misc/include/misc/matrix/Shape.h with 100% similarity]
runtimes/libs/misc/include/misc/polymorphic_downcast.h [moved from libs/misc/include/misc/polymorphic_downcast.h with 100% similarity]
runtimes/libs/misc/include/misc/string_helpers.h [moved from libs/misc/include/misc/string_helpers.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/Comparator.h [moved from libs/misc/include/misc/tensor/Comparator.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/Diff.h [moved from libs/misc/include/misc/tensor/Diff.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/Index.h [moved from libs/misc/include/misc/tensor/Index.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/IndexEnumerator.h [moved from libs/misc/include/misc/tensor/IndexEnumerator.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/IndexFormatter.h [moved from libs/misc/include/misc/tensor/IndexFormatter.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/IndexIterator.h [moved from libs/misc/include/misc/tensor/IndexIterator.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/NonIncreasingStride.h [moved from libs/misc/include/misc/tensor/NonIncreasingStride.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/Object.h [moved from libs/misc/include/misc/tensor/Object.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/Reader.h [moved from libs/misc/include/misc/tensor/Reader.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/Shape.h [moved from libs/misc/include/misc/tensor/Shape.h with 100% similarity]
runtimes/libs/misc/include/misc/tensor/Zipper.h [moved from libs/misc/include/misc/tensor/Zipper.h with 100% similarity]
runtimes/libs/misc/include/misc/vector.h [moved from libs/misc/include/misc/vector.h with 100% similarity]
runtimes/libs/misc/include/misc/vector/Object.h [moved from libs/misc/include/misc/vector/Object.h with 100% similarity]
runtimes/libs/misc/include/misc/vector/Reader.h [moved from libs/misc/include/misc/vector/Reader.h with 100% similarity]
runtimes/libs/misc/src/environment.cpp [moved from libs/misc/src/environment.cpp with 100% similarity]
runtimes/libs/misc/src/tensor/Comparator.cpp [moved from libs/misc/src/tensor/Comparator.cpp with 100% similarity]
runtimes/libs/misc/src/tensor/IndexFormatter.cpp [moved from libs/misc/src/tensor/IndexFormatter.cpp with 100% similarity]
runtimes/libs/misc/src/tensor/NonIncreasingStride.cpp [moved from libs/misc/src/tensor/NonIncreasingStride.cpp with 100% similarity]
runtimes/libs/misc/src/tensor/Shape.cpp [moved from libs/misc/src/tensor/Shape.cpp with 100% similarity]
runtimes/libs/profiling/CMakeLists.txt [moved from libs/profiling/CMakeLists.txt with 100% similarity]
runtimes/libs/profiling/include/profiling/profile_buffer.h [moved from libs/profiling/include/profiling/profile_buffer.h with 100% similarity]
runtimes/libs/profiling/include/profiling/profiler.h [moved from libs/profiling/include/profiling/profiler.h with 100% similarity]
runtimes/libs/profiling/include/profiling/profiling.h [moved from libs/profiling/include/profiling/profiling.h with 100% similarity]
runtimes/libs/profiling/include/profiling/time.h [moved from libs/profiling/include/profiling/time.h with 100% similarity]
runtimes/libs/profiling/src/profiling/time.cpp [moved from libs/profiling/src/profiling/time.cpp with 100% similarity]
runtimes/libs/rua/CMakeLists.txt [moved from libs/rua/CMakeLists.txt with 100% similarity]
runtimes/libs/rua/README.md [moved from libs/rua/README.md with 100% similarity]
runtimes/libs/rua/anchor/CMakeLists.txt [moved from libs/rua/anchor/CMakeLists.txt with 100% similarity]
runtimes/libs/rua/anchor/include/rua/Anchor.h [moved from libs/rua/anchor/include/rua/Anchor.h with 100% similarity]
runtimes/libs/rua/anchor/src/Anchor.cpp [moved from libs/rua/anchor/src/Anchor.cpp with 100% similarity]
runtimes/libs/rua/core/CMakeLists.txt [moved from libs/rua/core/CMakeLists.txt with 100% similarity]
runtimes/libs/rua/core/include/rua/Service.h [moved from libs/rua/core/include/rua/Service.h with 100% similarity]
runtimes/libs/rua/dyn/CMakeLists.txt [moved from libs/rua/dyn/CMakeLists.txt with 100% similarity]
runtimes/libs/rua/dyn/include/rua/DynamicBinder.h [moved from libs/rua/dyn/include/rua/DynamicBinder.h with 100% similarity]
runtimes/libs/rua/dyn/src/DynamicBinder.cpp [moved from libs/rua/dyn/src/DynamicBinder.cpp with 100% similarity]
runtimes/libs/rua/shim/CMakeLists.txt [moved from libs/rua/shim/CMakeLists.txt with 100% similarity]
runtimes/libs/rua/shim/include/rua/Shim.h [moved from libs/rua/shim/include/rua/Shim.h with 100% similarity]
runtimes/libs/tflite/CMakeLists.txt [moved from libs/tflite/CMakeLists.txt with 100% similarity]
runtimes/libs/tflite/include/tflite/Assert.h [moved from libs/tflite/include/tflite/Assert.h with 100% similarity]
runtimes/libs/tflite/include/tflite/Diff.h [moved from libs/tflite/include/tflite/Diff.h with 100% similarity]
runtimes/libs/tflite/include/tflite/FeatureView.h [moved from libs/tflite/include/tflite/FeatureView.h with 100% similarity]
runtimes/libs/tflite/include/tflite/InputIndex.h [moved from libs/tflite/include/tflite/InputIndex.h with 100% similarity]
runtimes/libs/tflite/include/tflite/InterpreterSession.h [moved from libs/tflite/include/tflite/InterpreterSession.h with 100% similarity]
runtimes/libs/tflite/include/tflite/NNAPISession.h [moved from libs/tflite/include/tflite/NNAPISession.h with 100% similarity]
runtimes/libs/tflite/include/tflite/OutputIndex.h [moved from libs/tflite/include/tflite/OutputIndex.h with 100% similarity]
runtimes/libs/tflite/include/tflite/Quantization.h [moved from libs/tflite/include/tflite/Quantization.h with 100% similarity]
runtimes/libs/tflite/include/tflite/Session.h [moved from libs/tflite/include/tflite/Session.h with 100% similarity]
runtimes/libs/tflite/include/tflite/TensorLogger.h [moved from libs/tflite/include/tflite/TensorLogger.h with 100% similarity]
runtimes/libs/tflite/include/tflite/TensorShapeUtils.h [moved from libs/tflite/include/tflite/TensorShapeUtils.h with 100% similarity]
runtimes/libs/tflite/include/tflite/TensorUtils.h [moved from libs/tflite/include/tflite/TensorUtils.h with 100% similarity]
runtimes/libs/tflite/include/tflite/TensorView.h [moved from libs/tflite/include/tflite/TensorView.h with 100% similarity]
runtimes/libs/tflite/include/tflite/ext/kernels/Abs.h [moved from libs/tflite/include/tflite/ext/kernels/Abs.h with 100% similarity]
runtimes/libs/tflite/include/tflite/ext/kernels/CustomOps.h [moved from libs/tflite/include/tflite/ext/kernels/CustomOps.h with 100% similarity]
runtimes/libs/tflite/include/tflite/ext/kernels/SquaredDifference.h [moved from libs/tflite/include/tflite/ext/kernels/SquaredDifference.h with 100% similarity]
runtimes/libs/tflite/include/tflite/ext/kernels/TensorFlowMax.h [moved from libs/tflite/include/tflite/ext/kernels/TensorFlowMax.h with 100% similarity]
runtimes/libs/tflite/include/tflite/ext/kernels/TensorFlowSum.h [moved from libs/tflite/include/tflite/ext/kernels/TensorFlowSum.h with 100% similarity]
runtimes/libs/tflite/include/tflite/ext/kernels/register.h [moved from libs/tflite/include/tflite/ext/kernels/register.h with 100% similarity]
runtimes/libs/tflite/include/tflite/ext/nnapi_delegate.h [moved from libs/tflite/include/tflite/ext/nnapi_delegate.h with 100% similarity]
runtimes/libs/tflite/include/tflite/interp/Builder.h [moved from libs/tflite/include/tflite/interp/Builder.h with 100% similarity]
runtimes/libs/tflite/include/tflite/interp/FlatBufferBuilder.h [moved from libs/tflite/include/tflite/interp/FlatBufferBuilder.h with 100% similarity]
runtimes/libs/tflite/include/tflite/interp/FunctionBuilder.h [moved from libs/tflite/include/tflite/interp/FunctionBuilder.h with 100% similarity]
runtimes/libs/tflite/src/Diff.cpp [moved from libs/tflite/src/Diff.cpp with 100% similarity]
runtimes/libs/tflite/src/FeatureView.cpp [moved from libs/tflite/src/FeatureView.cpp with 100% similarity]
runtimes/libs/tflite/src/Quantization.cpp [moved from libs/tflite/src/Quantization.cpp with 100% similarity]
runtimes/libs/tflite/src/TensorShapeUtils.cpp [moved from libs/tflite/src/TensorShapeUtils.cpp with 100% similarity]
runtimes/libs/tflite/src/TensorView.test.cpp [moved from libs/tflite/src/TensorView.test.cpp with 100% similarity]
runtimes/libs/tflite/src/ext/kernels/Abs.cpp [moved from libs/tflite/src/ext/kernels/Abs.cpp with 100% similarity]
runtimes/libs/tflite/src/ext/kernels/SquaredDifference.cpp [moved from libs/tflite/src/ext/kernels/SquaredDifference.cpp with 100% similarity]
runtimes/libs/tflite/src/ext/kernels/TensorFlowMax.cpp [moved from libs/tflite/src/ext/kernels/TensorFlowMax.cpp with 100% similarity]
runtimes/libs/tflite/src/ext/kernels/TensorFlowSum.cpp [moved from libs/tflite/src/ext/kernels/TensorFlowSum.cpp with 100% similarity]
runtimes/libs/tflite/src/ext/kernels/register.cpp [moved from libs/tflite/src/ext/kernels/register.cpp with 100% similarity]
runtimes/libs/tflite/src/ext/nnapi_delegate.cpp [moved from libs/tflite/src/ext/nnapi_delegate.cpp with 100% similarity]
runtimes/libs/tflite/src/ext/nnapi_delegate_ex_AddOpsAndParams_lambda.inc [moved from libs/tflite/src/ext/nnapi_delegate_ex_AddOpsAndParams_lambda.inc with 100% similarity]
runtimes/libs/tflite/src/interp/FlatBufferBuilder.cpp [moved from libs/tflite/src/interp/FlatBufferBuilder.cpp with 100% similarity]
runtimes/libs/tflite/src/interp/FunctionBuilder.cpp [moved from libs/tflite/src/interp/FunctionBuilder.cpp with 100% similarity]
runtimes/libs/xdata/CMakeLists.txt [moved from libs/xdata/CMakeLists.txt with 100% similarity]
runtimes/libs/xdata/README.md [moved from libs/xdata/README.md with 100% similarity]
runtimes/libs/xdata/include/xdata.h [moved from libs/xdata/include/xdata.h with 100% similarity]
runtimes/libs/xdata/include/xdata/trace.h [moved from libs/xdata/include/xdata/trace.h with 100% similarity]
runtimes/libs/xdata/src/trace.cpp [moved from libs/xdata/src/trace.cpp with 100% similarity]
runtimes/libs/xprobe/CMakeLists.txt [moved from libs/xprobe/CMakeLists.txt with 100% similarity]
runtimes/libs/xprobe/include/xprobe.h [moved from libs/xprobe/include/xprobe.h with 100% similarity]
runtimes/libs/xprobe/include/xprobe/trace.h [moved from libs/xprobe/include/xprobe/trace.h with 100% similarity]
runtimes/libs/xprobe/src/trace.cpp [moved from libs/xprobe/src/trace.cpp with 100% similarity]
runtimes/libs/xray/CMakeLists.txt [moved from libs/xray/CMakeLists.txt with 100% similarity]
runtimes/libs/xray/event/CMakeLists.txt [moved from libs/xray/event/CMakeLists.txt with 100% similarity]
runtimes/libs/xray/event/include/xray/event.h [moved from libs/xray/event/include/xray/event.h with 100% similarity]
runtimes/libs/xray/event/include/xray/event_category.h [moved from libs/xray/event/include/xray/event_category.h with 100% similarity]
runtimes/libs/xray/event/include/xray/event_code.h [moved from libs/xray/event/include/xray/event_code.h with 100% similarity]
runtimes/libs/xray/mux/CMakeLists.txt [moved from libs/xray/mux/CMakeLists.txt with 100% similarity]
runtimes/libs/xray/mux/include/xray/mux.h [moved from libs/xray/mux/include/xray/mux.h with 100% similarity]
runtimes/libs/xray/mux/src/mux.cc [moved from libs/xray/mux/src/mux.cc with 100% similarity]
runtimes/libs/xray/pipe/CMakeLists.txt [moved from libs/xray/pipe/CMakeLists.txt with 100% similarity]
runtimes/libs/xray/pipe/include/xray/pipe.h [moved from libs/xray/pipe/include/xray/pipe.h with 100% similarity]

index b535dd4..a8b3a11 100644 (file)
@@ -22,8 +22,8 @@
 /tools/cross/ndk
 
 # ignore the embeded cl_kernels
-/libs/ARMComputeEx/src/core/CL/cl_kernels/*.clembed
-/libs/ARMComputeEx/src/core/CL/cl_kernels/*.hembed
+/**/*.clembed
+/**/*.hembed
 
 # External directory
 /externals
index 1afc5bc..c18cfbb 100644 (file)
@@ -77,8 +77,8 @@ target_include_directories(nnapi-header INTERFACE ${NNFW_SOURCE_ROOT}/include)
 #
 # add_subdirectory(runtimes)
 
-add_subdirectory(${NNFW_SOURCE_ROOT}/contrib conrtib)
-add_subdirectory(${NNFW_SOURCE_ROOT}/libs libs)
+add_subdirectory(${NNFW_SOURCE_ROOT}/runtimes/contrib contrib)
+add_subdirectory(${NNFW_SOURCE_ROOT}/runtimes/libs libs)
 add_subdirectory(${NNFW_SOURCE_ROOT}/runtimes runtimes)
 add_subdirectory(${NNFW_SOURCE_ROOT}/tests tests)
 add_subdirectory(${NNFW_SOURCE_ROOT}/tools tools)
similarity index 100%
rename from contrib/README.md
rename to runtimes/contrib/README.md