[runtime] Move runtimes and rename runtime directory (#8472)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 31 Oct 2019 10:30:06 +0000 (19:30 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 31 Oct 2019 10:30:06 +0000 (19:30 +0900)
commite0764f2b32690dcbf6db1c6b63205d67123e85f6
treeaef320c2d11001d63ca26e2fe9ca3319756c7796
parentb807ec339c45201e43ae881650e46261b20b8394
[runtime] Move runtimes and rename runtime directory (#8472)

Move logging and pacl runtime into contrib
Rename runtime directory: runtimes -> runtime

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
912 files changed:
infra/nnfw/CMakeLists.txt
runtime/CMakeLists.txt [moved from runtimes/neurun/frontend/CMakeLists.txt with 100% similarity]
runtime/contrib/CMakeLists.txt [moved from runtimes/contrib/CMakeLists.txt with 100% similarity]
runtime/contrib/README.md [moved from runtimes/contrib/README.md with 100% similarity]
runtime/contrib/TFLiteSharp/README.md [moved from runtimes/contrib/TFLiteSharp/README.md with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt [moved from runtimes/contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h [moved from runtimes/contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h [moved from runtimes/contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp [moved from runtimes/contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in [moved from runtimes/contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln [moved from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs [moved from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs [moved from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj [moved from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs [moved from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs [moved from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln [moved from runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs [moved from runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj [moved from runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj [moved from runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs [moved from runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs [moved from runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite [moved from runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp [moved from runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp [moved from runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png [moved from runtimes/contrib/TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png with 100% similarity]
runtime/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml [moved from runtimes/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml with 100% similarity]
runtime/contrib/TFLiteSharp/packaging/TFLiteSharp.manifest [moved from runtimes/contrib/TFLiteSharp/packaging/TFLiteSharp.manifest with 100% similarity]
runtime/contrib/TFLiteSharp/packaging/TFLiteSharp.spec [moved from runtimes/contrib/TFLiteSharp/packaging/TFLiteSharp.spec with 100% similarity]
runtime/contrib/TFLiteSharp/packaging/tflite-native.manifest [moved from runtimes/contrib/TFLiteSharp/packaging/tflite-native.manifest with 100% similarity]
runtime/contrib/android_benchmark_app/AndroidManifest.xml [moved from runtimes/contrib/android_benchmark_app/AndroidManifest.xml with 100% similarity]
runtime/contrib/android_benchmark_app/CMakeLists.txt [moved from runtimes/contrib/android_benchmark_app/CMakeLists.txt with 100% similarity]
runtime/contrib/android_benchmark_app/README.md [moved from runtimes/contrib/android_benchmark_app/README.md with 100% similarity]
runtime/contrib/android_benchmark_app/cpp/ndk_main.cpp [moved from runtimes/contrib/android_benchmark_app/cpp/ndk_main.cpp with 100% similarity]
runtime/contrib/android_benchmark_app/cpp/ndk_main.h [moved from runtimes/contrib/android_benchmark_app/cpp/ndk_main.h with 100% similarity]
runtime/contrib/android_benchmark_app/java/com/ndk/tflbench/MainActivity.java [moved from runtimes/contrib/android_benchmark_app/java/com/ndk/tflbench/MainActivity.java with 100% similarity]
runtime/contrib/android_benchmark_app/res/drawable-hdpi/ic_launcher.png [moved from runtimes/contrib/android_benchmark_app/res/drawable-hdpi/ic_launcher.png with 100% similarity]
runtime/contrib/android_benchmark_app/res/drawable-mdpi/ic_launcher.png [moved from runtimes/contrib/android_benchmark_app/res/drawable-mdpi/ic_launcher.png with 100% similarity]
runtime/contrib/android_benchmark_app/res/drawable-xhdpi/ic_launcher.png [moved from runtimes/contrib/android_benchmark_app/res/drawable-xhdpi/ic_launcher.png with 100% similarity]
runtime/contrib/android_benchmark_app/res/drawable-xxhdpi/ic_launcher.png [moved from runtimes/contrib/android_benchmark_app/res/drawable-xxhdpi/ic_launcher.png with 100% similarity]
runtime/contrib/android_benchmark_app/res/layout/activity_main.xml [moved from runtimes/contrib/android_benchmark_app/res/layout/activity_main.xml with 100% similarity]
runtime/contrib/android_benchmark_app/res/values-v21/styles.xml [moved from runtimes/contrib/android_benchmark_app/res/values-v21/styles.xml with 100% similarity]
runtime/contrib/android_benchmark_app/res/values/strings.xml [moved from runtimes/contrib/android_benchmark_app/res/values/strings.xml with 100% similarity]
runtime/contrib/android_tflite/CMakeLists.txt [moved from runtimes/contrib/android_tflite/CMakeLists.txt with 100% similarity]
runtime/contrib/android_tflite/builtin_ops_jni.cc [moved from runtimes/contrib/android_tflite/builtin_ops_jni.cc with 100% similarity]
runtime/contrib/benchmark_acl/.FORMATDENY [moved from runtimes/contrib/benchmark_acl/.FORMATDENY with 100% similarity]
runtime/contrib/benchmark_acl/CMakeLists.txt [moved from runtimes/contrib/benchmark_acl/CMakeLists.txt with 100% similarity]
runtime/contrib/benchmark_acl/src/Benchmark.cpp [moved from runtimes/contrib/benchmark_acl/src/Benchmark.cpp with 100% similarity]
runtime/contrib/benchmark_acl/src/Benchmark.h [moved from runtimes/contrib/benchmark_acl/src/Benchmark.h with 100% similarity]
runtime/contrib/benchmark_acl/src/benchmark_googlenet.cpp [moved from runtimes/contrib/benchmark_acl/src/benchmark_googlenet.cpp with 100% similarity]
runtime/contrib/benchmark_acl/src/benchmark_inception_v3.cpp [moved from runtimes/contrib/benchmark_acl/src/benchmark_inception_v3.cpp with 100% similarity]
runtime/contrib/benchmark_acl/src/benchmark_mobilenet.cpp [moved from runtimes/contrib/benchmark_acl/src/benchmark_mobilenet.cpp with 100% similarity]
runtime/contrib/custom_op/README.md [moved from runtimes/contrib/custom_op/README.md with 100% similarity]
runtime/contrib/custom_op/customOp-workflow.png [moved from runtimes/contrib/custom_op/customOp-workflow.png with 100% similarity]
runtime/contrib/detection/CMakeLists.txt [moved from runtimes/contrib/detection/CMakeLists.txt with 100% similarity]
runtime/contrib/detection/detection.cpp [moved from runtimes/contrib/detection/detection.cpp with 100% similarity]
runtime/contrib/labs/CMakeLists.txt [moved from runtimes/contrib/labs/CMakeLists.txt with 100% similarity]
runtime/contrib/labs/jniacl/CMakeLists.txt [moved from runtimes/contrib/labs/jniacl/CMakeLists.txt with 100% similarity]
runtime/contrib/labs/jniacl/src/io_accessor.cc [moved from runtimes/contrib/labs/jniacl/src/io_accessor.cc with 100% similarity]
runtime/contrib/labs/jniacl/src/io_accessor.h [moved from runtimes/contrib/labs/jniacl/src/io_accessor.h with 100% similarity]
runtime/contrib/labs/jniacl/src/jniacl_main.cc [moved from runtimes/contrib/labs/jniacl/src/jniacl_main.cc with 100% similarity]
runtime/contrib/labs/opencl_test/CMakeLists.txt [moved from runtimes/contrib/labs/opencl_test/CMakeLists.txt with 100% similarity]
runtime/contrib/labs/opencl_test/README.md [moved from runtimes/contrib/labs/opencl_test/README.md with 100% similarity]
runtime/contrib/labs/opencl_test/src/opencl_test.cc [moved from runtimes/contrib/labs/opencl_test/src/opencl_test.cc with 100% similarity]
runtime/contrib/labs/tflite_examples/CMakeLists.txt [moved from runtimes/contrib/labs/tflite_examples/CMakeLists.txt with 100% similarity]
runtime/contrib/labs/tflite_examples/src/conv.cpp [moved from runtimes/contrib/labs/tflite_examples/src/conv.cpp with 100% similarity]
runtime/contrib/logging/CMakeLists.txt [moved from runtimes/logging/CMakeLists.txt with 100% similarity]
runtime/contrib/logging/include/operand.def [moved from runtimes/logging/include/operand.def with 100% similarity]
runtime/contrib/logging/include/operation.def [moved from runtimes/logging/include/operation.def with 100% similarity]
runtime/contrib/logging/src/nnapi_logging.cc [moved from runtimes/logging/src/nnapi_logging.cc with 100% similarity]
runtime/contrib/mlapse/CMakeLists.txt [moved from runtimes/contrib/mlapse/CMakeLists.txt with 100% similarity]
runtime/contrib/mlapse/README.md [moved from runtimes/contrib/mlapse/README.md with 100% similarity]
runtime/contrib/mlapse/tfl/CMakeLists.txt [moved from runtimes/contrib/mlapse/tfl/CMakeLists.txt with 100% similarity]
runtime/contrib/mlapse/tfl/driver.cc [moved from runtimes/contrib/mlapse/tfl/driver.cc with 100% similarity]
runtime/contrib/mlapse/tfl/mlapse/CSV_report_generator.cc [moved from runtimes/contrib/mlapse/tfl/mlapse/CSV_report_generator.cc with 100% similarity]
runtime/contrib/mlapse/tfl/mlapse/CSV_report_generator.h [moved from runtimes/contrib/mlapse/tfl/mlapse/CSV_report_generator.h with 100% similarity]
runtime/contrib/mlapse/tfl/mlapse/benchmark_observer.cc [moved from runtimes/contrib/mlapse/tfl/mlapse/benchmark_observer.cc with 100% similarity]
runtime/contrib/mlapse/tfl/mlapse/benchmark_observer.h [moved from runtimes/contrib/mlapse/tfl/mlapse/benchmark_observer.h with 100% similarity]
runtime/contrib/mlapse/tfl/mlapse/benchmark_runner.cc [moved from runtimes/contrib/mlapse/tfl/mlapse/benchmark_runner.cc with 100% similarity]
runtime/contrib/mlapse/tfl/mlapse/benchmark_runner.h [moved from runtimes/contrib/mlapse/tfl/mlapse/benchmark_runner.h with 100% similarity]
runtime/contrib/mlapse/tfl/mlapse/multicast_observer.cc [moved from runtimes/contrib/mlapse/tfl/mlapse/multicast_observer.cc with 100% similarity]
runtime/contrib/mlapse/tfl/mlapse/multicast_observer.h [moved from runtimes/contrib/mlapse/tfl/mlapse/multicast_observer.h with 100% similarity]
runtime/contrib/mlapse/tfl/mlapse/tfl/load.cc [moved from runtimes/contrib/mlapse/tfl/mlapse/tfl/load.cc with 100% similarity]
runtime/contrib/mlapse/tfl/mlapse/tfl/load.h [moved from runtimes/contrib/mlapse/tfl/mlapse/tfl/load.h with 100% similarity]
runtime/contrib/pure_arm_compute/CMakeLists.txt [moved from runtimes/pure_arm_compute/CMakeLists.txt with 100% similarity]
runtime/contrib/pure_arm_compute/src/compilation.cc [moved from runtimes/pure_arm_compute/src/compilation.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/compilation.h [moved from runtimes/pure_arm_compute/src/compilation.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/event.cc [moved from runtimes/pure_arm_compute/src/event.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/event.h [moved from runtimes/pure_arm_compute/src/event.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/execution.cc [moved from runtimes/pure_arm_compute/src/execution.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/execution.h [moved from runtimes/pure_arm_compute/src/execution.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/FeatureSink.h [moved from runtimes/pure_arm_compute/src/internal/FeatureSink.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/FeatureSource.h [moved from runtimes/pure_arm_compute/src/internal/FeatureSource.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/IExecutionBuilder.h [moved from runtimes/pure_arm_compute/src/internal/IExecutionBuilder.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/MatrixSink.h [moved from runtimes/pure_arm_compute/src/internal/MatrixSink.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/MatrixSource.h [moved from runtimes/pure_arm_compute/src/internal/MatrixSource.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/Model.cc [moved from runtimes/pure_arm_compute/src/internal/Model.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/Model.h [moved from runtimes/pure_arm_compute/src/internal/Model.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/Sink.h [moved from runtimes/pure_arm_compute/src/internal/Sink.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/Sinks.h [moved from runtimes/pure_arm_compute/src/internal/Sinks.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/Source.h [moved from runtimes/pure_arm_compute/src/internal/Source.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/Swizzle.h [moved from runtimes/pure_arm_compute/src/internal/Swizzle.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/Tensor3DSink.h [moved from runtimes/pure_arm_compute/src/internal/Tensor3DSink.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/Tensor3DSource.h [moved from runtimes/pure_arm_compute/src/internal/Tensor3DSource.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/TensorSource.h [moved from runtimes/pure_arm_compute/src/internal/TensorSource.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/VectorSink.h [moved from runtimes/pure_arm_compute/src/internal/VectorSink.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/VectorSource.h [moved from runtimes/pure_arm_compute/src/internal/VectorSource.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/arm_compute.cc [moved from runtimes/pure_arm_compute/src/internal/arm_compute.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/arm_compute.h [moved from runtimes/pure_arm_compute/src/internal/arm_compute.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/arm_compute/Cast.cc [moved from runtimes/pure_arm_compute/src/internal/arm_compute/Cast.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/arm_compute/Cast.h [moved from runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/arm_compute/feature/View.h [moved from runtimes/pure_arm_compute/src/internal/arm_compute/feature/View.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/arm_compute/kernel/View.h [moved from runtimes/pure_arm_compute/src/internal/arm_compute/kernel/View.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/arm_compute/matrix/View.h [moved from runtimes/pure_arm_compute/src/internal/arm_compute/matrix/View.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/arm_compute/tensor/View.h [moved from runtimes/pure_arm_compute/src/internal/arm_compute/tensor/View.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/nnapi/feature/Reader.h [moved from runtimes/pure_arm_compute/src/internal/nnapi/feature/Reader.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/nnapi/feature/Utils.h [moved from runtimes/pure_arm_compute/src/internal/nnapi/feature/Utils.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/nnapi/feature/View.h [moved from runtimes/pure_arm_compute/src/internal/nnapi/feature/View.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/nnapi/kernel/Reader.h [moved from runtimes/pure_arm_compute/src/internal/nnapi/kernel/Reader.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/nnapi/matrix/Reader.h [moved from runtimes/pure_arm_compute/src/internal/nnapi/matrix/Reader.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/nnapi/tensor/ConstView.h [moved from runtimes/pure_arm_compute/src/internal/nnapi/tensor/ConstView.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/nnapi/tensor/Reader.h [moved from runtimes/pure_arm_compute/src/internal/nnapi/tensor/Reader.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/nnapi/tensor/View.h [moved from runtimes/pure_arm_compute/src/internal/nnapi/tensor/View.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Abs.cc [moved from runtimes/pure_arm_compute/src/internal/op/Abs.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Abs.h [moved from runtimes/pure_arm_compute/src/internal/op/Abs.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Add.cc [moved from runtimes/pure_arm_compute/src/internal/op/Add.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Add.h [moved from runtimes/pure_arm_compute/src/internal/op/Add.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ArgMax.cc [moved from runtimes/pure_arm_compute/src/internal/op/ArgMax.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ArgMax.h [moved from runtimes/pure_arm_compute/src/internal/op/ArgMax.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/AvgPool2D.cc [moved from runtimes/pure_arm_compute/src/internal/op/AvgPool2D.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/AvgPool2D.h [moved from runtimes/pure_arm_compute/src/internal/op/AvgPool2D.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/BatchToSpaceNd.cc [moved from runtimes/pure_arm_compute/src/internal/op/BatchToSpaceNd.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/BatchToSpaceNd.h [moved from runtimes/pure_arm_compute/src/internal/op/BatchToSpaceNd.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Cast.cc [moved from runtimes/pure_arm_compute/src/internal/op/Cast.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Cast.h [moved from runtimes/pure_arm_compute/src/internal/op/Cast.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Concat.cc [moved from runtimes/pure_arm_compute/src/internal/op/Concat.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Concat.h [moved from runtimes/pure_arm_compute/src/internal/op/Concat.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Conv2D.cc [moved from runtimes/pure_arm_compute/src/internal/op/Conv2D.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Conv2D.h [moved from runtimes/pure_arm_compute/src/internal/op/Conv2D.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/DepthToSpace.cc [moved from runtimes/pure_arm_compute/src/internal/op/DepthToSpace.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/DepthToSpace.h [moved from runtimes/pure_arm_compute/src/internal/op/DepthToSpace.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/DepthwiseConv2D.cc [moved from runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/DepthwiseConv2D.h [moved from runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Dequantize.cc [moved from runtimes/pure_arm_compute/src/internal/op/Dequantize.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Dequantize.h [moved from runtimes/pure_arm_compute/src/internal/op/Dequantize.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Div.cc [moved from runtimes/pure_arm_compute/src/internal/op/Div.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Div.h [moved from runtimes/pure_arm_compute/src/internal/op/Div.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/EmbeddingLookup.cc [moved from runtimes/pure_arm_compute/src/internal/op/EmbeddingLookup.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/EmbeddingLookup.h [moved from runtimes/pure_arm_compute/src/internal/op/EmbeddingLookup.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Equal.cc [moved from runtimes/pure_arm_compute/src/internal/op/Equal.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Equal.h [moved from runtimes/pure_arm_compute/src/internal/op/Equal.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Exp.cc [moved from runtimes/pure_arm_compute/src/internal/op/Exp.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Exp.h [moved from runtimes/pure_arm_compute/src/internal/op/Exp.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Floor.cc [moved from runtimes/pure_arm_compute/src/internal/op/Floor.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Floor.h [moved from runtimes/pure_arm_compute/src/internal/op/Floor.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/FullyConnected.cc [moved from runtimes/pure_arm_compute/src/internal/op/FullyConnected.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/FullyConnected.h [moved from runtimes/pure_arm_compute/src/internal/op/FullyConnected.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Gather.cc [moved from runtimes/pure_arm_compute/src/internal/op/Gather.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Gather.h [moved from runtimes/pure_arm_compute/src/internal/op/Gather.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/HashtableLookup.cc [moved from runtimes/pure_arm_compute/src/internal/op/HashtableLookup.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/HashtableLookup.h [moved from runtimes/pure_arm_compute/src/internal/op/HashtableLookup.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/L2Normalization.cc [moved from runtimes/pure_arm_compute/src/internal/op/L2Normalization.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/L2Normalization.h [moved from runtimes/pure_arm_compute/src/internal/op/L2Normalization.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/L2Pool2D.cc [moved from runtimes/pure_arm_compute/src/internal/op/L2Pool2D.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/L2Pool2D.h [moved from runtimes/pure_arm_compute/src/internal/op/L2Pool2D.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/LocalResponseNormalization.cc [moved from runtimes/pure_arm_compute/src/internal/op/LocalResponseNormalization.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/LocalResponseNormalization.h [moved from runtimes/pure_arm_compute/src/internal/op/LocalResponseNormalization.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/LogicalAnd.cc [moved from runtimes/pure_arm_compute/src/internal/op/LogicalAnd.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/LogicalAnd.h [moved from runtimes/pure_arm_compute/src/internal/op/LogicalAnd.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/LogicalNot.cc [moved from runtimes/pure_arm_compute/src/internal/op/LogicalNot.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/LogicalNot.h [moved from runtimes/pure_arm_compute/src/internal/op/LogicalNot.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/LogicalOr.cc [moved from runtimes/pure_arm_compute/src/internal/op/LogicalOr.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/LogicalOr.h [moved from runtimes/pure_arm_compute/src/internal/op/LogicalOr.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Logistic.cc [moved from runtimes/pure_arm_compute/src/internal/op/Logistic.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Logistic.h [moved from runtimes/pure_arm_compute/src/internal/op/Logistic.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Lstm.cc [moved from runtimes/pure_arm_compute/src/internal/op/Lstm.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Lstm.h [moved from runtimes/pure_arm_compute/src/internal/op/Lstm.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/MaxPool2D.cc [moved from runtimes/pure_arm_compute/src/internal/op/MaxPool2D.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/MaxPool2D.h [moved from runtimes/pure_arm_compute/src/internal/op/MaxPool2D.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Mean.cc [moved from runtimes/pure_arm_compute/src/internal/op/Mean.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Mean.h [moved from runtimes/pure_arm_compute/src/internal/op/Mean.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Mul.cc [moved from runtimes/pure_arm_compute/src/internal/op/Mul.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Mul.h [moved from runtimes/pure_arm_compute/src/internal/op/Mul.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Neg.cc [moved from runtimes/pure_arm_compute/src/internal/op/Neg.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Neg.h [moved from runtimes/pure_arm_compute/src/internal/op/Neg.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Node.h [moved from runtimes/pure_arm_compute/src/internal/op/Node.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/NodeVisitor.h [moved from runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/NotEqual.cc [moved from runtimes/pure_arm_compute/src/internal/op/NotEqual.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/NotEqual.h [moved from runtimes/pure_arm_compute/src/internal/op/NotEqual.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/PReLU.cc [moved from runtimes/pure_arm_compute/src/internal/op/PReLU.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/PReLU.h [moved from runtimes/pure_arm_compute/src/internal/op/PReLU.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Pack.cc [moved from runtimes/pure_arm_compute/src/internal/op/Pack.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Pack.h [moved from runtimes/pure_arm_compute/src/internal/op/Pack.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Pad.cc [moved from runtimes/pure_arm_compute/src/internal/op/Pad.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Pad.h [moved from runtimes/pure_arm_compute/src/internal/op/Pad.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/RSQRT.cc [moved from runtimes/pure_arm_compute/src/internal/op/RSQRT.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/RSQRT.h [moved from runtimes/pure_arm_compute/src/internal/op/RSQRT.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReLU.cc [moved from runtimes/pure_arm_compute/src/internal/op/ReLU.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReLU.h [moved from runtimes/pure_arm_compute/src/internal/op/ReLU.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReLU1.cc [moved from runtimes/pure_arm_compute/src/internal/op/ReLU1.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReLU1.h [moved from runtimes/pure_arm_compute/src/internal/op/ReLU1.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReLU6.cc [moved from runtimes/pure_arm_compute/src/internal/op/ReLU6.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReLU6.h [moved from runtimes/pure_arm_compute/src/internal/op/ReLU6.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReduceMax.cc [moved from runtimes/pure_arm_compute/src/internal/op/ReduceMax.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReduceMax.h [moved from runtimes/pure_arm_compute/src/internal/op/ReduceMax.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReduceMin.cc [moved from runtimes/pure_arm_compute/src/internal/op/ReduceMin.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReduceMin.h [moved from runtimes/pure_arm_compute/src/internal/op/ReduceMin.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReduceSum.cc [moved from runtimes/pure_arm_compute/src/internal/op/ReduceSum.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ReduceSum.h [moved from runtimes/pure_arm_compute/src/internal/op/ReduceSum.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Reshape.cc [moved from runtimes/pure_arm_compute/src/internal/op/Reshape.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Reshape.h [moved from runtimes/pure_arm_compute/src/internal/op/Reshape.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ResizeBilinear.cc [moved from runtimes/pure_arm_compute/src/internal/op/ResizeBilinear.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/ResizeBilinear.h [moved from runtimes/pure_arm_compute/src/internal/op/ResizeBilinear.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Rnn.cc [moved from runtimes/pure_arm_compute/src/internal/op/Rnn.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Rnn.h [moved from runtimes/pure_arm_compute/src/internal/op/Rnn.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/SQRT.cc [moved from runtimes/pure_arm_compute/src/internal/op/SQRT.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/SQRT.h [moved from runtimes/pure_arm_compute/src/internal/op/SQRT.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Softmax.cc [moved from runtimes/pure_arm_compute/src/internal/op/Softmax.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Softmax.h [moved from runtimes/pure_arm_compute/src/internal/op/Softmax.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/SpaceToBatchND.cc [moved from runtimes/pure_arm_compute/src/internal/op/SpaceToBatchND.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/SpaceToBatchND.h [moved from runtimes/pure_arm_compute/src/internal/op/SpaceToBatchND.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/SpaceToDepth.cc [moved from runtimes/pure_arm_compute/src/internal/op/SpaceToDepth.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/SpaceToDepth.h [moved from runtimes/pure_arm_compute/src/internal/op/SpaceToDepth.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Split.cc [moved from runtimes/pure_arm_compute/src/internal/op/Split.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Split.h [moved from runtimes/pure_arm_compute/src/internal/op/Split.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/SquaredDifference.cc [moved from runtimes/pure_arm_compute/src/internal/op/SquaredDifference.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/SquaredDifference.h [moved from runtimes/pure_arm_compute/src/internal/op/SquaredDifference.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Squeeze.cc [moved from runtimes/pure_arm_compute/src/internal/op/Squeeze.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Squeeze.h [moved from runtimes/pure_arm_compute/src/internal/op/Squeeze.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/StridedSlice.cc [moved from runtimes/pure_arm_compute/src/internal/op/StridedSlice.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/StridedSlice.h [moved from runtimes/pure_arm_compute/src/internal/op/StridedSlice.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Sub.cc [moved from runtimes/pure_arm_compute/src/internal/op/Sub.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Sub.h [moved from runtimes/pure_arm_compute/src/internal/op/Sub.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Tanh.cc [moved from runtimes/pure_arm_compute/src/internal/op/Tanh.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Tanh.h [moved from runtimes/pure_arm_compute/src/internal/op/Tanh.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/TopKV2.cc [moved from runtimes/pure_arm_compute/src/internal/op/TopKV2.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/TopKV2.h [moved from runtimes/pure_arm_compute/src/internal/op/TopKV2.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Transpose.cc [moved from runtimes/pure_arm_compute/src/internal/op/Transpose.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Transpose.h [moved from runtimes/pure_arm_compute/src/internal/op/Transpose.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/TransposeConv.cc [moved from runtimes/pure_arm_compute/src/internal/op/TransposeConv.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/TransposeConv.h [moved from runtimes/pure_arm_compute/src/internal/op/TransposeConv.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Unpack.cc [moved from runtimes/pure_arm_compute/src/internal/op/Unpack.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/internal/op/Unpack.h [moved from runtimes/pure_arm_compute/src/internal/op/Unpack.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/library_info.cc [moved from runtimes/pure_arm_compute/src/library_info.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/logging.h [moved from runtimes/pure_arm_compute/src/logging.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/memory.cc [moved from runtimes/pure_arm_compute/src/memory.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/memory.h [moved from runtimes/pure_arm_compute/src/memory.h with 100% similarity]
runtime/contrib/pure_arm_compute/src/model.cc [moved from runtimes/pure_arm_compute/src/model.cc with 100% similarity]
runtime/contrib/pure_arm_compute/src/model.h [moved from runtimes/pure_arm_compute/src/model.h with 100% similarity]
runtime/contrib/pure_arm_compute/symbolcheck.cpp [moved from runtimes/pure_arm_compute/symbolcheck.cpp with 100% similarity]
runtime/contrib/tflite_classify/CMakeLists.txt [moved from runtimes/contrib/tflite_classify/CMakeLists.txt with 100% similarity]
runtime/contrib/tflite_classify/src/ImageClassifier.cc [moved from runtimes/contrib/tflite_classify/src/ImageClassifier.cc with 100% similarity]
runtime/contrib/tflite_classify/src/ImageClassifier.h [moved from runtimes/contrib/tflite_classify/src/ImageClassifier.h with 100% similarity]
runtime/contrib/tflite_classify/src/InferenceInterface.cc [moved from runtimes/contrib/tflite_classify/src/InferenceInterface.cc with 100% similarity]
runtime/contrib/tflite_classify/src/InferenceInterface.h [moved from runtimes/contrib/tflite_classify/src/InferenceInterface.h with 100% similarity]
runtime/contrib/tflite_classify/src/tflite_classify.cc [moved from runtimes/contrib/tflite_classify/src/tflite_classify.cc with 100% similarity]
runtime/contrib/tflite_test/CMakeLists.txt [moved from runtimes/contrib/tflite_test/CMakeLists.txt with 100% similarity]
runtime/contrib/tflite_test/tflite_test.cpp [moved from runtimes/contrib/tflite_test/tflite_test.cpp with 100% similarity]
runtime/contrib/uben/CMakeLists.txt [moved from runtimes/contrib/uben/CMakeLists.txt with 100% similarity]
runtime/contrib/uben/Convolution.cpp [moved from runtimes/contrib/uben/Convolution.cpp with 100% similarity]
runtime/contrib/uben/Softmax.cpp [moved from runtimes/contrib/uben/Softmax.cpp with 100% similarity]
runtime/contrib/xtrace/CMakeLists.txt [moved from runtimes/contrib/xtrace/CMakeLists.txt with 100% similarity]
runtime/contrib/xtrace/src/benchmark_event.cc [moved from runtimes/contrib/xtrace/src/benchmark_event.cc with 100% similarity]
runtime/contrib/xtrace/src/benchmark_event.h [moved from runtimes/contrib/xtrace/src/benchmark_event.h with 100% similarity]
runtime/contrib/xtrace/src/benchmark_runner.cc [moved from runtimes/contrib/xtrace/src/benchmark_runner.cc with 100% similarity]
runtime/contrib/xtrace/src/benchmark_runner.h [moved from runtimes/contrib/xtrace/src/benchmark_runner.h with 100% similarity]
runtime/contrib/xtrace/src/event_collector.cc [moved from runtimes/contrib/xtrace/src/event_collector.cc with 100% similarity]
runtime/contrib/xtrace/src/event_collector.h [moved from runtimes/contrib/xtrace/src/event_collector.h with 100% similarity]
runtime/contrib/xtrace/src/event_recorder.cc [moved from runtimes/contrib/xtrace/src/event_recorder.cc with 100% similarity]
runtime/contrib/xtrace/src/event_recorder.h [moved from runtimes/contrib/xtrace/src/event_recorder.h with 100% similarity]
runtime/contrib/xtrace/src/str.h [moved from runtimes/contrib/xtrace/src/str.h with 100% similarity]
runtime/contrib/xtrace/src/xtrace.cc [moved from runtimes/contrib/xtrace/src/xtrace.cc with 100% similarity]
runtime/libs/CMakeLists.txt [moved from runtimes/libs/CMakeLists.txt with 100% similarity]
runtime/libs/cpp14/CMakeLists.txt [moved from runtimes/libs/cpp14/CMakeLists.txt with 100% similarity]
runtime/libs/cpp14/include/cpp14/memory.h [moved from runtimes/libs/cpp14/include/cpp14/memory.h with 100% similarity]
runtime/libs/jsoncpp/CMakeLists.txt [moved from runtimes/libs/jsoncpp/CMakeLists.txt with 100% similarity]
runtime/libs/jsoncpp/README.md [moved from runtimes/libs/jsoncpp/README.md with 100% similarity]
runtime/libs/jsoncpp/json/json-forwards.h [moved from runtimes/libs/jsoncpp/json/json-forwards.h with 100% similarity]
runtime/libs/jsoncpp/json/json.h [moved from runtimes/libs/jsoncpp/json/json.h with 100% similarity]
runtime/libs/jsoncpp/jsoncpp.cpp [moved from runtimes/libs/jsoncpp/jsoncpp.cpp with 100% similarity]
runtime/libs/misc/CMakeLists.txt [moved from runtimes/libs/misc/CMakeLists.txt with 100% similarity]
runtime/libs/misc/examples/tensor_index_iterator.cpp [moved from runtimes/libs/misc/examples/tensor_index_iterator.cpp with 100% similarity]
runtime/libs/misc/include/misc/EnvVar.h [moved from runtimes/libs/misc/include/misc/EnvVar.h with 100% similarity]
runtime/libs/misc/include/misc/benchmark.h [moved from runtimes/libs/misc/include/misc/benchmark.h with 100% similarity]
runtime/libs/misc/include/misc/feature/Index.h [moved from runtimes/libs/misc/include/misc/feature/Index.h with 100% similarity]
runtime/libs/misc/include/misc/feature/IndexIterator.h [moved from runtimes/libs/misc/include/misc/feature/IndexIterator.h with 100% similarity]
runtime/libs/misc/include/misc/feature/Object.h [moved from runtimes/libs/misc/include/misc/feature/Object.h with 100% similarity]
runtime/libs/misc/include/misc/feature/Reader.h [moved from runtimes/libs/misc/include/misc/feature/Reader.h with 100% similarity]
runtime/libs/misc/include/misc/feature/Shape.h [moved from runtimes/libs/misc/include/misc/feature/Shape.h with 100% similarity]
runtime/libs/misc/include/misc/feature/TextFormatter.h [moved from runtimes/libs/misc/include/misc/feature/TextFormatter.h with 100% similarity]
runtime/libs/misc/include/misc/fp32.h [moved from runtimes/libs/misc/include/misc/fp32.h with 100% similarity]
runtime/libs/misc/include/misc/kernel/IndexIterator.h [moved from runtimes/libs/misc/include/misc/kernel/IndexIterator.h with 100% similarity]
runtime/libs/misc/include/misc/kernel/Reader.h [moved from runtimes/libs/misc/include/misc/kernel/Reader.h with 100% similarity]
runtime/libs/misc/include/misc/kernel/Shape.h [moved from runtimes/libs/misc/include/misc/kernel/Shape.h with 100% similarity]
runtime/libs/misc/include/misc/matrix/IndexIterator.h [moved from runtimes/libs/misc/include/misc/matrix/IndexIterator.h with 100% similarity]
runtime/libs/misc/include/misc/matrix/Reader.h [moved from runtimes/libs/misc/include/misc/matrix/Reader.h with 100% similarity]
runtime/libs/misc/include/misc/matrix/Shape.h [moved from runtimes/libs/misc/include/misc/matrix/Shape.h with 100% similarity]
runtime/libs/misc/include/misc/polymorphic_downcast.h [moved from runtimes/libs/misc/include/misc/polymorphic_downcast.h with 100% similarity]
runtime/libs/misc/include/misc/string_helpers.h [moved from runtimes/libs/misc/include/misc/string_helpers.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/Comparator.h [moved from runtimes/libs/misc/include/misc/tensor/Comparator.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/Diff.h [moved from runtimes/libs/misc/include/misc/tensor/Diff.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/Index.h [moved from runtimes/libs/misc/include/misc/tensor/Index.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/IndexEnumerator.h [moved from runtimes/libs/misc/include/misc/tensor/IndexEnumerator.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/IndexFormatter.h [moved from runtimes/libs/misc/include/misc/tensor/IndexFormatter.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/IndexIterator.h [moved from runtimes/libs/misc/include/misc/tensor/IndexIterator.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/NonIncreasingStride.h [moved from runtimes/libs/misc/include/misc/tensor/NonIncreasingStride.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/Object.h [moved from runtimes/libs/misc/include/misc/tensor/Object.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/Reader.h [moved from runtimes/libs/misc/include/misc/tensor/Reader.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/Shape.h [moved from runtimes/libs/misc/include/misc/tensor/Shape.h with 100% similarity]
runtime/libs/misc/include/misc/tensor/Zipper.h [moved from runtimes/libs/misc/include/misc/tensor/Zipper.h with 100% similarity]
runtime/libs/misc/include/misc/vector.h [moved from runtimes/libs/misc/include/misc/vector.h with 100% similarity]
runtime/libs/misc/include/misc/vector/Object.h [moved from runtimes/libs/misc/include/misc/vector/Object.h with 100% similarity]
runtime/libs/misc/include/misc/vector/Reader.h [moved from runtimes/libs/misc/include/misc/vector/Reader.h with 100% similarity]
runtime/libs/misc/src/tensor/Comparator.cpp [moved from runtimes/libs/misc/src/tensor/Comparator.cpp with 100% similarity]
runtime/libs/misc/src/tensor/IndexFormatter.cpp [moved from runtimes/libs/misc/src/tensor/IndexFormatter.cpp with 100% similarity]
runtime/libs/misc/src/tensor/NonIncreasingStride.cpp [moved from runtimes/libs/misc/src/tensor/NonIncreasingStride.cpp with 100% similarity]
runtime/libs/misc/src/tensor/Shape.cpp [moved from runtimes/libs/misc/src/tensor/Shape.cpp with 100% similarity]
runtime/libs/nnapi/CMakeLists.txt [moved from runtimes/libs/nnapi/CMakeLists.txt with 100% similarity]
runtime/libs/nnapi/v1.1/CMakeLists.txt [moved from runtimes/libs/nnapi/v1.1/CMakeLists.txt with 100% similarity]
runtime/libs/nnapi/v1.1/include/NeuralNetworksExShim.h [moved from runtimes/libs/nnapi/v1.1/include/NeuralNetworksExShim.h with 100% similarity]
runtime/libs/nnapi/v1.1/include/NeuralNetworksLoadHelpers.h [moved from runtimes/libs/nnapi/v1.1/include/NeuralNetworksLoadHelpers.h with 100% similarity]
runtime/libs/nnapi/v1.1/include/NeuralNetworksShim.h [moved from runtimes/libs/nnapi/v1.1/include/NeuralNetworksShim.h with 100% similarity]
runtime/libs/nnapi/v1.2/CMakeLists.txt [moved from runtimes/libs/nnapi/v1.2/CMakeLists.txt with 100% similarity]
runtime/libs/nnapi/v1.2/include/NeuralNetworksExShim.h [moved from runtimes/libs/nnapi/v1.2/include/NeuralNetworksExShim.h with 100% similarity]
runtime/libs/nnapi/v1.2/include/NeuralNetworksLoadHelpers.h [moved from runtimes/libs/nnapi/v1.2/include/NeuralNetworksLoadHelpers.h with 100% similarity]
runtime/libs/nnapi/v1.2/include/NeuralNetworksShim.h [moved from runtimes/libs/nnapi/v1.2/include/NeuralNetworksShim.h with 100% similarity]
runtime/libs/nnapi/v1.2/include/NeuralNetworksTypes.h [moved from runtimes/libs/nnapi/v1.2/include/NeuralNetworksTypes.h with 100% similarity]
runtime/libs/profiling/CMakeLists.txt [moved from runtimes/libs/profiling/CMakeLists.txt with 100% similarity]
runtime/libs/profiling/include/profiling/profile_buffer.h [moved from runtimes/libs/profiling/include/profiling/profile_buffer.h with 100% similarity]
runtime/libs/profiling/include/profiling/profiler.h [moved from runtimes/libs/profiling/include/profiling/profiler.h with 100% similarity]
runtime/libs/profiling/include/profiling/profiling.h [moved from runtimes/libs/profiling/include/profiling/profiling.h with 100% similarity]
runtime/libs/profiling/include/profiling/time.h [moved from runtimes/libs/profiling/include/profiling/time.h with 100% similarity]
runtime/libs/profiling/src/profiling/time.cpp [moved from runtimes/libs/profiling/src/profiling/time.cpp with 100% similarity]
runtime/libs/rua/CMakeLists.txt [moved from runtimes/libs/rua/CMakeLists.txt with 100% similarity]
runtime/libs/rua/README.md [moved from runtimes/libs/rua/README.md with 100% similarity]
runtime/libs/rua/anchor/CMakeLists.txt [moved from runtimes/libs/rua/anchor/CMakeLists.txt with 100% similarity]
runtime/libs/rua/anchor/include/rua/Anchor.h [moved from runtimes/libs/rua/anchor/include/rua/Anchor.h with 100% similarity]
runtime/libs/rua/anchor/src/Anchor.cpp [moved from runtimes/libs/rua/anchor/src/Anchor.cpp with 100% similarity]
runtime/libs/rua/core/CMakeLists.txt [moved from runtimes/libs/rua/core/CMakeLists.txt with 100% similarity]
runtime/libs/rua/core/include/rua/Service.h [moved from runtimes/libs/rua/core/include/rua/Service.h with 100% similarity]
runtime/libs/rua/dyn/CMakeLists.txt [moved from runtimes/libs/rua/dyn/CMakeLists.txt with 100% similarity]
runtime/libs/rua/dyn/include/rua/DynamicBinder.h [moved from runtimes/libs/rua/dyn/include/rua/DynamicBinder.h with 100% similarity]
runtime/libs/rua/dyn/src/DynamicBinder.cpp [moved from runtimes/libs/rua/dyn/src/DynamicBinder.cpp with 100% similarity]
runtime/libs/rua/shim/CMakeLists.txt [moved from runtimes/libs/rua/shim/CMakeLists.txt with 100% similarity]
runtime/libs/rua/shim/include/rua/Shim.h [moved from runtimes/libs/rua/shim/include/rua/Shim.h with 100% similarity]
runtime/libs/tflite/CMakeLists.txt [moved from runtimes/libs/tflite/CMakeLists.txt with 100% similarity]
runtime/libs/tflite/include/tflite/Assert.h [moved from runtimes/libs/tflite/include/tflite/Assert.h with 100% similarity]
runtime/libs/tflite/include/tflite/Diff.h [moved from runtimes/libs/tflite/include/tflite/Diff.h with 100% similarity]
runtime/libs/tflite/include/tflite/FeatureView.h [moved from runtimes/libs/tflite/include/tflite/FeatureView.h with 100% similarity]
runtime/libs/tflite/include/tflite/InputIndex.h [moved from runtimes/libs/tflite/include/tflite/InputIndex.h with 100% similarity]
runtime/libs/tflite/include/tflite/InterpreterSession.h [moved from runtimes/libs/tflite/include/tflite/InterpreterSession.h with 100% similarity]
runtime/libs/tflite/include/tflite/NNAPISession.h [moved from runtimes/libs/tflite/include/tflite/NNAPISession.h with 100% similarity]
runtime/libs/tflite/include/tflite/OutputIndex.h [moved from runtimes/libs/tflite/include/tflite/OutputIndex.h with 100% similarity]
runtime/libs/tflite/include/tflite/Quantization.h [moved from runtimes/libs/tflite/include/tflite/Quantization.h with 100% similarity]
runtime/libs/tflite/include/tflite/Session.h [moved from runtimes/libs/tflite/include/tflite/Session.h with 100% similarity]
runtime/libs/tflite/include/tflite/TensorLogger.h [moved from runtimes/libs/tflite/include/tflite/TensorLogger.h with 100% similarity]
runtime/libs/tflite/include/tflite/TensorShapeUtils.h [moved from runtimes/libs/tflite/include/tflite/TensorShapeUtils.h with 100% similarity]
runtime/libs/tflite/include/tflite/TensorUtils.h [moved from runtimes/libs/tflite/include/tflite/TensorUtils.h with 100% similarity]
runtime/libs/tflite/include/tflite/TensorView.h [moved from runtimes/libs/tflite/include/tflite/TensorView.h with 100% similarity]
runtime/libs/tflite/include/tflite/interp/Builder.h [moved from runtimes/libs/tflite/include/tflite/interp/Builder.h with 100% similarity]
runtime/libs/tflite/include/tflite/interp/FlatBufferBuilder.h [moved from runtimes/libs/tflite/include/tflite/interp/FlatBufferBuilder.h with 100% similarity]
runtime/libs/tflite/include/tflite/interp/FunctionBuilder.h [moved from runtimes/libs/tflite/include/tflite/interp/FunctionBuilder.h with 100% similarity]
runtime/libs/tflite/port/1.13.1/CMakeLists.txt [moved from runtimes/libs/tflite/port/1.13.1/CMakeLists.txt with 100% similarity]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/Abs.h [moved from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/Abs.h with 100% similarity]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/CustomOps.h [moved from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/CustomOps.h with 100% similarity]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/SquaredDifference.h [moved from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/SquaredDifference.h with 100% similarity]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowMax.h [moved from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowMax.h with 100% similarity]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowSum.h [moved from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowSum.h with 100% similarity]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/register.h [moved from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/register.h with 100% similarity]
runtime/libs/tflite/port/1.13.1/include/tflite/ext/nnapi_delegate.h [moved from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/nnapi_delegate.h with 100% similarity]
runtime/libs/tflite/port/1.13.1/src/kernels/Abs.cpp [moved from runtimes/libs/tflite/port/1.13.1/src/kernels/Abs.cpp with 100% similarity]
runtime/libs/tflite/port/1.13.1/src/kernels/SquaredDifference.cpp [moved from runtimes/libs/tflite/port/1.13.1/src/kernels/SquaredDifference.cpp with 100% similarity]
runtime/libs/tflite/port/1.13.1/src/kernels/TensorFlowMax.cpp [moved from runtimes/libs/tflite/port/1.13.1/src/kernels/TensorFlowMax.cpp with 100% similarity]
runtime/libs/tflite/port/1.13.1/src/kernels/TensorFlowSum.cpp [moved from runtimes/libs/tflite/port/1.13.1/src/kernels/TensorFlowSum.cpp with 100% similarity]
runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp [moved from runtimes/libs/tflite/port/1.13.1/src/kernels/register.cpp with 100% similarity]
runtime/libs/tflite/port/1.13.1/src/nnapi_delegate.cpp [moved from runtimes/libs/tflite/port/1.13.1/src/nnapi_delegate.cpp with 100% similarity]
runtime/libs/tflite/port/1.13.1/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc [moved from runtimes/libs/tflite/port/1.13.1/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc with 100% similarity]
runtime/libs/tflite/port/CMakeLists.txt [moved from runtimes/libs/tflite/port/CMakeLists.txt with 100% similarity]
runtime/libs/tflite/src/Diff.cpp [moved from runtimes/libs/tflite/src/Diff.cpp with 100% similarity]
runtime/libs/tflite/src/FeatureView.cpp [moved from runtimes/libs/tflite/src/FeatureView.cpp with 100% similarity]
runtime/libs/tflite/src/Quantization.cpp [moved from runtimes/libs/tflite/src/Quantization.cpp with 100% similarity]
runtime/libs/tflite/src/TensorShapeUtils.cpp [moved from runtimes/libs/tflite/src/TensorShapeUtils.cpp with 100% similarity]
runtime/libs/tflite/src/TensorView.test.cpp [moved from runtimes/libs/tflite/src/TensorView.test.cpp with 100% similarity]
runtime/libs/tflite/src/interp/FlatBufferBuilder.cpp [moved from runtimes/libs/tflite/src/interp/FlatBufferBuilder.cpp with 100% similarity]
runtime/libs/tflite/src/interp/FunctionBuilder.cpp [moved from runtimes/libs/tflite/src/interp/FunctionBuilder.cpp with 100% similarity]
runtime/libs/xdata/CMakeLists.txt [moved from runtimes/libs/xdata/CMakeLists.txt with 100% similarity]
runtime/libs/xdata/README.md [moved from runtimes/libs/xdata/README.md with 100% similarity]
runtime/libs/xdata/include/xdata.h [moved from runtimes/libs/xdata/include/xdata.h with 100% similarity]
runtime/libs/xdata/include/xdata/trace.h [moved from runtimes/libs/xdata/include/xdata/trace.h with 100% similarity]
runtime/libs/xdata/src/trace.cpp [moved from runtimes/libs/xdata/src/trace.cpp with 100% similarity]
runtime/libs/xprobe/CMakeLists.txt [moved from runtimes/libs/xprobe/CMakeLists.txt with 100% similarity]
runtime/libs/xprobe/include/xprobe.h [moved from runtimes/libs/xprobe/include/xprobe.h with 100% similarity]
runtime/libs/xprobe/include/xprobe/trace.h [moved from runtimes/libs/xprobe/include/xprobe/trace.h with 100% similarity]
runtime/libs/xprobe/src/trace.cpp [moved from runtimes/libs/xprobe/src/trace.cpp with 100% similarity]
runtime/libs/xray/CMakeLists.txt [moved from runtimes/libs/xray/CMakeLists.txt with 100% similarity]
runtime/libs/xray/event/CMakeLists.txt [moved from runtimes/libs/xray/event/CMakeLists.txt with 100% similarity]
runtime/libs/xray/event/include/xray/event.h [moved from runtimes/libs/xray/event/include/xray/event.h with 100% similarity]
runtime/libs/xray/event/include/xray/event_category.h [moved from runtimes/libs/xray/event/include/xray/event_category.h with 100% similarity]
runtime/libs/xray/event/include/xray/event_code.h [moved from runtimes/libs/xray/event/include/xray/event_code.h with 100% similarity]
runtime/libs/xray/mux/CMakeLists.txt [moved from runtimes/libs/xray/mux/CMakeLists.txt with 100% similarity]
runtime/libs/xray/mux/include/xray/mux.h [moved from runtimes/libs/xray/mux/include/xray/mux.h with 100% similarity]
runtime/libs/xray/mux/src/mux.cc [moved from runtimes/libs/xray/mux/src/mux.cc with 100% similarity]
runtime/libs/xray/pipe/CMakeLists.txt [moved from runtimes/libs/xray/pipe/CMakeLists.txt with 100% similarity]
runtime/libs/xray/pipe/include/xray/pipe.h [moved from runtimes/libs/xray/pipe/include/xray/pipe.h with 100% similarity]
runtime/neurun/CMakeLists.txt [moved from runtimes/neurun/CMakeLists.txt with 100% similarity]
runtime/neurun/api/CMakeLists.txt [moved from runtimes/neurun/api/CMakeLists.txt with 100% similarity]
runtime/neurun/api/include/nnfw.h [moved from runtimes/neurun/api/include/nnfw.h with 100% similarity]
runtime/neurun/api/include/nnfw_dev.h [moved from runtimes/neurun/api/include/nnfw_dev.h with 100% similarity]
runtime/neurun/api/src/CustomKernel.cc [moved from runtimes/neurun/api/src/CustomKernel.cc with 100% similarity]
runtime/neurun/api/src/CustomKernel.h [moved from runtimes/neurun/api/src/CustomKernel.h with 100% similarity]
runtime/neurun/api/src/CustomKernelRegistry.cc [moved from runtimes/neurun/api/src/CustomKernelRegistry.cc with 100% similarity]
runtime/neurun/api/src/CustomKernelRegistry.h [moved from runtimes/neurun/api/src/CustomKernelRegistry.h with 100% similarity]
runtime/neurun/api/src/nnfw_api.cc [moved from runtimes/neurun/api/src/nnfw_api.cc with 100% similarity]
runtime/neurun/api/src/nnfw_api_internal.cc [moved from runtimes/neurun/api/src/nnfw_api_internal.cc with 100% similarity]
runtime/neurun/api/src/nnfw_api_internal.h [moved from runtimes/neurun/api/src/nnfw_api_internal.h with 100% similarity]
runtime/neurun/backend/CMakeLists.txt [moved from runtimes/neurun/backend/CMakeLists.txt with 100% similarity]
runtime/neurun/backend/acl_cl/Backend.h [moved from runtimes/neurun/backend/acl_cl/Backend.h with 100% similarity]
runtime/neurun/backend/acl_cl/CLTimer.h [moved from runtimes/neurun/backend/acl_cl/CLTimer.h with 100% similarity]
runtime/neurun/backend/acl_cl/CMakeLists.txt [moved from runtimes/neurun/backend/acl_cl/CMakeLists.txt with 100% similarity]
runtime/neurun/backend/acl_cl/Config.cc [moved from runtimes/neurun/backend/acl_cl/Config.cc with 100% similarity]
runtime/neurun/backend/acl_cl/Config.h [moved from runtimes/neurun/backend/acl_cl/Config.h with 100% similarity]
runtime/neurun/backend/acl_cl/ConstantInitializer.cc [moved from runtimes/neurun/backend/acl_cl/ConstantInitializer.cc with 100% similarity]
runtime/neurun/backend/acl_cl/ConstantInitializer.h [moved from runtimes/neurun/backend/acl_cl/ConstantInitializer.h with 100% similarity]
runtime/neurun/backend/acl_cl/KernelGenerator.cc [moved from runtimes/neurun/backend/acl_cl/KernelGenerator.cc with 100% similarity]
runtime/neurun/backend/acl_cl/KernelGenerator.h [moved from runtimes/neurun/backend/acl_cl/KernelGenerator.h with 100% similarity]
runtime/neurun/backend/acl_cl/PluginClassesAllocator.cc [moved from runtimes/neurun/backend/acl_cl/PluginClassesAllocator.cc with 100% similarity]
runtime/neurun/backend/acl_cl/ShapeFixer.cc [moved from runtimes/neurun/backend/acl_cl/ShapeFixer.cc with 100% similarity]
runtime/neurun/backend/acl_cl/ShapeFixer.h [moved from runtimes/neurun/backend/acl_cl/ShapeFixer.h with 100% similarity]
runtime/neurun/backend/acl_cl/TensorBuilder.h [moved from runtimes/neurun/backend/acl_cl/TensorBuilder.h with 100% similarity]
runtime/neurun/backend/acl_cl/TensorManager.h [moved from runtimes/neurun/backend/acl_cl/TensorManager.h with 100% similarity]
runtime/neurun/backend/acl_cl/kernel/ConcatLayer.cc [moved from runtimes/neurun/backend/acl_cl/kernel/ConcatLayer.cc with 100% similarity]
runtime/neurun/backend/acl_cl/kernel/ConcatLayer.h [moved from runtimes/neurun/backend/acl_cl/kernel/ConcatLayer.h with 100% similarity]
runtime/neurun/backend/acl_cl/operand/CLSubTensor.cc [moved from runtimes/neurun/backend/acl_cl/operand/CLSubTensor.cc with 100% similarity]
runtime/neurun/backend/acl_cl/operand/CLSubTensor.h [moved from runtimes/neurun/backend/acl_cl/operand/CLSubTensor.h with 100% similarity]
runtime/neurun/backend/acl_cl/operand/CLTensor.cc [moved from runtimes/neurun/backend/acl_cl/operand/CLTensor.cc with 100% similarity]
runtime/neurun/backend/acl_cl/operand/CLTensor.h [moved from runtimes/neurun/backend/acl_cl/operand/CLTensor.h with 100% similarity]
runtime/neurun/backend/acl_cl/operand/ICLTensor.h [moved from runtimes/neurun/backend/acl_cl/operand/ICLTensor.h with 100% similarity]
runtime/neurun/backend/acl_cl/operand/Object.cc [moved from runtimes/neurun/backend/acl_cl/operand/Object.cc with 100% similarity]
runtime/neurun/backend/acl_cl/operand/Object.h [moved from runtimes/neurun/backend/acl_cl/operand/Object.h with 100% similarity]
runtime/neurun/backend/acl_common/AclFunction.h [moved from runtimes/neurun/backend/acl_common/AclFunction.h with 100% similarity]
runtime/neurun/backend/acl_common/AclInternalBufferManager.h [moved from runtimes/neurun/backend/acl_common/AclInternalBufferManager.h with 100% similarity]
runtime/neurun/backend/acl_common/AclLinearMemoryManager.h [moved from runtimes/neurun/backend/acl_common/AclLinearMemoryManager.h with 100% similarity]
runtime/neurun/backend/acl_common/AclMemoryManager.h [moved from runtimes/neurun/backend/acl_common/AclMemoryManager.h with 100% similarity]
runtime/neurun/backend/acl_common/AclTensorManager.h [moved from runtimes/neurun/backend/acl_common/AclTensorManager.h with 100% similarity]
runtime/neurun/backend/acl_common/CMakeLists.txt [moved from runtimes/neurun/backend/acl_common/CMakeLists.txt with 100% similarity]
runtime/neurun/backend/acl_common/Convert.cc [moved from runtimes/neurun/backend/acl_common/Convert.cc with 100% similarity]
runtime/neurun/backend/acl_common/Convert.h [moved from runtimes/neurun/backend/acl_common/Convert.h with 100% similarity]
runtime/neurun/backend/acl_common/IACLTensor.cc [moved from runtimes/neurun/backend/acl_common/IACLTensor.cc with 100% similarity]
runtime/neurun/backend/acl_common/IACLTensor.h [moved from runtimes/neurun/backend/acl_common/IACLTensor.h with 100% similarity]
runtime/neurun/backend/acl_common/Swizzle.h [moved from runtimes/neurun/backend/acl_common/Swizzle.h with 100% similarity]
runtime/neurun/backend/acl_common/TemplTensorBuilder.h [moved from runtimes/neurun/backend/acl_common/TemplTensorBuilder.h with 100% similarity]
runtime/neurun/backend/acl_neon/Backend.h [moved from runtimes/neurun/backend/acl_neon/Backend.h with 100% similarity]
runtime/neurun/backend/acl_neon/CMakeLists.txt [moved from runtimes/neurun/backend/acl_neon/CMakeLists.txt with 100% similarity]
runtime/neurun/backend/acl_neon/Config.cc [moved from runtimes/neurun/backend/acl_neon/Config.cc with 100% similarity]
runtime/neurun/backend/acl_neon/Config.h [moved from runtimes/neurun/backend/acl_neon/Config.h with 100% similarity]
runtime/neurun/backend/acl_neon/ConstantInitializer.cc [moved from runtimes/neurun/backend/acl_neon/ConstantInitializer.cc with 100% similarity]
runtime/neurun/backend/acl_neon/ConstantInitializer.h [moved from runtimes/neurun/backend/acl_neon/ConstantInitializer.h with 100% similarity]
runtime/neurun/backend/acl_neon/KernelGenerator.cc [moved from runtimes/neurun/backend/acl_neon/KernelGenerator.cc with 100% similarity]
runtime/neurun/backend/acl_neon/KernelGenerator.h [moved from runtimes/neurun/backend/acl_neon/KernelGenerator.h with 100% similarity]
runtime/neurun/backend/acl_neon/PluginClassesAllocator.cc [moved from runtimes/neurun/backend/acl_neon/PluginClassesAllocator.cc with 100% similarity]
runtime/neurun/backend/acl_neon/ShapeFixer.cc [moved from runtimes/neurun/backend/acl_neon/ShapeFixer.cc with 100% similarity]
runtime/neurun/backend/acl_neon/ShapeFixer.h [moved from runtimes/neurun/backend/acl_neon/ShapeFixer.h with 100% similarity]
runtime/neurun/backend/acl_neon/TensorBuilder.h [moved from runtimes/neurun/backend/acl_neon/TensorBuilder.h with 100% similarity]
runtime/neurun/backend/acl_neon/TensorManager.h [moved from runtimes/neurun/backend/acl_neon/TensorManager.h with 100% similarity]
runtime/neurun/backend/acl_neon/kernel/ConcatLayer.cc [moved from runtimes/neurun/backend/acl_neon/kernel/ConcatLayer.cc with 100% similarity]
runtime/neurun/backend/acl_neon/kernel/ConcatLayer.h [moved from runtimes/neurun/backend/acl_neon/kernel/ConcatLayer.h with 100% similarity]
runtime/neurun/backend/acl_neon/operand/INETensor.h [moved from runtimes/neurun/backend/acl_neon/operand/INETensor.h with 100% similarity]
runtime/neurun/backend/acl_neon/operand/NESubTensor.cc [moved from runtimes/neurun/backend/acl_neon/operand/NESubTensor.cc with 100% similarity]
runtime/neurun/backend/acl_neon/operand/NESubTensor.h [moved from runtimes/neurun/backend/acl_neon/operand/NESubTensor.h with 100% similarity]
runtime/neurun/backend/acl_neon/operand/NETensor.cc [moved from runtimes/neurun/backend/acl_neon/operand/NETensor.cc with 100% similarity]
runtime/neurun/backend/acl_neon/operand/NETensor.h [moved from runtimes/neurun/backend/acl_neon/operand/NETensor.h with 100% similarity]
runtime/neurun/backend/cpu/Backend.h [moved from runtimes/neurun/backend/cpu/Backend.h with 100% similarity]
runtime/neurun/backend/cpu/CMakeLists.txt [moved from runtimes/neurun/backend/cpu/CMakeLists.txt with 100% similarity]
runtime/neurun/backend/cpu/Config.cc [moved from runtimes/neurun/backend/cpu/Config.cc with 100% similarity]
runtime/neurun/backend/cpu/Config.h [moved from runtimes/neurun/backend/cpu/Config.h with 100% similarity]
runtime/neurun/backend/cpu/ConstantInitializer.cc [moved from runtimes/neurun/backend/cpu/ConstantInitializer.cc with 100% similarity]
runtime/neurun/backend/cpu/ConstantInitializer.h [moved from runtimes/neurun/backend/cpu/ConstantInitializer.h with 100% similarity]
runtime/neurun/backend/cpu/KernelGenerator.cc [moved from runtimes/neurun/backend/cpu/KernelGenerator.cc with 100% similarity]
runtime/neurun/backend/cpu/KernelGenerator.h [moved from runtimes/neurun/backend/cpu/KernelGenerator.h with 100% similarity]
runtime/neurun/backend/cpu/MemoryManager.cc [moved from runtimes/neurun/backend/cpu/MemoryManager.cc with 100% similarity]
runtime/neurun/backend/cpu/MemoryManager.h [moved from runtimes/neurun/backend/cpu/MemoryManager.h with 100% similarity]
runtime/neurun/backend/cpu/MemoryPlanner.cc [moved from runtimes/neurun/backend/cpu/MemoryPlanner.cc with 100% similarity]
runtime/neurun/backend/cpu/MemoryPlanner.h [moved from runtimes/neurun/backend/cpu/MemoryPlanner.h with 100% similarity]
runtime/neurun/backend/cpu/MemoryPlanner.test.cc [moved from runtimes/neurun/backend/cpu/MemoryPlanner.test.cc with 100% similarity]
runtime/neurun/backend/cpu/MemoryPlannerFactory.cc [moved from runtimes/neurun/backend/cpu/MemoryPlannerFactory.cc with 100% similarity]
runtime/neurun/backend/cpu/MemoryPlannerFactory.h [moved from runtimes/neurun/backend/cpu/MemoryPlannerFactory.h with 100% similarity]
runtime/neurun/backend/cpu/PluginClassesAllocator.cc [moved from runtimes/neurun/backend/cpu/PluginClassesAllocator.cc with 100% similarity]
runtime/neurun/backend/cpu/ShapeFixer.cc [moved from runtimes/neurun/backend/cpu/ShapeFixer.cc with 100% similarity]
runtime/neurun/backend/cpu/ShapeFixer.h [moved from runtimes/neurun/backend/cpu/ShapeFixer.h with 100% similarity]
runtime/neurun/backend/cpu/TensorBuilder.cc [moved from runtimes/neurun/backend/cpu/TensorBuilder.cc with 100% similarity]
runtime/neurun/backend/cpu/TensorBuilder.h [moved from runtimes/neurun/backend/cpu/TensorBuilder.h with 100% similarity]
runtime/neurun/backend/cpu/TensorManager.cc [moved from runtimes/neurun/backend/cpu/TensorManager.cc with 100% similarity]
runtime/neurun/backend/cpu/TensorManager.h [moved from runtimes/neurun/backend/cpu/TensorManager.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/AddLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/AddLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/AddLayer.h [moved from runtimes/neurun/backend/cpu/kernel/AddLayer.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/AvgPoolLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/AvgPoolLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/AvgPoolLayer.h [moved from runtimes/neurun/backend/cpu/kernel/AvgPoolLayer.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/ConcatLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/ConcatLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/ConcatLayer.h [moved from runtimes/neurun/backend/cpu/kernel/ConcatLayer.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/ConvolutionLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/ConvolutionLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/ConvolutionLayer.h [moved from runtimes/neurun/backend/cpu/kernel/ConvolutionLayer.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.h [moved from runtimes/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/FullyConnectedLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/FullyConnectedLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/FullyConnectedLayer.h [moved from runtimes/neurun/backend/cpu/kernel/FullyConnectedLayer.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/GatherLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/GatherLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/GatherLayer.h [moved from runtimes/neurun/backend/cpu/kernel/GatherLayer.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/MaxPoolLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/MaxPoolLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/MaxPoolLayer.h [moved from runtimes/neurun/backend/cpu/kernel/MaxPoolLayer.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/OperationUtils.cc [moved from runtimes/neurun/backend/cpu/kernel/OperationUtils.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/OperationUtils.h [moved from runtimes/neurun/backend/cpu/kernel/OperationUtils.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/PermuteLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/PermuteLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/PermuteLayer.h [moved from runtimes/neurun/backend/cpu/kernel/PermuteLayer.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/ReshapeLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/ReshapeLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/ReshapeLayer.h [moved from runtimes/neurun/backend/cpu/kernel/ReshapeLayer.h with 100% similarity]
runtime/neurun/backend/cpu/kernel/SoftMaxLayer.cc [moved from runtimes/neurun/backend/cpu/kernel/SoftMaxLayer.cc with 100% similarity]
runtime/neurun/backend/cpu/kernel/SoftMaxLayer.h [moved from runtimes/neurun/backend/cpu/kernel/SoftMaxLayer.h with 100% similarity]
runtime/neurun/backend/cpu/operand/Tensor.cc [moved from runtimes/neurun/backend/cpu/operand/Tensor.cc with 100% similarity]
runtime/neurun/backend/cpu/operand/Tensor.h [moved from runtimes/neurun/backend/cpu/operand/Tensor.h with 100% similarity]
runtime/neurun/backend/hi_perf_cpu/CMakeLists.txt [moved from runtimes/neurun/backend/hi_perf_cpu/CMakeLists.txt with 100% similarity]
runtime/neurun/backend/hi_perf_cpu/HighPerformanceBackend.test.cc [moved from runtimes/neurun/backend/hi_perf_cpu/HighPerformanceBackend.test.cc with 100% similarity]
runtime/neurun/backend/hi_perf_cpu/KernelGenerator.cc [moved from runtimes/neurun/backend/hi_perf_cpu/KernelGenerator.cc with 100% similarity]
runtime/neurun/backend/hi_perf_cpu/KernelGenerator.h [moved from runtimes/neurun/backend/hi_perf_cpu/KernelGenerator.h with 100% similarity]
runtime/neurun/backend/hi_perf_cpu/TensorBuilder.cc [moved from runtimes/neurun/backend/hi_perf_cpu/TensorBuilder.cc with 100% similarity]
runtime/neurun/backend/hi_perf_cpu/TensorBuilder.h [moved from runtimes/neurun/backend/hi_perf_cpu/TensorBuilder.h with 100% similarity]
runtime/neurun/backend/srcn/Backend.h [moved from runtimes/neurun/backend/srcn/Backend.h with 100% similarity]
runtime/neurun/backend/srcn/CMakeLists.txt [moved from runtimes/neurun/backend/srcn/CMakeLists.txt with 100% similarity]
runtime/neurun/backend/srcn/Config.cc [moved from runtimes/neurun/backend/srcn/Config.cc with 100% similarity]
runtime/neurun/backend/srcn/Config.h [moved from runtimes/neurun/backend/srcn/Config.h with 100% similarity]
runtime/neurun/backend/srcn/ConstantInitializer.cc [moved from runtimes/neurun/backend/srcn/ConstantInitializer.cc with 100% similarity]
runtime/neurun/backend/srcn/ConstantInitializer.h [moved from runtimes/neurun/backend/srcn/ConstantInitializer.h with 100% similarity]
runtime/neurun/backend/srcn/KernelGenerator.cc [moved from runtimes/neurun/backend/srcn/KernelGenerator.cc with 100% similarity]
runtime/neurun/backend/srcn/KernelGenerator.h [moved from runtimes/neurun/backend/srcn/KernelGenerator.h with 100% similarity]
runtime/neurun/backend/srcn/MemoryManager.cc [moved from runtimes/neurun/backend/srcn/MemoryManager.cc with 100% similarity]
runtime/neurun/backend/srcn/MemoryManager.h [moved from runtimes/neurun/backend/srcn/MemoryManager.h with 100% similarity]
runtime/neurun/backend/srcn/MemoryPlanner.cc [moved from runtimes/neurun/backend/srcn/MemoryPlanner.cc with 100% similarity]
runtime/neurun/backend/srcn/MemoryPlanner.h [moved from runtimes/neurun/backend/srcn/MemoryPlanner.h with 100% similarity]
runtime/neurun/backend/srcn/MemoryPlannerFactory.cc [moved from runtimes/neurun/backend/srcn/MemoryPlannerFactory.cc with 100% similarity]
runtime/neurun/backend/srcn/MemoryPlannerFactory.h [moved from runtimes/neurun/backend/srcn/MemoryPlannerFactory.h with 100% similarity]
runtime/neurun/backend/srcn/PluginClassesAllocator.cc [moved from runtimes/neurun/backend/srcn/PluginClassesAllocator.cc with 100% similarity]
runtime/neurun/backend/srcn/ShapeFixer.cc [moved from runtimes/neurun/backend/srcn/ShapeFixer.cc with 100% similarity]
runtime/neurun/backend/srcn/ShapeFixer.h [moved from runtimes/neurun/backend/srcn/ShapeFixer.h with 100% similarity]
runtime/neurun/backend/srcn/TensorBuilder.cc [moved from runtimes/neurun/backend/srcn/TensorBuilder.cc with 100% similarity]
runtime/neurun/backend/srcn/TensorBuilder.h [moved from runtimes/neurun/backend/srcn/TensorBuilder.h with 100% similarity]
runtime/neurun/backend/srcn/TensorManager.cc [moved from runtimes/neurun/backend/srcn/TensorManager.cc with 100% similarity]
runtime/neurun/backend/srcn/TensorManager.h [moved from runtimes/neurun/backend/srcn/TensorManager.h with 100% similarity]
runtime/neurun/backend/srcn/kernel/AddLayer.cc [moved from runtimes/neurun/backend/srcn/kernel/AddLayer.cc with 100% similarity]
runtime/neurun/backend/srcn/kernel/AddLayer.h [moved from runtimes/neurun/backend/srcn/kernel/AddLayer.h with 100% similarity]
runtime/neurun/backend/srcn/kernel/OperationUtils.cc [moved from runtimes/neurun/backend/srcn/kernel/OperationUtils.cc with 100% similarity]
runtime/neurun/backend/srcn/kernel/OperationUtils.h [moved from runtimes/neurun/backend/srcn/kernel/OperationUtils.h with 100% similarity]
runtime/neurun/backend/srcn/kernel/TransposeConvLayer.cc [moved from runtimes/neurun/backend/srcn/kernel/TransposeConvLayer.cc with 100% similarity]
runtime/neurun/backend/srcn/kernel/TransposeConvLayer.h [moved from runtimes/neurun/backend/srcn/kernel/TransposeConvLayer.h with 100% similarity]
runtime/neurun/backend/srcn/operand/Tensor.cc [moved from runtimes/neurun/backend/srcn/operand/Tensor.cc with 100% similarity]
runtime/neurun/backend/srcn/operand/Tensor.h [moved from runtimes/neurun/backend/srcn/operand/Tensor.h with 100% similarity]
runtime/neurun/core/CMakeLists.txt [moved from runtimes/neurun/core/CMakeLists.txt with 100% similarity]
runtime/neurun/core/include/backend/Backend.h [moved from runtimes/neurun/core/include/backend/Backend.h with 100% similarity]
runtime/neurun/core/include/backend/CustomKernelBuilder.h [moved from runtimes/neurun/core/include/backend/CustomKernelBuilder.h with 100% similarity]
runtime/neurun/core/include/backend/ExecTime.h [moved from runtimes/neurun/core/include/backend/ExecTime.h with 100% similarity]
runtime/neurun/core/include/backend/IConfig.h [moved from runtimes/neurun/core/include/backend/IConfig.h with 100% similarity]
runtime/neurun/core/include/backend/IConstantInitializer.h [moved from runtimes/neurun/core/include/backend/IConstantInitializer.h with 100% similarity]
runtime/neurun/core/include/backend/IKernelGenerator.h [moved from runtimes/neurun/core/include/backend/IKernelGenerator.h with 100% similarity]
runtime/neurun/core/include/backend/IMemoryManager.h [moved from runtimes/neurun/core/include/backend/IMemoryManager.h with 100% similarity]
runtime/neurun/core/include/backend/IShapeFixer.h [moved from runtimes/neurun/core/include/backend/IShapeFixer.h with 100% similarity]
runtime/neurun/core/include/backend/ITensorBuilder.h [moved from runtimes/neurun/core/include/backend/ITensorBuilder.h with 100% similarity]
runtime/neurun/core/include/backend/ITensorManager.h [moved from runtimes/neurun/core/include/backend/ITensorManager.h with 100% similarity]
runtime/neurun/core/include/backend/JSONExecTime.h [moved from runtimes/neurun/core/include/backend/JSONExecTime.h with 100% similarity]
runtime/neurun/core/include/backend/operand/IObject.h [moved from runtimes/neurun/core/include/backend/operand/IObject.h with 100% similarity]
runtime/neurun/core/include/backend/operand/ITensor.h [moved from runtimes/neurun/core/include/backend/operand/ITensor.h with 100% similarity]
runtime/neurun/core/include/backend/operand/Object.h [moved from runtimes/neurun/core/include/backend/operand/Object.h with 100% similarity]
runtime/neurun/core/include/compiler/Compiler.h [moved from runtimes/neurun/core/include/compiler/Compiler.h with 100% similarity]
runtime/neurun/core/include/compiler/IExecutionBuilder.h [moved from runtimes/neurun/core/include/compiler/IExecutionBuilder.h with 100% similarity]
runtime/neurun/core/include/compiler/SubTensorInfo.h [moved from runtimes/neurun/core/include/compiler/SubTensorInfo.h with 100% similarity]
runtime/neurun/core/include/exec/Execution.h [moved from runtimes/neurun/core/include/exec/Execution.h with 100% similarity]
runtime/neurun/core/include/exec/ExecutionObservers.h [moved from runtimes/neurun/core/include/exec/ExecutionObservers.h with 100% similarity]
runtime/neurun/core/include/exec/IExecutor.h [moved from runtimes/neurun/core/include/exec/IExecutor.h with 100% similarity]
runtime/neurun/core/include/exec/IFunction.h [moved from runtimes/neurun/core/include/exec/IFunction.h with 100% similarity]
runtime/neurun/core/include/exec/IODescription.h [moved from runtimes/neurun/core/include/exec/IODescription.h with 100% similarity]
runtime/neurun/core/include/exec/NopFunction.h [moved from runtimes/neurun/core/include/exec/NopFunction.h with 100% similarity]
runtime/neurun/core/include/graph/BackendSet.h [moved from runtimes/neurun/core/include/graph/BackendSet.h with 100% similarity]
runtime/neurun/core/include/graph/Graph.h [moved from runtimes/neurun/core/include/graph/Graph.h with 100% similarity]
runtime/neurun/core/include/graph/LowerInfoMap.h [moved from runtimes/neurun/core/include/graph/LowerInfoMap.h with 100% similarity]
runtime/neurun/core/include/graph/operand/LowerInfo.h [moved from runtimes/neurun/core/include/graph/operand/LowerInfo.h with 100% similarity]
runtime/neurun/core/include/graph/operand/ParentInfo.h [moved from runtimes/neurun/core/include/graph/operand/ParentInfo.h with 100% similarity]
runtime/neurun/core/include/graph/operand/PermuteFactor.h [moved from runtimes/neurun/core/include/graph/operand/PermuteFactor.h with 100% similarity]
runtime/neurun/core/include/graph/operation/LowerInfo.h [moved from runtimes/neurun/core/include/graph/operation/LowerInfo.h with 100% similarity]
runtime/neurun/core/include/model/Data.h [moved from runtimes/neurun/core/include/model/Data.h with 100% similarity]
runtime/neurun/core/include/model/DataType.h [moved from runtimes/neurun/core/include/model/DataType.h with 100% similarity]
runtime/neurun/core/include/model/Index.h [moved from runtimes/neurun/core/include/model/Index.h with 100% similarity]
runtime/neurun/core/include/model/InternalType.h [moved from runtimes/neurun/core/include/model/InternalType.h with 100% similarity]
runtime/neurun/core/include/model/Layout.h [moved from runtimes/neurun/core/include/model/Layout.h with 100% similarity]
runtime/neurun/core/include/model/Model.h [moved from runtimes/neurun/core/include/model/Model.h with 100% similarity]
runtime/neurun/core/include/model/Operand.h [moved from runtimes/neurun/core/include/model/Operand.h with 100% similarity]
runtime/neurun/core/include/model/OperandConstraint.h [moved from runtimes/neurun/core/include/model/OperandConstraint.h with 100% similarity]
runtime/neurun/core/include/model/OperandIndexMap.h [moved from runtimes/neurun/core/include/model/OperandIndexMap.h with 100% similarity]
runtime/neurun/core/include/model/OperandIndexSequence.h [moved from runtimes/neurun/core/include/model/OperandIndexSequence.h with 100% similarity]
runtime/neurun/core/include/model/OperandInfo.h [moved from runtimes/neurun/core/include/model/OperandInfo.h with 100% similarity]
runtime/neurun/core/include/model/Operands.h [moved from runtimes/neurun/core/include/model/Operands.h with 100% similarity]
runtime/neurun/core/include/model/Operation.h [moved from runtimes/neurun/core/include/model/Operation.h with 100% similarity]
runtime/neurun/core/include/model/OperationIndexList.h [moved from runtimes/neurun/core/include/model/OperationIndexList.h with 100% similarity]
runtime/neurun/core/include/model/OperationIndexMap.h [moved from runtimes/neurun/core/include/model/OperationIndexMap.h with 100% similarity]
runtime/neurun/core/include/model/OperationVisitor.h [moved from runtimes/neurun/core/include/model/OperationVisitor.h with 100% similarity]
runtime/neurun/core/include/model/Operations.Include.h [moved from runtimes/neurun/core/include/model/Operations.Include.h with 100% similarity]
runtime/neurun/core/include/model/Operations.h [moved from runtimes/neurun/core/include/model/Operations.h with 100% similarity]
runtime/neurun/core/include/model/Operations.lst [moved from runtimes/neurun/core/include/model/Operations.lst with 100% similarity]
runtime/neurun/core/include/model/Shape.h [moved from runtimes/neurun/core/include/model/Shape.h with 100% similarity]
runtime/neurun/core/include/model/Subgraph.h [moved from runtimes/neurun/core/include/model/Subgraph.h with 100% similarity]
runtime/neurun/core/include/model/Subgraphs.h [moved from runtimes/neurun/core/include/model/Subgraphs.h with 100% similarity]
runtime/neurun/core/include/model/TypeInfo.h [moved from runtimes/neurun/core/include/model/TypeInfo.h with 100% similarity]
runtime/neurun/core/include/model/operation/AbsNode.h [moved from runtimes/neurun/core/include/model/operation/AbsNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/AddNode.h [moved from runtimes/neurun/core/include/model/operation/AddNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/ArgMaxNode.h [moved from runtimes/neurun/core/include/model/operation/ArgMaxNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/AvgPool2DNode.h [moved from runtimes/neurun/core/include/model/operation/AvgPool2DNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/BatchToSpaceNDNode.h [moved from runtimes/neurun/core/include/model/operation/BatchToSpaceNDNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/CastNode.h [moved from runtimes/neurun/core/include/model/operation/CastNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/ComparisonNode.h [moved from runtimes/neurun/core/include/model/operation/ComparisonNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/ConcatNode.h [moved from runtimes/neurun/core/include/model/operation/ConcatNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/Conv2DNode.h [moved from runtimes/neurun/core/include/model/operation/Conv2DNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/CustomNode.h [moved from runtimes/neurun/core/include/model/operation/CustomNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/DepthToSpaceNode.h [moved from runtimes/neurun/core/include/model/operation/DepthToSpaceNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/DepthwiseConv2DNode.h [moved from runtimes/neurun/core/include/model/operation/DepthwiseConv2DNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/DequantizeNode.h [moved from runtimes/neurun/core/include/model/operation/DequantizeNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/DivNode.h [moved from runtimes/neurun/core/include/model/operation/DivNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/EmbeddingLookupNode.h [moved from runtimes/neurun/core/include/model/operation/EmbeddingLookupNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/ExpNode.h [moved from runtimes/neurun/core/include/model/operation/ExpNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/FloorNode.h [moved from runtimes/neurun/core/include/model/operation/FloorNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/FullyConnectedNode.h [moved from runtimes/neurun/core/include/model/operation/FullyConnectedNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/GatherNode.h [moved from runtimes/neurun/core/include/model/operation/GatherNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/HashtableLookupNode.h [moved from runtimes/neurun/core/include/model/operation/HashtableLookupNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/L2NormalizationNode.h [moved from runtimes/neurun/core/include/model/operation/L2NormalizationNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/L2Pool2DNode.h [moved from runtimes/neurun/core/include/model/operation/L2Pool2DNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/LSTMNode.h [moved from runtimes/neurun/core/include/model/operation/LSTMNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/LocalResponseNormalizationNode.h [moved from runtimes/neurun/core/include/model/operation/LocalResponseNormalizationNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/LogicalAndNode.h [moved from runtimes/neurun/core/include/model/operation/LogicalAndNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/LogicalNotNode.h [moved from runtimes/neurun/core/include/model/operation/LogicalNotNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/LogicalOrNode.h [moved from runtimes/neurun/core/include/model/operation/LogicalOrNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/LogisticNode.h [moved from runtimes/neurun/core/include/model/operation/LogisticNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/MaxPool2DNode.h [moved from runtimes/neurun/core/include/model/operation/MaxPool2DNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/MeanNode.h [moved from runtimes/neurun/core/include/model/operation/MeanNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/MulNode.h [moved from runtimes/neurun/core/include/model/operation/MulNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/NegNode.h [moved from runtimes/neurun/core/include/model/operation/NegNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/PReLUNode.h [moved from runtimes/neurun/core/include/model/operation/PReLUNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/PackNode.h [moved from runtimes/neurun/core/include/model/operation/PackNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/PadNode.h [moved from runtimes/neurun/core/include/model/operation/PadNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/PermuteNode.h [moved from runtimes/neurun/core/include/model/operation/PermuteNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/RNNNode.h [moved from runtimes/neurun/core/include/model/operation/RNNNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/RSQRTNode.h [moved from runtimes/neurun/core/include/model/operation/RSQRTNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/ReLU1Node.h [moved from runtimes/neurun/core/include/model/operation/ReLU1Node.h with 100% similarity]
runtime/neurun/core/include/model/operation/ReLU6Node.h [moved from runtimes/neurun/core/include/model/operation/ReLU6Node.h with 100% similarity]
runtime/neurun/core/include/model/operation/ReLUNode.h [moved from runtimes/neurun/core/include/model/operation/ReLUNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/ReduceMaxNode.h [moved from runtimes/neurun/core/include/model/operation/ReduceMaxNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/ReduceMinNode.h [moved from runtimes/neurun/core/include/model/operation/ReduceMinNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/ReduceSumNode.h [moved from runtimes/neurun/core/include/model/operation/ReduceSumNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/ReshapeNode.h [moved from runtimes/neurun/core/include/model/operation/ReshapeNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/ResizeBilinearNode.h [moved from runtimes/neurun/core/include/model/operation/ResizeBilinearNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/SQRTNode.h [moved from runtimes/neurun/core/include/model/operation/SQRTNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/SoftmaxNode.h [moved from runtimes/neurun/core/include/model/operation/SoftmaxNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/SpaceToBatchNDNode.h [moved from runtimes/neurun/core/include/model/operation/SpaceToBatchNDNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/SpaceToDepthNode.h [moved from runtimes/neurun/core/include/model/operation/SpaceToDepthNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/SplitNode.h [moved from runtimes/neurun/core/include/model/operation/SplitNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/SquaredDifferenceNode.h [moved from runtimes/neurun/core/include/model/operation/SquaredDifferenceNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/SqueezeNode.h [moved from runtimes/neurun/core/include/model/operation/SqueezeNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/StridedSliceNode.h [moved from runtimes/neurun/core/include/model/operation/StridedSliceNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/SubNode.h [moved from runtimes/neurun/core/include/model/operation/SubNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/TanhNode.h [moved from runtimes/neurun/core/include/model/operation/TanhNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/TopKV2Node.h [moved from runtimes/neurun/core/include/model/operation/TopKV2Node.h with 100% similarity]
runtime/neurun/core/include/model/operation/TransposeConvNode.h [moved from runtimes/neurun/core/include/model/operation/TransposeConvNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/TransposeNode.h [moved from runtimes/neurun/core/include/model/operation/TransposeNode.h with 100% similarity]
runtime/neurun/core/include/model/operation/UnpackNode.h [moved from runtimes/neurun/core/include/model/operation/UnpackNode.h with 100% similarity]
runtime/neurun/core/include/util/Config.lst [moved from runtimes/neurun/core/include/util/Config.lst with 100% similarity]
runtime/neurun/core/include/util/ConfigSource.h [moved from runtimes/neurun/core/include/util/ConfigSource.h with 100% similarity]
runtime/neurun/core/include/util/Coordinates.h [moved from runtimes/neurun/core/include/util/Coordinates.h with 100% similarity]
runtime/neurun/core/include/util/GeneralConfigSource.h [moved from runtimes/neurun/core/include/util/GeneralConfigSource.h with 100% similarity]
runtime/neurun/core/include/util/IConfigSource.h [moved from runtimes/neurun/core/include/util/IConfigSource.h with 100% similarity]
runtime/neurun/core/include/util/ITimer.h [moved from runtimes/neurun/core/include/util/ITimer.h with 100% similarity]
runtime/neurun/core/include/util/Index.h [moved from runtimes/neurun/core/include/util/Index.h with 100% similarity]
runtime/neurun/core/include/util/ObjectManager.h [moved from runtimes/neurun/core/include/util/ObjectManager.h with 100% similarity]
runtime/neurun/core/include/util/Padding.h [moved from runtimes/neurun/core/include/util/Padding.h with 100% similarity]
runtime/neurun/core/include/util/Set.h [moved from runtimes/neurun/core/include/util/Set.h with 100% similarity]
runtime/neurun/core/include/util/ShapeInference.h [moved from runtimes/neurun/core/include/util/ShapeInference.h with 100% similarity]
runtime/neurun/core/include/util/Utils.h [moved from runtimes/neurun/core/include/util/Utils.h with 100% similarity]
runtime/neurun/core/include/util/feature/Coordinate4D.h [moved from runtimes/neurun/core/include/util/feature/Coordinate4D.h with 100% similarity]
runtime/neurun/core/include/util/feature/nchw/View.h [moved from runtimes/neurun/core/include/util/feature/nchw/View.h with 100% similarity]
runtime/neurun/core/include/util/feature/nhwc/Reader.h [moved from runtimes/neurun/core/include/util/feature/nhwc/Reader.h with 100% similarity]
runtime/neurun/core/include/util/feature/nhwc/View.h [moved from runtimes/neurun/core/include/util/feature/nhwc/View.h with 100% similarity]
runtime/neurun/core/include/util/logging.h [moved from runtimes/neurun/core/include/util/logging.h with 100% similarity]
runtime/neurun/core/src/backend/Backend.cc [moved from runtimes/neurun/core/src/backend/Backend.cc with 100% similarity]
runtime/neurun/core/src/backend/BackendManager.cc [moved from runtimes/neurun/core/src/backend/BackendManager.cc with 100% similarity]
runtime/neurun/core/src/backend/BackendManager.h [moved from runtimes/neurun/core/src/backend/BackendManager.h with 100% similarity]
runtime/neurun/core/src/backend/ExecTime.cc [moved from runtimes/neurun/core/src/backend/ExecTime.cc with 100% similarity]
runtime/neurun/core/src/backend/JSONExecTime.cc [moved from runtimes/neurun/core/src/backend/JSONExecTime.cc with 100% similarity]
runtime/neurun/core/src/compiler/BackendResolver.cc [moved from runtimes/neurun/core/src/compiler/BackendResolver.cc with 100% similarity]
runtime/neurun/core/src/compiler/BackendResolver.h [moved from runtimes/neurun/core/src/compiler/BackendResolver.h with 100% similarity]
runtime/neurun/core/src/compiler/Compiler.cc [moved from runtimes/neurun/core/src/compiler/Compiler.cc with 100% similarity]
runtime/neurun/core/src/compiler/ExecutorFactory.cc [moved from runtimes/neurun/core/src/compiler/ExecutorFactory.cc with 100% similarity]
runtime/neurun/core/src/compiler/ExecutorFactory.h [moved from runtimes/neurun/core/src/compiler/ExecutorFactory.h with 100% similarity]
runtime/neurun/core/src/compiler/HEScheduler.cc [moved from runtimes/neurun/core/src/compiler/HEScheduler.cc with 100% similarity]
runtime/neurun/core/src/compiler/HEScheduler.h [moved from runtimes/neurun/core/src/compiler/HEScheduler.h with 100% similarity]
runtime/neurun/core/src/compiler/IScheduler.h [moved from runtimes/neurun/core/src/compiler/IScheduler.h with 100% similarity]
runtime/neurun/core/src/compiler/Linear.cc [moved from runtimes/neurun/core/src/compiler/Linear.cc with 100% similarity]
runtime/neurun/core/src/compiler/Linear.h [moved from runtimes/neurun/core/src/compiler/Linear.h with 100% similarity]
runtime/neurun/core/src/compiler/ManualScheduler.cc [moved from runtimes/neurun/core/src/compiler/ManualScheduler.cc with 100% similarity]
runtime/neurun/core/src/compiler/ManualScheduler.h [moved from runtimes/neurun/core/src/compiler/ManualScheduler.h with 100% similarity]
runtime/neurun/core/src/compiler/OperandContext.cc [moved from runtimes/neurun/core/src/compiler/OperandContext.cc with 100% similarity]
runtime/neurun/core/src/compiler/OperandContext.h [moved from runtimes/neurun/core/src/compiler/OperandContext.h with 100% similarity]
runtime/neurun/core/src/compiler/OperationValidator.cc [moved from runtimes/neurun/core/src/compiler/OperationValidator.cc with 100% similarity]
runtime/neurun/core/src/compiler/OperationValidator.h [moved from runtimes/neurun/core/src/compiler/OperationValidator.h with 100% similarity]
runtime/neurun/core/src/compiler/ParamChecker.cc [moved from runtimes/neurun/core/src/compiler/ParamChecker.cc with 100% similarity]
runtime/neurun/core/src/compiler/ParamChecker.h [moved from runtimes/neurun/core/src/compiler/ParamChecker.h with 100% similarity]
runtime/neurun/core/src/compiler/SubTensorAnalyzer.cc [moved from runtimes/neurun/core/src/compiler/SubTensorAnalyzer.cc with 100% similarity]
runtime/neurun/core/src/compiler/SubTensorAnalyzer.h [moved from runtimes/neurun/core/src/compiler/SubTensorAnalyzer.h with 100% similarity]
runtime/neurun/core/src/dumper/dot/DotBuilder.cc [moved from runtimes/neurun/core/src/dumper/dot/DotBuilder.cc with 100% similarity]
runtime/neurun/core/src/dumper/dot/DotBuilder.h [moved from runtimes/neurun/core/src/dumper/dot/DotBuilder.h with 100% similarity]
runtime/neurun/core/src/dumper/dot/DotDumper.cc [moved from runtimes/neurun/core/src/dumper/dot/DotDumper.cc with 100% similarity]
runtime/neurun/core/src/dumper/dot/DotDumper.h [moved from runtimes/neurun/core/src/dumper/dot/DotDumper.h with 100% similarity]
runtime/neurun/core/src/dumper/dot/DotSubgraphInfo.cc [moved from runtimes/neurun/core/src/dumper/dot/DotSubgraphInfo.cc with 100% similarity]
runtime/neurun/core/src/dumper/dot/DotSubgraphInfo.h [moved from runtimes/neurun/core/src/dumper/dot/DotSubgraphInfo.h with 100% similarity]
runtime/neurun/core/src/dumper/dot/Node.cc [moved from runtimes/neurun/core/src/dumper/dot/Node.cc with 100% similarity]
runtime/neurun/core/src/dumper/dot/Node.h [moved from runtimes/neurun/core/src/dumper/dot/Node.h with 100% similarity]
runtime/neurun/core/src/dumper/dot/OperandNode.cc [moved from runtimes/neurun/core/src/dumper/dot/OperandNode.cc with 100% similarity]
runtime/neurun/core/src/dumper/dot/OperandNode.h [moved from runtimes/neurun/core/src/dumper/dot/OperandNode.h with 100% similarity]
runtime/neurun/core/src/dumper/dot/OperationNode.cc [moved from runtimes/neurun/core/src/dumper/dot/OperationNode.cc with 100% similarity]
runtime/neurun/core/src/dumper/dot/OperationNode.h [moved from runtimes/neurun/core/src/dumper/dot/OperationNode.h with 100% similarity]
runtime/neurun/core/src/exec/DataflowExecutor.cc [moved from runtimes/neurun/core/src/exec/DataflowExecutor.cc with 100% similarity]
runtime/neurun/core/src/exec/DataflowExecutor.h [moved from runtimes/neurun/core/src/exec/DataflowExecutor.h with 100% similarity]
runtime/neurun/core/src/exec/Execution.cc [moved from runtimes/neurun/core/src/exec/Execution.cc with 100% similarity]
runtime/neurun/core/src/exec/ExecutionObservers.cc [moved from runtimes/neurun/core/src/exec/ExecutionObservers.cc with 100% similarity]
runtime/neurun/core/src/exec/ExecutorBase.cc [moved from runtimes/neurun/core/src/exec/ExecutorBase.cc with 100% similarity]
runtime/neurun/core/src/exec/ExecutorBase.h [moved from runtimes/neurun/core/src/exec/ExecutorBase.h with 100% similarity]
runtime/neurun/core/src/exec/FunctionSequence.cc [moved from runtimes/neurun/core/src/exec/FunctionSequence.cc with 100% similarity]
runtime/neurun/core/src/exec/FunctionSequence.h [moved from runtimes/neurun/core/src/exec/FunctionSequence.h with 100% similarity]
runtime/neurun/core/src/exec/Job.cc [moved from runtimes/neurun/core/src/exec/Job.cc with 100% similarity]
runtime/neurun/core/src/exec/Job.h [moved from runtimes/neurun/core/src/exec/Job.h with 100% similarity]
runtime/neurun/core/src/exec/LinearExecutor.cc [moved from runtimes/neurun/core/src/exec/LinearExecutor.cc with 100% similarity]
runtime/neurun/core/src/exec/LinearExecutor.h [moved from runtimes/neurun/core/src/exec/LinearExecutor.h with 100% similarity]
runtime/neurun/core/src/exec/ParallelExecutor.cc [moved from runtimes/neurun/core/src/exec/ParallelExecutor.cc with 100% similarity]
runtime/neurun/core/src/exec/ParallelExecutor.h [moved from runtimes/neurun/core/src/exec/ParallelExecutor.h with 100% similarity]
runtime/neurun/core/src/exec/ParallelScheduler.cc [moved from runtimes/neurun/core/src/exec/ParallelScheduler.cc with 100% similarity]
runtime/neurun/core/src/exec/ParallelScheduler.h [moved from runtimes/neurun/core/src/exec/ParallelScheduler.h with 100% similarity]
runtime/neurun/core/src/exec/Sink.h [moved from runtimes/neurun/core/src/exec/Sink.h with 100% similarity]
runtime/neurun/core/src/exec/Source.h [moved from runtimes/neurun/core/src/exec/Source.h with 100% similarity]
runtime/neurun/core/src/exec/interp/Buffer.h [moved from runtimes/neurun/core/src/exec/interp/Buffer.h with 100% similarity]
runtime/neurun/core/src/exec/interp/ExecEnv.h [moved from runtimes/neurun/core/src/exec/interp/ExecEnv.h with 100% similarity]
runtime/neurun/core/src/exec/interp/ExecManager.cc [moved from runtimes/neurun/core/src/exec/interp/ExecManager.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/ExecManager.h [moved from runtimes/neurun/core/src/exec/interp/ExecManager.h with 100% similarity]
runtime/neurun/core/src/exec/interp/Interpreter.cc [moved from runtimes/neurun/core/src/exec/interp/Interpreter.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/Interpreter.h [moved from runtimes/neurun/core/src/exec/interp/Interpreter.h with 100% similarity]
runtime/neurun/core/src/exec/interp/Registration.h [moved from runtimes/neurun/core/src/exec/interp/Registration.h with 100% similarity]
runtime/neurun/core/src/exec/interp/Tensor.cc [moved from runtimes/neurun/core/src/exec/interp/Tensor.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/Tensor.h [moved from runtimes/neurun/core/src/exec/interp/Tensor.h with 100% similarity]
runtime/neurun/core/src/exec/interp/operations/Add.cc [moved from runtimes/neurun/core/src/exec/interp/operations/Add.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/operations/AvgPool2D.cc [moved from runtimes/neurun/core/src/exec/interp/operations/AvgPool2D.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/operations/Concat.cc [moved from runtimes/neurun/core/src/exec/interp/operations/Concat.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/operations/Conv2D.cc [moved from runtimes/neurun/core/src/exec/interp/operations/Conv2D.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/operations/DepthwiseConv.cc [moved from runtimes/neurun/core/src/exec/interp/operations/DepthwiseConv.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/operations/FullyConnected.cc [moved from runtimes/neurun/core/src/exec/interp/operations/FullyConnected.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/operations/MaxPool2D.cc [moved from runtimes/neurun/core/src/exec/interp/operations/MaxPool2D.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/operations/OperationUtil.h [moved from runtimes/neurun/core/src/exec/interp/operations/OperationUtil.h with 100% similarity]
runtime/neurun/core/src/exec/interp/operations/Reshape.cc [moved from runtimes/neurun/core/src/exec/interp/operations/Reshape.cc with 100% similarity]
runtime/neurun/core/src/exec/interp/operations/SoftMax.cc [moved from runtimes/neurun/core/src/exec/interp/operations/SoftMax.cc with 100% similarity]
runtime/neurun/core/src/graph/Graph.cc [moved from runtimes/neurun/core/src/graph/Graph.cc with 100% similarity]
runtime/neurun/core/src/graph/dumper/Dumper.cc [moved from runtimes/neurun/core/src/graph/dumper/Dumper.cc with 100% similarity]
runtime/neurun/core/src/graph/dumper/Dumper.h [moved from runtimes/neurun/core/src/graph/dumper/Dumper.h with 100% similarity]
runtime/neurun/core/src/graph/operand/LowerInfo.cc [moved from runtimes/neurun/core/src/graph/operand/LowerInfo.cc with 100% similarity]
runtime/neurun/core/src/graph/operand/Shape4DConvert.h [moved from runtimes/neurun/core/src/graph/operand/Shape4DConvert.h with 100% similarity]
runtime/neurun/core/src/graph/operation/LowerInfo.cc [moved from runtimes/neurun/core/src/graph/operation/LowerInfo.cc with 100% similarity]
runtime/neurun/core/src/graph/pass/OperandPass.cc [moved from runtimes/neurun/core/src/graph/pass/OperandPass.cc with 100% similarity]
runtime/neurun/core/src/graph/pass/OperandPass.h [moved from runtimes/neurun/core/src/graph/pass/OperandPass.h with 100% similarity]
runtime/neurun/core/src/graph/pass/OperationPass.cc [moved from runtimes/neurun/core/src/graph/pass/OperationPass.cc with 100% similarity]
runtime/neurun/core/src/graph/pass/OperationPass.h [moved from runtimes/neurun/core/src/graph/pass/OperationPass.h with 100% similarity]
runtime/neurun/core/src/graph/pass/Pass.cc [moved from runtimes/neurun/core/src/graph/pass/Pass.cc with 100% similarity]
runtime/neurun/core/src/graph/pass/Pass.h [moved from runtimes/neurun/core/src/graph/pass/Pass.h with 100% similarity]
runtime/neurun/core/src/graph/pass/PermutationEliminationPass.cc [moved from runtimes/neurun/core/src/graph/pass/PermutationEliminationPass.cc with 100% similarity]
runtime/neurun/core/src/graph/pass/PermutationEliminationPass.h [moved from runtimes/neurun/core/src/graph/pass/PermutationEliminationPass.h with 100% similarity]
runtime/neurun/core/src/graph/pass/PermutationInsertionPass.cc [moved from runtimes/neurun/core/src/graph/pass/PermutationInsertionPass.cc with 100% similarity]
runtime/neurun/core/src/graph/pass/PermutationInsertionPass.h [moved from runtimes/neurun/core/src/graph/pass/PermutationInsertionPass.h with 100% similarity]
runtime/neurun/core/src/graph/pass/PermutationOperationPass.cc [moved from runtimes/neurun/core/src/graph/pass/PermutationOperationPass.cc with 100% similarity]
runtime/neurun/core/src/graph/pass/PermutationOperationPass.h [moved from runtimes/neurun/core/src/graph/pass/PermutationOperationPass.h with 100% similarity]
runtime/neurun/core/src/graph/verifier/Verifier.cc [moved from runtimes/neurun/core/src/graph/verifier/Verifier.cc with 100% similarity]
runtime/neurun/core/src/graph/verifier/Verifier.h [moved from runtimes/neurun/core/src/graph/verifier/Verifier.h with 100% similarity]
runtime/neurun/core/src/library_info.cc [moved from runtimes/neurun/core/src/library_info.cc with 100% similarity]
runtime/neurun/core/src/model/LayoutSet.cc [moved from runtimes/neurun/core/src/model/LayoutSet.cc with 100% similarity]
runtime/neurun/core/src/model/LayoutSet.h [moved from runtimes/neurun/core/src/model/LayoutSet.h with 100% similarity]
runtime/neurun/core/src/model/Operand.cc [moved from runtimes/neurun/core/src/model/Operand.cc with 100% similarity]
runtime/neurun/core/src/model/OperandConstraint.cc [moved from runtimes/neurun/core/src/model/OperandConstraint.cc with 100% similarity]
runtime/neurun/core/src/model/OperandIndexSequence.cc [moved from runtimes/neurun/core/src/model/OperandIndexSequence.cc with 100% similarity]
runtime/neurun/core/src/model/Operation.cc [moved from runtimes/neurun/core/src/model/Operation.cc with 100% similarity]
runtime/neurun/core/src/model/OperationIndexList.cc [moved from runtimes/neurun/core/src/model/OperationIndexList.cc with 100% similarity]
runtime/neurun/core/src/model/Shape.cc [moved from runtimes/neurun/core/src/model/Shape.cc with 100% similarity]
runtime/neurun/core/src/model/Subgraph.cc [moved from runtimes/neurun/core/src/model/Subgraph.cc with 100% similarity]
runtime/neurun/core/src/model/Subgraphs.cc [moved from runtimes/neurun/core/src/model/Subgraphs.cc with 100% similarity]
runtime/neurun/core/src/model/TypeInfo.cc [moved from runtimes/neurun/core/src/model/TypeInfo.cc with 100% similarity]
runtime/neurun/core/src/model/operation/AbsNode.cc [moved from runtimes/neurun/core/src/model/operation/AbsNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/AddNode.cc [moved from runtimes/neurun/core/src/model/operation/AddNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ArgMaxNode.cc [moved from runtimes/neurun/core/src/model/operation/ArgMaxNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/AvgPool2DNode.cc [moved from runtimes/neurun/core/src/model/operation/AvgPool2DNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/BatchToSpaceNDNode.cc [moved from runtimes/neurun/core/src/model/operation/BatchToSpaceNDNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/CastNode.cc [moved from runtimes/neurun/core/src/model/operation/CastNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ComparisonNode.cc [moved from runtimes/neurun/core/src/model/operation/ComparisonNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ConcatNode.cc [moved from runtimes/neurun/core/src/model/operation/ConcatNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/Conv2DNode.cc [moved from runtimes/neurun/core/src/model/operation/Conv2DNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/CustomNode.cc [moved from runtimes/neurun/core/src/model/operation/CustomNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/DepthToSpaceNode.cc [moved from runtimes/neurun/core/src/model/operation/DepthToSpaceNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/DepthwiseConv2DNode.cc [moved from runtimes/neurun/core/src/model/operation/DepthwiseConv2DNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/DequantizeNode.cc [moved from runtimes/neurun/core/src/model/operation/DequantizeNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/DivNode.cc [moved from runtimes/neurun/core/src/model/operation/DivNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/EmbeddingLookupNode.cc [moved from runtimes/neurun/core/src/model/operation/EmbeddingLookupNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ExpNode.cc [moved from runtimes/neurun/core/src/model/operation/ExpNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/FloorNode.cc [moved from runtimes/neurun/core/src/model/operation/FloorNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/FullyConnectedNode.cc [moved from runtimes/neurun/core/src/model/operation/FullyConnectedNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/GatherNode.cc [moved from runtimes/neurun/core/src/model/operation/GatherNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/HashtableLookupNode.cc [moved from runtimes/neurun/core/src/model/operation/HashtableLookupNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/L2NormalizationNode.cc [moved from runtimes/neurun/core/src/model/operation/L2NormalizationNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/L2Pool2DNode.cc [moved from runtimes/neurun/core/src/model/operation/L2Pool2DNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/LSTMNode.cc [moved from runtimes/neurun/core/src/model/operation/LSTMNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/LocalResponseNormalizationNode.cc [moved from runtimes/neurun/core/src/model/operation/LocalResponseNormalizationNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/LogicalAndNode.cc [moved from runtimes/neurun/core/src/model/operation/LogicalAndNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/LogicalNotNode.cc [moved from runtimes/neurun/core/src/model/operation/LogicalNotNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/LogicalOrNode.cc [moved from runtimes/neurun/core/src/model/operation/LogicalOrNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/LogisticNode.cc [moved from runtimes/neurun/core/src/model/operation/LogisticNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/MaxPool2DNode.cc [moved from runtimes/neurun/core/src/model/operation/MaxPool2DNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/MeanNode.cc [moved from runtimes/neurun/core/src/model/operation/MeanNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/MulNode.cc [moved from runtimes/neurun/core/src/model/operation/MulNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/NegNode.cc [moved from runtimes/neurun/core/src/model/operation/NegNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/PReLUNode.cc [moved from runtimes/neurun/core/src/model/operation/PReLUNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/PackNode.cc [moved from runtimes/neurun/core/src/model/operation/PackNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/PadNode.cc [moved from runtimes/neurun/core/src/model/operation/PadNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/PermuteNode.cc [moved from runtimes/neurun/core/src/model/operation/PermuteNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/RNNNode.cc [moved from runtimes/neurun/core/src/model/operation/RNNNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/RSQRTNode.cc [moved from runtimes/neurun/core/src/model/operation/RSQRTNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ReLU1Node.cc [moved from runtimes/neurun/core/src/model/operation/ReLU1Node.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ReLU6Node.cc [moved from runtimes/neurun/core/src/model/operation/ReLU6Node.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ReLUNode.cc [moved from runtimes/neurun/core/src/model/operation/ReLUNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ReduceMaxNode.cc [moved from runtimes/neurun/core/src/model/operation/ReduceMaxNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ReduceMinNode.cc [moved from runtimes/neurun/core/src/model/operation/ReduceMinNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ReduceSumNode.cc [moved from runtimes/neurun/core/src/model/operation/ReduceSumNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ReshapeNode.cc [moved from runtimes/neurun/core/src/model/operation/ReshapeNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/ResizeBilinearNode.cc [moved from runtimes/neurun/core/src/model/operation/ResizeBilinearNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/SQRTNode.cc [moved from runtimes/neurun/core/src/model/operation/SQRTNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/SoftmaxNode.cc [moved from runtimes/neurun/core/src/model/operation/SoftmaxNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/SpaceToBatchNDNode.cc [moved from runtimes/neurun/core/src/model/operation/SpaceToBatchNDNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/SpaceToDepthNode.cc [moved from runtimes/neurun/core/src/model/operation/SpaceToDepthNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/SplitNode.cc [moved from runtimes/neurun/core/src/model/operation/SplitNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/SquaredDifferenceNode.cc [moved from runtimes/neurun/core/src/model/operation/SquaredDifferenceNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/SqueezeNode.cc [moved from runtimes/neurun/core/src/model/operation/SqueezeNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/StridedSliceNode.cc [moved from runtimes/neurun/core/src/model/operation/StridedSliceNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/SubNode.cc [moved from runtimes/neurun/core/src/model/operation/SubNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/TanhNode.cc [moved from runtimes/neurun/core/src/model/operation/TanhNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/TopKV2Node.cc [moved from runtimes/neurun/core/src/model/operation/TopKV2Node.cc with 100% similarity]
runtime/neurun/core/src/model/operation/TransposeConvNode.cc [moved from runtimes/neurun/core/src/model/operation/TransposeConvNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/TransposeNode.cc [moved from runtimes/neurun/core/src/model/operation/TransposeNode.cc with 100% similarity]
runtime/neurun/core/src/model/operation/UnpackNode.cc [moved from runtimes/neurun/core/src/model/operation/UnpackNode.cc with 100% similarity]
runtime/neurun/core/src/util/ConfigSource.cc [moved from runtimes/neurun/core/src/util/ConfigSource.cc with 100% similarity]
runtime/neurun/core/src/util/EnvConfigSource.cc [moved from runtimes/neurun/core/src/util/EnvConfigSource.cc with 100% similarity]
runtime/neurun/core/src/util/EnvConfigSource.h [moved from runtimes/neurun/core/src/util/EnvConfigSource.h with 100% similarity]
runtime/neurun/core/src/util/GeneralConfigSource.cc [moved from runtimes/neurun/core/src/util/GeneralConfigSource.cc with 100% similarity]
runtime/neurun/core/src/util/Padding.cc [moved from runtimes/neurun/core/src/util/Padding.cc with 100% similarity]
runtime/neurun/core/src/util/ShapeInference.cc [moved from runtimes/neurun/core/src/util/ShapeInference.cc with 100% similarity]
runtime/neurun/core/src/util/Utils.cc [moved from runtimes/neurun/core/src/util/Utils.cc with 100% similarity]
runtime/neurun/core/src/util/logging.cc [moved from runtimes/neurun/core/src/util/logging.cc with 100% similarity]
runtime/neurun/frontend/CMakeLists.txt [moved from runtimes/CMakeLists.txt with 100% similarity]
runtime/neurun/frontend/base_loader/CMakeLists.txt [moved from runtimes/neurun/frontend/base_loader/CMakeLists.txt with 100% similarity]
runtime/neurun/frontend/base_loader/base_loader.h [moved from runtimes/neurun/frontend/base_loader/base_loader.h with 100% similarity]
runtime/neurun/frontend/circle/CMakeLists.txt [moved from runtimes/neurun/frontend/circle/CMakeLists.txt with 100% similarity]
runtime/neurun/frontend/circle/circle_loader.cc [moved from runtimes/neurun/frontend/circle/circle_loader.cc with 100% similarity]
runtime/neurun/frontend/circle/circle_loader.h [moved from runtimes/neurun/frontend/circle/circle_loader.h with 100% similarity]
runtime/neurun/frontend/circle/circle_schema_generated.h [moved from runtimes/neurun/frontend/circle/circle_schema_generated.h with 100% similarity]
runtime/neurun/frontend/nnapi/ANeuralNetworksModel.test.cc [moved from runtimes/neurun/frontend/nnapi/ANeuralNetworksModel.test.cc with 100% similarity]
runtime/neurun/frontend/nnapi/CMakeLists.txt [moved from runtimes/neurun/frontend/nnapi/CMakeLists.txt with 100% similarity]
runtime/neurun/frontend/nnapi/compilation.cc [moved from runtimes/neurun/frontend/nnapi/compilation.cc with 100% similarity]
runtime/neurun/frontend/nnapi/event.cc [moved from runtimes/neurun/frontend/nnapi/event.cc with 100% similarity]
runtime/neurun/frontend/nnapi/execution.cc [moved from runtimes/neurun/frontend/nnapi/execution.cc with 100% similarity]
runtime/neurun/frontend/nnapi/memory.cc [moved from runtimes/neurun/frontend/nnapi/memory.cc with 100% similarity]
runtime/neurun/frontend/nnapi/model.cc [moved from runtimes/neurun/frontend/nnapi/model.cc with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.cc [moved from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.cc with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.h [moved from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.h with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.cc [moved from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.cc with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.h [moved from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.h with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc [moved from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.h [moved from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.h with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.cc [moved from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.cc with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.h [moved from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.h with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.cc [moved from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.cc with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.h [moved from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.h with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/NNAPIConvert.cc [moved from runtimes/neurun/frontend/nnapi/wrapper/NNAPIConvert.cc with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/NNAPIConvert.h [moved from runtimes/neurun/frontend/nnapi/wrapper/NNAPIConvert.h with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/OperationFactory.cc [moved from runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc with 100% similarity]
runtime/neurun/frontend/nnapi/wrapper/OperationFactory.h [moved from runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.h with 100% similarity]
runtime/neurun/frontend/tflite/CMakeLists.txt [moved from runtimes/neurun/frontend/tflite/CMakeLists.txt with 100% similarity]
runtime/neurun/frontend/tflite/schema.fbs [moved from runtimes/neurun/frontend/tflite/schema.fbs with 100% similarity]
runtime/neurun/frontend/tflite/schema_generated.h [moved from runtimes/neurun/frontend/tflite/schema_generated.h with 100% similarity]
runtime/neurun/frontend/tflite/tflite_loader.cc [moved from runtimes/neurun/frontend/tflite/tflite_loader.cc with 100% similarity]
runtime/neurun/frontend/tflite/tflite_loader.h [moved from runtimes/neurun/frontend/tflite/tflite_loader.h with 100% similarity]
runtime/neurun/test/CMakeLists.txt [moved from runtimes/neurun/test/CMakeLists.txt with 100% similarity]
runtime/neurun/test/core/backend/ExecTime.test.cc [moved from runtimes/neurun/test/core/backend/ExecTime.test.cc with 100% similarity]
runtime/neurun/test/core/compiler/Scheduler.cc [moved from runtimes/neurun/test/core/compiler/Scheduler.cc with 100% similarity]
runtime/neurun/test/core/exec/ExecInstance.cc [moved from runtimes/neurun/test/core/exec/ExecInstance.cc with 100% similarity]
runtime/neurun/test/core/exec/interp/ExecManager.cc [moved from runtimes/neurun/test/core/exec/interp/ExecManager.cc with 100% similarity]
runtime/neurun/test/graph/Graph.cc [moved from runtimes/neurun/test/graph/Graph.cc with 100% similarity]
runtime/neurun/test/graph/Index.cc [moved from runtimes/neurun/test/graph/Index.cc with 100% similarity]
runtime/neurun/test/graph/MockNode.h [moved from runtimes/neurun/test/graph/MockNode.h with 100% similarity]
runtime/neurun/test/graph/operand/IndexSet.cc [moved from runtimes/neurun/test/graph/operand/IndexSet.cc with 100% similarity]
runtime/neurun/test/graph/operand/LayoutSet.cc [moved from runtimes/neurun/test/graph/operand/LayoutSet.cc with 100% similarity]
runtime/neurun/test/graph/operand/Set.cc [moved from runtimes/neurun/test/graph/operand/Set.cc with 100% similarity]
runtime/neurun/test/graph/operand/UseDef.cc [moved from runtimes/neurun/test/graph/operand/UseDef.cc with 100% similarity]
runtime/neurun/test/graph/operation/Set.cc [moved from runtimes/neurun/test/graph/operation/Set.cc with 100% similarity]
runtime/neurun/test/graph/operation/SetIO.cc [moved from runtimes/neurun/test/graph/operation/SetIO.cc with 100% similarity]
runtime/neurun/test/graph/verifier/Verifier.cc [moved from runtimes/neurun/test/graph/verifier/Verifier.cc with 100% similarity]
runtime/neurun/test/util/ShapeInference.cc [moved from runtimes/neurun/test/util/ShapeInference.cc with 100% similarity]
runtime/nnapi-header/CMakeLists.txt [moved from runtimes/nnapi-header/CMakeLists.txt with 100% similarity]
runtime/nnapi-header/include/NeuralNetworks.h [moved from runtimes/nnapi-header/include/NeuralNetworks.h with 100% similarity]
runtime/nnapi-header/include/NeuralNetworksEx.h [moved from runtimes/nnapi-header/include/NeuralNetworksEx.h with 100% similarity]
runtime/nnapi-header/include/NeuralNetworksExtensions.h [moved from runtimes/nnapi-header/include/NeuralNetworksExtensions.h with 100% similarity]