From e0764f2b32690dcbf6db1c6b63205d67123e85f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=98=A4=ED=98=95=EC=84=9D/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Thu, 31 Oct 2019 19:30:06 +0900 Subject: [PATCH] [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 --- infra/nnfw/CMakeLists.txt | 2 +- {runtimes/neurun/frontend => runtime}/CMakeLists.txt | 0 {runtimes => runtime}/contrib/CMakeLists.txt | 0 {runtimes => runtime}/contrib/README.md | 0 {runtimes => runtime}/contrib/TFLiteSharp/README.md | 0 .../contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt | 0 .../contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h | 0 .../TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h | 0 .../TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp | 0 .../contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in | 0 .../contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln | 0 .../TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs | 0 .../TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs | 0 .../TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj | 0 .../TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs | 0 .../TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs | 0 .../contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln | 0 .../TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs | 0 .../TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj | 0 .../contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj | 0 .../contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs | 0 .../contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs | 0 .../TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite | Bin .../contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp | Bin .../contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp | Bin .../TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png | Bin .../contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml | 0 .../contrib/TFLiteSharp/packaging/TFLiteSharp.manifest | 0 .../contrib/TFLiteSharp/packaging/TFLiteSharp.spec | 0 .../contrib/TFLiteSharp/packaging/tflite-native.manifest | 0 .../contrib/android_benchmark_app/AndroidManifest.xml | 0 .../contrib/android_benchmark_app/CMakeLists.txt | 0 .../contrib/android_benchmark_app/README.md | 0 .../contrib/android_benchmark_app/cpp/ndk_main.cpp | 0 .../contrib/android_benchmark_app/cpp/ndk_main.h | 0 .../java/com/ndk/tflbench/MainActivity.java | 0 .../android_benchmark_app/res/drawable-hdpi/ic_launcher.png | Bin .../android_benchmark_app/res/drawable-mdpi/ic_launcher.png | Bin .../res/drawable-xhdpi/ic_launcher.png | Bin .../res/drawable-xxhdpi/ic_launcher.png | Bin .../android_benchmark_app/res/layout/activity_main.xml | 0 .../contrib/android_benchmark_app/res/values-v21/styles.xml | 0 .../contrib/android_benchmark_app/res/values/strings.xml | 0 {runtimes => runtime}/contrib/android_tflite/CMakeLists.txt | 0 .../contrib/android_tflite/builtin_ops_jni.cc | 0 {runtimes => runtime}/contrib/benchmark_acl/.FORMATDENY | 0 {runtimes => runtime}/contrib/benchmark_acl/CMakeLists.txt | 0 .../contrib/benchmark_acl/src/Benchmark.cpp | 0 {runtimes => runtime}/contrib/benchmark_acl/src/Benchmark.h | 0 .../contrib/benchmark_acl/src/benchmark_googlenet.cpp | 0 .../contrib/benchmark_acl/src/benchmark_inception_v3.cpp | 0 .../contrib/benchmark_acl/src/benchmark_mobilenet.cpp | 0 {runtimes => runtime}/contrib/custom_op/README.md | 0 .../contrib/custom_op/customOp-workflow.png | Bin {runtimes => runtime}/contrib/detection/CMakeLists.txt | 0 {runtimes => runtime}/contrib/detection/detection.cpp | 0 {runtimes => runtime}/contrib/labs/CMakeLists.txt | 0 {runtimes => runtime}/contrib/labs/jniacl/CMakeLists.txt | 0 .../contrib/labs/jniacl/src/io_accessor.cc | 0 {runtimes => runtime}/contrib/labs/jniacl/src/io_accessor.h | 0 .../contrib/labs/jniacl/src/jniacl_main.cc | 0 .../contrib/labs/opencl_test/CMakeLists.txt | 0 {runtimes => runtime}/contrib/labs/opencl_test/README.md | 0 .../contrib/labs/opencl_test/src/opencl_test.cc | 0 .../contrib/labs/tflite_examples/CMakeLists.txt | 0 .../contrib/labs/tflite_examples/src/conv.cpp | 0 {runtimes => runtime/contrib}/logging/CMakeLists.txt | 0 {runtimes => runtime/contrib}/logging/include/operand.def | 0 {runtimes => runtime/contrib}/logging/include/operation.def | 0 {runtimes => runtime/contrib}/logging/src/nnapi_logging.cc | 0 {runtimes => runtime}/contrib/mlapse/CMakeLists.txt | 0 {runtimes => runtime}/contrib/mlapse/README.md | 0 {runtimes => runtime}/contrib/mlapse/tfl/CMakeLists.txt | 0 {runtimes => runtime}/contrib/mlapse/tfl/driver.cc | 0 .../contrib/mlapse/tfl/mlapse/CSV_report_generator.cc | 0 .../contrib/mlapse/tfl/mlapse/CSV_report_generator.h | 0 .../contrib/mlapse/tfl/mlapse/benchmark_observer.cc | 0 .../contrib/mlapse/tfl/mlapse/benchmark_observer.h | 0 .../contrib/mlapse/tfl/mlapse/benchmark_runner.cc | 0 .../contrib/mlapse/tfl/mlapse/benchmark_runner.h | 0 .../contrib/mlapse/tfl/mlapse/multicast_observer.cc | 0 .../contrib/mlapse/tfl/mlapse/multicast_observer.h | 0 {runtimes => runtime}/contrib/mlapse/tfl/mlapse/tfl/load.cc | 0 {runtimes => runtime}/contrib/mlapse/tfl/mlapse/tfl/load.h | 0 .../contrib}/pure_arm_compute/CMakeLists.txt | 0 .../contrib}/pure_arm_compute/src/compilation.cc | 0 .../contrib}/pure_arm_compute/src/compilation.h | 0 {runtimes => runtime/contrib}/pure_arm_compute/src/event.cc | 0 {runtimes => runtime/contrib}/pure_arm_compute/src/event.h | 0 .../contrib}/pure_arm_compute/src/execution.cc | 0 .../contrib}/pure_arm_compute/src/execution.h | 0 .../contrib}/pure_arm_compute/src/internal/FeatureSink.h | 0 .../contrib}/pure_arm_compute/src/internal/FeatureSource.h | 0 .../pure_arm_compute/src/internal/IExecutionBuilder.h | 0 .../contrib}/pure_arm_compute/src/internal/MatrixSink.h | 0 .../contrib}/pure_arm_compute/src/internal/MatrixSource.h | 0 .../contrib}/pure_arm_compute/src/internal/Model.cc | 0 .../contrib}/pure_arm_compute/src/internal/Model.h | 0 .../contrib}/pure_arm_compute/src/internal/Sink.h | 0 .../contrib}/pure_arm_compute/src/internal/Sinks.h | 0 .../contrib}/pure_arm_compute/src/internal/Source.h | 0 .../contrib}/pure_arm_compute/src/internal/Swizzle.h | 0 .../contrib}/pure_arm_compute/src/internal/Tensor3DSink.h | 0 .../contrib}/pure_arm_compute/src/internal/Tensor3DSource.h | 0 .../contrib}/pure_arm_compute/src/internal/TensorSource.h | 0 .../contrib}/pure_arm_compute/src/internal/VectorSink.h | 0 .../contrib}/pure_arm_compute/src/internal/VectorSource.h | 0 .../contrib}/pure_arm_compute/src/internal/arm_compute.cc | 0 .../contrib}/pure_arm_compute/src/internal/arm_compute.h | 0 .../pure_arm_compute/src/internal/arm_compute/Cast.cc | 0 .../pure_arm_compute/src/internal/arm_compute/Cast.h | 0 .../src/internal/arm_compute/feature/View.h | 0 .../pure_arm_compute/src/internal/arm_compute/kernel/View.h | 0 .../pure_arm_compute/src/internal/arm_compute/matrix/View.h | 0 .../pure_arm_compute/src/internal/arm_compute/tensor/View.h | 0 .../pure_arm_compute/src/internal/nnapi/feature/Reader.h | 0 .../pure_arm_compute/src/internal/nnapi/feature/Utils.h | 0 .../pure_arm_compute/src/internal/nnapi/feature/View.h | 0 .../pure_arm_compute/src/internal/nnapi/kernel/Reader.h | 0 .../pure_arm_compute/src/internal/nnapi/matrix/Reader.h | 0 .../pure_arm_compute/src/internal/nnapi/tensor/ConstView.h | 0 .../pure_arm_compute/src/internal/nnapi/tensor/Reader.h | 0 .../pure_arm_compute/src/internal/nnapi/tensor/View.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Abs.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Abs.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Add.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Add.h | 0 .../contrib}/pure_arm_compute/src/internal/op/ArgMax.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/ArgMax.h | 0 .../contrib}/pure_arm_compute/src/internal/op/AvgPool2D.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/AvgPool2D.h | 0 .../pure_arm_compute/src/internal/op/BatchToSpaceNd.cc | 0 .../pure_arm_compute/src/internal/op/BatchToSpaceNd.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Cast.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Cast.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Concat.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Concat.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Conv2D.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Conv2D.h | 0 .../pure_arm_compute/src/internal/op/DepthToSpace.cc | 0 .../pure_arm_compute/src/internal/op/DepthToSpace.h | 0 .../pure_arm_compute/src/internal/op/DepthwiseConv2D.cc | 0 .../pure_arm_compute/src/internal/op/DepthwiseConv2D.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Dequantize.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Dequantize.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Div.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Div.h | 0 .../pure_arm_compute/src/internal/op/EmbeddingLookup.cc | 0 .../pure_arm_compute/src/internal/op/EmbeddingLookup.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Equal.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Equal.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Exp.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Exp.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Floor.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Floor.h | 0 .../pure_arm_compute/src/internal/op/FullyConnected.cc | 0 .../pure_arm_compute/src/internal/op/FullyConnected.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Gather.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Gather.h | 0 .../pure_arm_compute/src/internal/op/HashtableLookup.cc | 0 .../pure_arm_compute/src/internal/op/HashtableLookup.h | 0 .../pure_arm_compute/src/internal/op/L2Normalization.cc | 0 .../pure_arm_compute/src/internal/op/L2Normalization.h | 0 .../contrib}/pure_arm_compute/src/internal/op/L2Pool2D.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/L2Pool2D.h | 0 .../src/internal/op/LocalResponseNormalization.cc | 0 .../src/internal/op/LocalResponseNormalization.h | 0 .../contrib}/pure_arm_compute/src/internal/op/LogicalAnd.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/LogicalAnd.h | 0 .../contrib}/pure_arm_compute/src/internal/op/LogicalNot.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/LogicalNot.h | 0 .../contrib}/pure_arm_compute/src/internal/op/LogicalOr.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/LogicalOr.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Logistic.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Logistic.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Lstm.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Lstm.h | 0 .../contrib}/pure_arm_compute/src/internal/op/MaxPool2D.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/MaxPool2D.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Mean.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Mean.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Mul.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Mul.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Neg.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Neg.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Node.h | 0 .../contrib}/pure_arm_compute/src/internal/op/NodeVisitor.h | 0 .../contrib}/pure_arm_compute/src/internal/op/NotEqual.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/NotEqual.h | 0 .../contrib}/pure_arm_compute/src/internal/op/PReLU.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/PReLU.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Pack.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Pack.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Pad.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Pad.h | 0 .../contrib}/pure_arm_compute/src/internal/op/RSQRT.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/RSQRT.h | 0 .../contrib}/pure_arm_compute/src/internal/op/ReLU.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/ReLU.h | 0 .../contrib}/pure_arm_compute/src/internal/op/ReLU1.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/ReLU1.h | 0 .../contrib}/pure_arm_compute/src/internal/op/ReLU6.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/ReLU6.h | 0 .../contrib}/pure_arm_compute/src/internal/op/ReduceMax.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/ReduceMax.h | 0 .../contrib}/pure_arm_compute/src/internal/op/ReduceMin.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/ReduceMin.h | 0 .../contrib}/pure_arm_compute/src/internal/op/ReduceSum.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/ReduceSum.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Reshape.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Reshape.h | 0 .../pure_arm_compute/src/internal/op/ResizeBilinear.cc | 0 .../pure_arm_compute/src/internal/op/ResizeBilinear.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Rnn.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Rnn.h | 0 .../contrib}/pure_arm_compute/src/internal/op/SQRT.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/SQRT.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Softmax.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Softmax.h | 0 .../pure_arm_compute/src/internal/op/SpaceToBatchND.cc | 0 .../pure_arm_compute/src/internal/op/SpaceToBatchND.h | 0 .../pure_arm_compute/src/internal/op/SpaceToDepth.cc | 0 .../pure_arm_compute/src/internal/op/SpaceToDepth.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Split.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Split.h | 0 .../pure_arm_compute/src/internal/op/SquaredDifference.cc | 0 .../pure_arm_compute/src/internal/op/SquaredDifference.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Squeeze.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Squeeze.h | 0 .../pure_arm_compute/src/internal/op/StridedSlice.cc | 0 .../pure_arm_compute/src/internal/op/StridedSlice.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Sub.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Sub.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Tanh.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Tanh.h | 0 .../contrib}/pure_arm_compute/src/internal/op/TopKV2.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/TopKV2.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Transpose.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Transpose.h | 0 .../pure_arm_compute/src/internal/op/TransposeConv.cc | 0 .../pure_arm_compute/src/internal/op/TransposeConv.h | 0 .../contrib}/pure_arm_compute/src/internal/op/Unpack.cc | 0 .../contrib}/pure_arm_compute/src/internal/op/Unpack.h | 0 .../contrib}/pure_arm_compute/src/library_info.cc | 0 .../contrib}/pure_arm_compute/src/logging.h | 0 .../contrib}/pure_arm_compute/src/memory.cc | 0 {runtimes => runtime/contrib}/pure_arm_compute/src/memory.h | 0 {runtimes => runtime/contrib}/pure_arm_compute/src/model.cc | 0 {runtimes => runtime/contrib}/pure_arm_compute/src/model.h | 0 .../contrib}/pure_arm_compute/symbolcheck.cpp | 0 .../contrib/tflite_classify/CMakeLists.txt | 0 .../contrib/tflite_classify/src/ImageClassifier.cc | 0 .../contrib/tflite_classify/src/ImageClassifier.h | 0 .../contrib/tflite_classify/src/InferenceInterface.cc | 0 .../contrib/tflite_classify/src/InferenceInterface.h | 0 .../contrib/tflite_classify/src/tflite_classify.cc | 0 {runtimes => runtime}/contrib/tflite_test/CMakeLists.txt | 0 {runtimes => runtime}/contrib/tflite_test/tflite_test.cpp | 0 {runtimes => runtime}/contrib/uben/CMakeLists.txt | 0 {runtimes => runtime}/contrib/uben/Convolution.cpp | 0 {runtimes => runtime}/contrib/uben/Softmax.cpp | 0 {runtimes => runtime}/contrib/xtrace/CMakeLists.txt | 0 {runtimes => runtime}/contrib/xtrace/src/benchmark_event.cc | 0 {runtimes => runtime}/contrib/xtrace/src/benchmark_event.h | 0 .../contrib/xtrace/src/benchmark_runner.cc | 0 {runtimes => runtime}/contrib/xtrace/src/benchmark_runner.h | 0 {runtimes => runtime}/contrib/xtrace/src/event_collector.cc | 0 {runtimes => runtime}/contrib/xtrace/src/event_collector.h | 0 {runtimes => runtime}/contrib/xtrace/src/event_recorder.cc | 0 {runtimes => runtime}/contrib/xtrace/src/event_recorder.h | 0 {runtimes => runtime}/contrib/xtrace/src/str.h | 0 {runtimes => runtime}/contrib/xtrace/src/xtrace.cc | 0 {runtimes => runtime}/libs/CMakeLists.txt | 0 {runtimes => runtime}/libs/cpp14/CMakeLists.txt | 0 {runtimes => runtime}/libs/cpp14/include/cpp14/memory.h | 0 {runtimes => runtime}/libs/jsoncpp/CMakeLists.txt | 0 {runtimes => runtime}/libs/jsoncpp/README.md | 0 {runtimes => runtime}/libs/jsoncpp/json/json-forwards.h | 0 {runtimes => runtime}/libs/jsoncpp/json/json.h | 0 {runtimes => runtime}/libs/jsoncpp/jsoncpp.cpp | 0 {runtimes => runtime}/libs/misc/CMakeLists.txt | 0 .../libs/misc/examples/tensor_index_iterator.cpp | 0 {runtimes => runtime}/libs/misc/include/misc/EnvVar.h | 0 {runtimes => runtime}/libs/misc/include/misc/benchmark.h | 0 .../libs/misc/include/misc/feature/Index.h | 0 .../libs/misc/include/misc/feature/IndexIterator.h | 0 .../libs/misc/include/misc/feature/Object.h | 0 .../libs/misc/include/misc/feature/Reader.h | 0 .../libs/misc/include/misc/feature/Shape.h | 0 .../libs/misc/include/misc/feature/TextFormatter.h | 0 {runtimes => runtime}/libs/misc/include/misc/fp32.h | 0 .../libs/misc/include/misc/kernel/IndexIterator.h | 0 .../libs/misc/include/misc/kernel/Reader.h | 0 {runtimes => runtime}/libs/misc/include/misc/kernel/Shape.h | 0 .../libs/misc/include/misc/matrix/IndexIterator.h | 0 .../libs/misc/include/misc/matrix/Reader.h | 0 {runtimes => runtime}/libs/misc/include/misc/matrix/Shape.h | 0 .../libs/misc/include/misc/polymorphic_downcast.h | 0 .../libs/misc/include/misc/string_helpers.h | 0 .../libs/misc/include/misc/tensor/Comparator.h | 0 {runtimes => runtime}/libs/misc/include/misc/tensor/Diff.h | 0 {runtimes => runtime}/libs/misc/include/misc/tensor/Index.h | 0 .../libs/misc/include/misc/tensor/IndexEnumerator.h | 0 .../libs/misc/include/misc/tensor/IndexFormatter.h | 0 .../libs/misc/include/misc/tensor/IndexIterator.h | 0 .../libs/misc/include/misc/tensor/NonIncreasingStride.h | 0 .../libs/misc/include/misc/tensor/Object.h | 0 .../libs/misc/include/misc/tensor/Reader.h | 0 {runtimes => runtime}/libs/misc/include/misc/tensor/Shape.h | 0 .../libs/misc/include/misc/tensor/Zipper.h | 0 {runtimes => runtime}/libs/misc/include/misc/vector.h | 0 .../libs/misc/include/misc/vector/Object.h | 0 .../libs/misc/include/misc/vector/Reader.h | 0 {runtimes => runtime}/libs/misc/src/tensor/Comparator.cpp | 0 .../libs/misc/src/tensor/IndexFormatter.cpp | 0 .../libs/misc/src/tensor/NonIncreasingStride.cpp | 0 {runtimes => runtime}/libs/misc/src/tensor/Shape.cpp | 0 {runtimes => runtime}/libs/nnapi/CMakeLists.txt | 0 {runtimes => runtime}/libs/nnapi/v1.1/CMakeLists.txt | 0 .../libs/nnapi/v1.1/include/NeuralNetworksExShim.h | 0 .../libs/nnapi/v1.1/include/NeuralNetworksLoadHelpers.h | 0 .../libs/nnapi/v1.1/include/NeuralNetworksShim.h | 0 {runtimes => runtime}/libs/nnapi/v1.2/CMakeLists.txt | 0 .../libs/nnapi/v1.2/include/NeuralNetworksExShim.h | 0 .../libs/nnapi/v1.2/include/NeuralNetworksLoadHelpers.h | 0 .../libs/nnapi/v1.2/include/NeuralNetworksShim.h | 0 .../libs/nnapi/v1.2/include/NeuralNetworksTypes.h | 0 {runtimes => runtime}/libs/profiling/CMakeLists.txt | 0 .../libs/profiling/include/profiling/profile_buffer.h | 0 .../libs/profiling/include/profiling/profiler.h | 0 .../libs/profiling/include/profiling/profiling.h | 0 .../libs/profiling/include/profiling/time.h | 0 {runtimes => runtime}/libs/profiling/src/profiling/time.cpp | 0 {runtimes => runtime}/libs/rua/CMakeLists.txt | 0 {runtimes => runtime}/libs/rua/README.md | 0 {runtimes => runtime}/libs/rua/anchor/CMakeLists.txt | 0 {runtimes => runtime}/libs/rua/anchor/include/rua/Anchor.h | 0 {runtimes => runtime}/libs/rua/anchor/src/Anchor.cpp | 0 {runtimes => runtime}/libs/rua/core/CMakeLists.txt | 0 {runtimes => runtime}/libs/rua/core/include/rua/Service.h | 0 {runtimes => runtime}/libs/rua/dyn/CMakeLists.txt | 0 .../libs/rua/dyn/include/rua/DynamicBinder.h | 0 {runtimes => runtime}/libs/rua/dyn/src/DynamicBinder.cpp | 0 {runtimes => runtime}/libs/rua/shim/CMakeLists.txt | 0 {runtimes => runtime}/libs/rua/shim/include/rua/Shim.h | 0 {runtimes => runtime}/libs/tflite/CMakeLists.txt | 0 {runtimes => runtime}/libs/tflite/include/tflite/Assert.h | 0 {runtimes => runtime}/libs/tflite/include/tflite/Diff.h | 0 .../libs/tflite/include/tflite/FeatureView.h | 0 .../libs/tflite/include/tflite/InputIndex.h | 0 .../libs/tflite/include/tflite/InterpreterSession.h | 0 .../libs/tflite/include/tflite/NNAPISession.h | 0 .../libs/tflite/include/tflite/OutputIndex.h | 0 .../libs/tflite/include/tflite/Quantization.h | 0 {runtimes => runtime}/libs/tflite/include/tflite/Session.h | 0 .../libs/tflite/include/tflite/TensorLogger.h | 0 .../libs/tflite/include/tflite/TensorShapeUtils.h | 0 .../libs/tflite/include/tflite/TensorUtils.h | 0 .../libs/tflite/include/tflite/TensorView.h | 0 .../libs/tflite/include/tflite/interp/Builder.h | 0 .../libs/tflite/include/tflite/interp/FlatBufferBuilder.h | 0 .../libs/tflite/include/tflite/interp/FunctionBuilder.h | 0 .../libs/tflite/port/1.13.1/CMakeLists.txt | 0 .../tflite/port/1.13.1/include/tflite/ext/kernels/Abs.h | 0 .../port/1.13.1/include/tflite/ext/kernels/CustomOps.h | 0 .../1.13.1/include/tflite/ext/kernels/SquaredDifference.h | 0 .../port/1.13.1/include/tflite/ext/kernels/TensorFlowMax.h | 0 .../port/1.13.1/include/tflite/ext/kernels/TensorFlowSum.h | 0 .../port/1.13.1/include/tflite/ext/kernels/register.h | 0 .../tflite/port/1.13.1/include/tflite/ext/nnapi_delegate.h | 0 .../libs/tflite/port/1.13.1/src/kernels/Abs.cpp | 0 .../tflite/port/1.13.1/src/kernels/SquaredDifference.cpp | 0 .../libs/tflite/port/1.13.1/src/kernels/TensorFlowMax.cpp | 0 .../libs/tflite/port/1.13.1/src/kernels/TensorFlowSum.cpp | 0 .../libs/tflite/port/1.13.1/src/kernels/register.cpp | 0 .../libs/tflite/port/1.13.1/src/nnapi_delegate.cpp | 0 .../1.13.1/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc | 0 {runtimes => runtime}/libs/tflite/port/CMakeLists.txt | 0 {runtimes => runtime}/libs/tflite/src/Diff.cpp | 0 {runtimes => runtime}/libs/tflite/src/FeatureView.cpp | 0 {runtimes => runtime}/libs/tflite/src/Quantization.cpp | 0 {runtimes => runtime}/libs/tflite/src/TensorShapeUtils.cpp | 0 {runtimes => runtime}/libs/tflite/src/TensorView.test.cpp | 0 .../libs/tflite/src/interp/FlatBufferBuilder.cpp | 0 .../libs/tflite/src/interp/FunctionBuilder.cpp | 0 {runtimes => runtime}/libs/xdata/CMakeLists.txt | 0 {runtimes => runtime}/libs/xdata/README.md | 0 {runtimes => runtime}/libs/xdata/include/xdata.h | 0 {runtimes => runtime}/libs/xdata/include/xdata/trace.h | 0 {runtimes => runtime}/libs/xdata/src/trace.cpp | 0 {runtimes => runtime}/libs/xprobe/CMakeLists.txt | 0 {runtimes => runtime}/libs/xprobe/include/xprobe.h | 0 {runtimes => runtime}/libs/xprobe/include/xprobe/trace.h | 0 {runtimes => runtime}/libs/xprobe/src/trace.cpp | 0 {runtimes => runtime}/libs/xray/CMakeLists.txt | 0 {runtimes => runtime}/libs/xray/event/CMakeLists.txt | 0 {runtimes => runtime}/libs/xray/event/include/xray/event.h | 0 .../libs/xray/event/include/xray/event_category.h | 0 .../libs/xray/event/include/xray/event_code.h | 0 {runtimes => runtime}/libs/xray/mux/CMakeLists.txt | 0 {runtimes => runtime}/libs/xray/mux/include/xray/mux.h | 0 {runtimes => runtime}/libs/xray/mux/src/mux.cc | 0 {runtimes => runtime}/libs/xray/pipe/CMakeLists.txt | 0 {runtimes => runtime}/libs/xray/pipe/include/xray/pipe.h | 0 {runtimes => runtime}/neurun/CMakeLists.txt | 0 {runtimes => runtime}/neurun/api/CMakeLists.txt | 0 {runtimes => runtime}/neurun/api/include/nnfw.h | 0 {runtimes => runtime}/neurun/api/include/nnfw_dev.h | 0 {runtimes => runtime}/neurun/api/src/CustomKernel.cc | 0 {runtimes => runtime}/neurun/api/src/CustomKernel.h | 0 .../neurun/api/src/CustomKernelRegistry.cc | 0 {runtimes => runtime}/neurun/api/src/CustomKernelRegistry.h | 0 {runtimes => runtime}/neurun/api/src/nnfw_api.cc | 0 {runtimes => runtime}/neurun/api/src/nnfw_api_internal.cc | 0 {runtimes => runtime}/neurun/api/src/nnfw_api_internal.h | 0 {runtimes => runtime}/neurun/backend/CMakeLists.txt | 0 {runtimes => runtime}/neurun/backend/acl_cl/Backend.h | 0 {runtimes => runtime}/neurun/backend/acl_cl/CLTimer.h | 0 {runtimes => runtime}/neurun/backend/acl_cl/CMakeLists.txt | 0 {runtimes => runtime}/neurun/backend/acl_cl/Config.cc | 0 {runtimes => runtime}/neurun/backend/acl_cl/Config.h | 0 .../neurun/backend/acl_cl/ConstantInitializer.cc | 0 .../neurun/backend/acl_cl/ConstantInitializer.h | 0 .../neurun/backend/acl_cl/KernelGenerator.cc | 0 .../neurun/backend/acl_cl/KernelGenerator.h | 0 .../neurun/backend/acl_cl/PluginClassesAllocator.cc | 0 {runtimes => runtime}/neurun/backend/acl_cl/ShapeFixer.cc | 0 {runtimes => runtime}/neurun/backend/acl_cl/ShapeFixer.h | 0 {runtimes => runtime}/neurun/backend/acl_cl/TensorBuilder.h | 0 {runtimes => runtime}/neurun/backend/acl_cl/TensorManager.h | 0 .../neurun/backend/acl_cl/kernel/ConcatLayer.cc | 0 .../neurun/backend/acl_cl/kernel/ConcatLayer.h | 0 .../neurun/backend/acl_cl/operand/CLSubTensor.cc | 0 .../neurun/backend/acl_cl/operand/CLSubTensor.h | 0 .../neurun/backend/acl_cl/operand/CLTensor.cc | 0 .../neurun/backend/acl_cl/operand/CLTensor.h | 0 .../neurun/backend/acl_cl/operand/ICLTensor.h | 0 .../neurun/backend/acl_cl/operand/Object.cc | 0 .../neurun/backend/acl_cl/operand/Object.h | 0 .../neurun/backend/acl_common/AclFunction.h | 0 .../neurun/backend/acl_common/AclInternalBufferManager.h | 0 .../neurun/backend/acl_common/AclLinearMemoryManager.h | 0 .../neurun/backend/acl_common/AclMemoryManager.h | 0 .../neurun/backend/acl_common/AclTensorManager.h | 0 .../neurun/backend/acl_common/CMakeLists.txt | 0 {runtimes => runtime}/neurun/backend/acl_common/Convert.cc | 0 {runtimes => runtime}/neurun/backend/acl_common/Convert.h | 0 .../neurun/backend/acl_common/IACLTensor.cc | 0 .../neurun/backend/acl_common/IACLTensor.h | 0 {runtimes => runtime}/neurun/backend/acl_common/Swizzle.h | 0 .../neurun/backend/acl_common/TemplTensorBuilder.h | 0 {runtimes => runtime}/neurun/backend/acl_neon/Backend.h | 0 .../neurun/backend/acl_neon/CMakeLists.txt | 0 {runtimes => runtime}/neurun/backend/acl_neon/Config.cc | 0 {runtimes => runtime}/neurun/backend/acl_neon/Config.h | 0 .../neurun/backend/acl_neon/ConstantInitializer.cc | 0 .../neurun/backend/acl_neon/ConstantInitializer.h | 0 .../neurun/backend/acl_neon/KernelGenerator.cc | 0 .../neurun/backend/acl_neon/KernelGenerator.h | 0 .../neurun/backend/acl_neon/PluginClassesAllocator.cc | 0 {runtimes => runtime}/neurun/backend/acl_neon/ShapeFixer.cc | 0 {runtimes => runtime}/neurun/backend/acl_neon/ShapeFixer.h | 0 .../neurun/backend/acl_neon/TensorBuilder.h | 0 .../neurun/backend/acl_neon/TensorManager.h | 0 .../neurun/backend/acl_neon/kernel/ConcatLayer.cc | 0 .../neurun/backend/acl_neon/kernel/ConcatLayer.h | 0 .../neurun/backend/acl_neon/operand/INETensor.h | 0 .../neurun/backend/acl_neon/operand/NESubTensor.cc | 0 .../neurun/backend/acl_neon/operand/NESubTensor.h | 0 .../neurun/backend/acl_neon/operand/NETensor.cc | 0 .../neurun/backend/acl_neon/operand/NETensor.h | 0 {runtimes => runtime}/neurun/backend/cpu/Backend.h | 0 {runtimes => runtime}/neurun/backend/cpu/CMakeLists.txt | 0 {runtimes => runtime}/neurun/backend/cpu/Config.cc | 0 {runtimes => runtime}/neurun/backend/cpu/Config.h | 0 .../neurun/backend/cpu/ConstantInitializer.cc | 0 .../neurun/backend/cpu/ConstantInitializer.h | 0 {runtimes => runtime}/neurun/backend/cpu/KernelGenerator.cc | 0 {runtimes => runtime}/neurun/backend/cpu/KernelGenerator.h | 0 {runtimes => runtime}/neurun/backend/cpu/MemoryManager.cc | 0 {runtimes => runtime}/neurun/backend/cpu/MemoryManager.h | 0 {runtimes => runtime}/neurun/backend/cpu/MemoryPlanner.cc | 0 {runtimes => runtime}/neurun/backend/cpu/MemoryPlanner.h | 0 .../neurun/backend/cpu/MemoryPlanner.test.cc | 0 .../neurun/backend/cpu/MemoryPlannerFactory.cc | 0 .../neurun/backend/cpu/MemoryPlannerFactory.h | 0 .../neurun/backend/cpu/PluginClassesAllocator.cc | 0 {runtimes => runtime}/neurun/backend/cpu/ShapeFixer.cc | 0 {runtimes => runtime}/neurun/backend/cpu/ShapeFixer.h | 0 {runtimes => runtime}/neurun/backend/cpu/TensorBuilder.cc | 0 {runtimes => runtime}/neurun/backend/cpu/TensorBuilder.h | 0 {runtimes => runtime}/neurun/backend/cpu/TensorManager.cc | 0 {runtimes => runtime}/neurun/backend/cpu/TensorManager.h | 0 {runtimes => runtime}/neurun/backend/cpu/kernel/AddLayer.cc | 0 {runtimes => runtime}/neurun/backend/cpu/kernel/AddLayer.h | 0 .../neurun/backend/cpu/kernel/AvgPoolLayer.cc | 0 .../neurun/backend/cpu/kernel/AvgPoolLayer.h | 0 .../neurun/backend/cpu/kernel/ConcatLayer.cc | 0 .../neurun/backend/cpu/kernel/ConcatLayer.h | 0 .../neurun/backend/cpu/kernel/ConvolutionLayer.cc | 0 .../neurun/backend/cpu/kernel/ConvolutionLayer.h | 0 .../neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.cc | 0 .../neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.h | 0 .../neurun/backend/cpu/kernel/FullyConnectedLayer.cc | 0 .../neurun/backend/cpu/kernel/FullyConnectedLayer.h | 0 .../neurun/backend/cpu/kernel/GatherLayer.cc | 0 .../neurun/backend/cpu/kernel/GatherLayer.h | 0 .../neurun/backend/cpu/kernel/MaxPoolLayer.cc | 0 .../neurun/backend/cpu/kernel/MaxPoolLayer.h | 0 .../neurun/backend/cpu/kernel/OperationUtils.cc | 0 .../neurun/backend/cpu/kernel/OperationUtils.h | 0 .../neurun/backend/cpu/kernel/PermuteLayer.cc | 0 .../neurun/backend/cpu/kernel/PermuteLayer.h | 0 .../neurun/backend/cpu/kernel/ReshapeLayer.cc | 0 .../neurun/backend/cpu/kernel/ReshapeLayer.h | 0 .../neurun/backend/cpu/kernel/SoftMaxLayer.cc | 0 .../neurun/backend/cpu/kernel/SoftMaxLayer.h | 0 {runtimes => runtime}/neurun/backend/cpu/operand/Tensor.cc | 0 {runtimes => runtime}/neurun/backend/cpu/operand/Tensor.h | 0 .../neurun/backend/hi_perf_cpu/CMakeLists.txt | 0 .../backend/hi_perf_cpu/HighPerformanceBackend.test.cc | 0 .../neurun/backend/hi_perf_cpu/KernelGenerator.cc | 0 .../neurun/backend/hi_perf_cpu/KernelGenerator.h | 0 .../neurun/backend/hi_perf_cpu/TensorBuilder.cc | 0 .../neurun/backend/hi_perf_cpu/TensorBuilder.h | 0 {runtimes => runtime}/neurun/backend/srcn/Backend.h | 0 {runtimes => runtime}/neurun/backend/srcn/CMakeLists.txt | 0 {runtimes => runtime}/neurun/backend/srcn/Config.cc | 0 {runtimes => runtime}/neurun/backend/srcn/Config.h | 0 .../neurun/backend/srcn/ConstantInitializer.cc | 0 .../neurun/backend/srcn/ConstantInitializer.h | 0 .../neurun/backend/srcn/KernelGenerator.cc | 0 {runtimes => runtime}/neurun/backend/srcn/KernelGenerator.h | 0 {runtimes => runtime}/neurun/backend/srcn/MemoryManager.cc | 0 {runtimes => runtime}/neurun/backend/srcn/MemoryManager.h | 0 {runtimes => runtime}/neurun/backend/srcn/MemoryPlanner.cc | 0 {runtimes => runtime}/neurun/backend/srcn/MemoryPlanner.h | 0 .../neurun/backend/srcn/MemoryPlannerFactory.cc | 0 .../neurun/backend/srcn/MemoryPlannerFactory.h | 0 .../neurun/backend/srcn/PluginClassesAllocator.cc | 0 {runtimes => runtime}/neurun/backend/srcn/ShapeFixer.cc | 0 {runtimes => runtime}/neurun/backend/srcn/ShapeFixer.h | 0 {runtimes => runtime}/neurun/backend/srcn/TensorBuilder.cc | 0 {runtimes => runtime}/neurun/backend/srcn/TensorBuilder.h | 0 {runtimes => runtime}/neurun/backend/srcn/TensorManager.cc | 0 {runtimes => runtime}/neurun/backend/srcn/TensorManager.h | 0 .../neurun/backend/srcn/kernel/AddLayer.cc | 0 {runtimes => runtime}/neurun/backend/srcn/kernel/AddLayer.h | 0 .../neurun/backend/srcn/kernel/OperationUtils.cc | 0 .../neurun/backend/srcn/kernel/OperationUtils.h | 0 .../neurun/backend/srcn/kernel/TransposeConvLayer.cc | 0 .../neurun/backend/srcn/kernel/TransposeConvLayer.h | 0 {runtimes => runtime}/neurun/backend/srcn/operand/Tensor.cc | 0 {runtimes => runtime}/neurun/backend/srcn/operand/Tensor.h | 0 {runtimes => runtime}/neurun/core/CMakeLists.txt | 0 {runtimes => runtime}/neurun/core/include/backend/Backend.h | 0 .../neurun/core/include/backend/CustomKernelBuilder.h | 0 .../neurun/core/include/backend/ExecTime.h | 0 {runtimes => runtime}/neurun/core/include/backend/IConfig.h | 0 .../neurun/core/include/backend/IConstantInitializer.h | 0 .../neurun/core/include/backend/IKernelGenerator.h | 0 .../neurun/core/include/backend/IMemoryManager.h | 0 .../neurun/core/include/backend/IShapeFixer.h | 0 .../neurun/core/include/backend/ITensorBuilder.h | 0 .../neurun/core/include/backend/ITensorManager.h | 0 .../neurun/core/include/backend/JSONExecTime.h | 0 .../neurun/core/include/backend/operand/IObject.h | 0 .../neurun/core/include/backend/operand/ITensor.h | 0 .../neurun/core/include/backend/operand/Object.h | 0 .../neurun/core/include/compiler/Compiler.h | 0 .../neurun/core/include/compiler/IExecutionBuilder.h | 0 .../neurun/core/include/compiler/SubTensorInfo.h | 0 {runtimes => runtime}/neurun/core/include/exec/Execution.h | 0 .../neurun/core/include/exec/ExecutionObservers.h | 0 {runtimes => runtime}/neurun/core/include/exec/IExecutor.h | 0 {runtimes => runtime}/neurun/core/include/exec/IFunction.h | 0 .../neurun/core/include/exec/IODescription.h | 0 .../neurun/core/include/exec/NopFunction.h | 0 .../neurun/core/include/graph/BackendSet.h | 0 {runtimes => runtime}/neurun/core/include/graph/Graph.h | 0 .../neurun/core/include/graph/LowerInfoMap.h | 0 .../neurun/core/include/graph/operand/LowerInfo.h | 0 .../neurun/core/include/graph/operand/ParentInfo.h | 0 .../neurun/core/include/graph/operand/PermuteFactor.h | 0 .../neurun/core/include/graph/operation/LowerInfo.h | 0 {runtimes => runtime}/neurun/core/include/model/Data.h | 0 {runtimes => runtime}/neurun/core/include/model/DataType.h | 0 {runtimes => runtime}/neurun/core/include/model/Index.h | 0 .../neurun/core/include/model/InternalType.h | 0 {runtimes => runtime}/neurun/core/include/model/Layout.h | 0 {runtimes => runtime}/neurun/core/include/model/Model.h | 0 {runtimes => runtime}/neurun/core/include/model/Operand.h | 0 .../neurun/core/include/model/OperandConstraint.h | 0 .../neurun/core/include/model/OperandIndexMap.h | 0 .../neurun/core/include/model/OperandIndexSequence.h | 0 .../neurun/core/include/model/OperandInfo.h | 0 {runtimes => runtime}/neurun/core/include/model/Operands.h | 0 {runtimes => runtime}/neurun/core/include/model/Operation.h | 0 .../neurun/core/include/model/OperationIndexList.h | 0 .../neurun/core/include/model/OperationIndexMap.h | 0 .../neurun/core/include/model/OperationVisitor.h | 0 .../neurun/core/include/model/Operations.Include.h | 0 .../neurun/core/include/model/Operations.h | 0 .../neurun/core/include/model/Operations.lst | 0 {runtimes => runtime}/neurun/core/include/model/Shape.h | 0 {runtimes => runtime}/neurun/core/include/model/Subgraph.h | 0 {runtimes => runtime}/neurun/core/include/model/Subgraphs.h | 0 {runtimes => runtime}/neurun/core/include/model/TypeInfo.h | 0 .../neurun/core/include/model/operation/AbsNode.h | 0 .../neurun/core/include/model/operation/AddNode.h | 0 .../neurun/core/include/model/operation/ArgMaxNode.h | 0 .../neurun/core/include/model/operation/AvgPool2DNode.h | 0 .../core/include/model/operation/BatchToSpaceNDNode.h | 0 .../neurun/core/include/model/operation/CastNode.h | 0 .../neurun/core/include/model/operation/ComparisonNode.h | 0 .../neurun/core/include/model/operation/ConcatNode.h | 0 .../neurun/core/include/model/operation/Conv2DNode.h | 0 .../neurun/core/include/model/operation/CustomNode.h | 0 .../neurun/core/include/model/operation/DepthToSpaceNode.h | 0 .../core/include/model/operation/DepthwiseConv2DNode.h | 0 .../neurun/core/include/model/operation/DequantizeNode.h | 0 .../neurun/core/include/model/operation/DivNode.h | 0 .../core/include/model/operation/EmbeddingLookupNode.h | 0 .../neurun/core/include/model/operation/ExpNode.h | 0 .../neurun/core/include/model/operation/FloorNode.h | 0 .../core/include/model/operation/FullyConnectedNode.h | 0 .../neurun/core/include/model/operation/GatherNode.h | 0 .../core/include/model/operation/HashtableLookupNode.h | 0 .../core/include/model/operation/L2NormalizationNode.h | 0 .../neurun/core/include/model/operation/L2Pool2DNode.h | 0 .../neurun/core/include/model/operation/LSTMNode.h | 0 .../model/operation/LocalResponseNormalizationNode.h | 0 .../neurun/core/include/model/operation/LogicalAndNode.h | 0 .../neurun/core/include/model/operation/LogicalNotNode.h | 0 .../neurun/core/include/model/operation/LogicalOrNode.h | 0 .../neurun/core/include/model/operation/LogisticNode.h | 0 .../neurun/core/include/model/operation/MaxPool2DNode.h | 0 .../neurun/core/include/model/operation/MeanNode.h | 0 .../neurun/core/include/model/operation/MulNode.h | 0 .../neurun/core/include/model/operation/NegNode.h | 0 .../neurun/core/include/model/operation/PReLUNode.h | 0 .../neurun/core/include/model/operation/PackNode.h | 0 .../neurun/core/include/model/operation/PadNode.h | 0 .../neurun/core/include/model/operation/PermuteNode.h | 0 .../neurun/core/include/model/operation/RNNNode.h | 0 .../neurun/core/include/model/operation/RSQRTNode.h | 0 .../neurun/core/include/model/operation/ReLU1Node.h | 0 .../neurun/core/include/model/operation/ReLU6Node.h | 0 .../neurun/core/include/model/operation/ReLUNode.h | 0 .../neurun/core/include/model/operation/ReduceMaxNode.h | 0 .../neurun/core/include/model/operation/ReduceMinNode.h | 0 .../neurun/core/include/model/operation/ReduceSumNode.h | 0 .../neurun/core/include/model/operation/ReshapeNode.h | 0 .../core/include/model/operation/ResizeBilinearNode.h | 0 .../neurun/core/include/model/operation/SQRTNode.h | 0 .../neurun/core/include/model/operation/SoftmaxNode.h | 0 .../core/include/model/operation/SpaceToBatchNDNode.h | 0 .../neurun/core/include/model/operation/SpaceToDepthNode.h | 0 .../neurun/core/include/model/operation/SplitNode.h | 0 .../core/include/model/operation/SquaredDifferenceNode.h | 0 .../neurun/core/include/model/operation/SqueezeNode.h | 0 .../neurun/core/include/model/operation/StridedSliceNode.h | 0 .../neurun/core/include/model/operation/SubNode.h | 0 .../neurun/core/include/model/operation/TanhNode.h | 0 .../neurun/core/include/model/operation/TopKV2Node.h | 0 .../neurun/core/include/model/operation/TransposeConvNode.h | 0 .../neurun/core/include/model/operation/TransposeNode.h | 0 .../neurun/core/include/model/operation/UnpackNode.h | 0 {runtimes => runtime}/neurun/core/include/util/Config.lst | 0 .../neurun/core/include/util/ConfigSource.h | 0 .../neurun/core/include/util/Coordinates.h | 0 .../neurun/core/include/util/GeneralConfigSource.h | 0 .../neurun/core/include/util/IConfigSource.h | 0 {runtimes => runtime}/neurun/core/include/util/ITimer.h | 0 {runtimes => runtime}/neurun/core/include/util/Index.h | 0 .../neurun/core/include/util/ObjectManager.h | 0 {runtimes => runtime}/neurun/core/include/util/Padding.h | 0 {runtimes => runtime}/neurun/core/include/util/Set.h | 0 .../neurun/core/include/util/ShapeInference.h | 0 {runtimes => runtime}/neurun/core/include/util/Utils.h | 0 .../neurun/core/include/util/feature/Coordinate4D.h | 0 .../neurun/core/include/util/feature/nchw/View.h | 0 .../neurun/core/include/util/feature/nhwc/Reader.h | 0 .../neurun/core/include/util/feature/nhwc/View.h | 0 {runtimes => runtime}/neurun/core/include/util/logging.h | 0 {runtimes => runtime}/neurun/core/src/backend/Backend.cc | 0 .../neurun/core/src/backend/BackendManager.cc | 0 .../neurun/core/src/backend/BackendManager.h | 0 {runtimes => runtime}/neurun/core/src/backend/ExecTime.cc | 0 .../neurun/core/src/backend/JSONExecTime.cc | 0 .../neurun/core/src/compiler/BackendResolver.cc | 0 .../neurun/core/src/compiler/BackendResolver.h | 0 {runtimes => runtime}/neurun/core/src/compiler/Compiler.cc | 0 .../neurun/core/src/compiler/ExecutorFactory.cc | 0 .../neurun/core/src/compiler/ExecutorFactory.h | 0 .../neurun/core/src/compiler/HEScheduler.cc | 0 .../neurun/core/src/compiler/HEScheduler.h | 0 {runtimes => runtime}/neurun/core/src/compiler/IScheduler.h | 0 {runtimes => runtime}/neurun/core/src/compiler/Linear.cc | 0 {runtimes => runtime}/neurun/core/src/compiler/Linear.h | 0 .../neurun/core/src/compiler/ManualScheduler.cc | 0 .../neurun/core/src/compiler/ManualScheduler.h | 0 .../neurun/core/src/compiler/OperandContext.cc | 0 .../neurun/core/src/compiler/OperandContext.h | 0 .../neurun/core/src/compiler/OperationValidator.cc | 0 .../neurun/core/src/compiler/OperationValidator.h | 0 .../neurun/core/src/compiler/ParamChecker.cc | 0 .../neurun/core/src/compiler/ParamChecker.h | 0 .../neurun/core/src/compiler/SubTensorAnalyzer.cc | 0 .../neurun/core/src/compiler/SubTensorAnalyzer.h | 0 .../neurun/core/src/dumper/dot/DotBuilder.cc | 0 .../neurun/core/src/dumper/dot/DotBuilder.h | 0 .../neurun/core/src/dumper/dot/DotDumper.cc | 0 .../neurun/core/src/dumper/dot/DotDumper.h | 0 .../neurun/core/src/dumper/dot/DotSubgraphInfo.cc | 0 .../neurun/core/src/dumper/dot/DotSubgraphInfo.h | 0 {runtimes => runtime}/neurun/core/src/dumper/dot/Node.cc | 0 {runtimes => runtime}/neurun/core/src/dumper/dot/Node.h | 0 .../neurun/core/src/dumper/dot/OperandNode.cc | 0 .../neurun/core/src/dumper/dot/OperandNode.h | 0 .../neurun/core/src/dumper/dot/OperationNode.cc | 0 .../neurun/core/src/dumper/dot/OperationNode.h | 0 .../neurun/core/src/exec/DataflowExecutor.cc | 0 .../neurun/core/src/exec/DataflowExecutor.h | 0 {runtimes => runtime}/neurun/core/src/exec/Execution.cc | 0 .../neurun/core/src/exec/ExecutionObservers.cc | 0 {runtimes => runtime}/neurun/core/src/exec/ExecutorBase.cc | 0 {runtimes => runtime}/neurun/core/src/exec/ExecutorBase.h | 0 .../neurun/core/src/exec/FunctionSequence.cc | 0 .../neurun/core/src/exec/FunctionSequence.h | 0 {runtimes => runtime}/neurun/core/src/exec/Job.cc | 0 {runtimes => runtime}/neurun/core/src/exec/Job.h | 0 .../neurun/core/src/exec/LinearExecutor.cc | 0 {runtimes => runtime}/neurun/core/src/exec/LinearExecutor.h | 0 .../neurun/core/src/exec/ParallelExecutor.cc | 0 .../neurun/core/src/exec/ParallelExecutor.h | 0 .../neurun/core/src/exec/ParallelScheduler.cc | 0 .../neurun/core/src/exec/ParallelScheduler.h | 0 {runtimes => runtime}/neurun/core/src/exec/Sink.h | 0 {runtimes => runtime}/neurun/core/src/exec/Source.h | 0 {runtimes => runtime}/neurun/core/src/exec/interp/Buffer.h | 0 {runtimes => runtime}/neurun/core/src/exec/interp/ExecEnv.h | 0 .../neurun/core/src/exec/interp/ExecManager.cc | 0 .../neurun/core/src/exec/interp/ExecManager.h | 0 .../neurun/core/src/exec/interp/Interpreter.cc | 0 .../neurun/core/src/exec/interp/Interpreter.h | 0 .../neurun/core/src/exec/interp/Registration.h | 0 {runtimes => runtime}/neurun/core/src/exec/interp/Tensor.cc | 0 {runtimes => runtime}/neurun/core/src/exec/interp/Tensor.h | 0 .../neurun/core/src/exec/interp/operations/Add.cc | 0 .../neurun/core/src/exec/interp/operations/AvgPool2D.cc | 0 .../neurun/core/src/exec/interp/operations/Concat.cc | 0 .../neurun/core/src/exec/interp/operations/Conv2D.cc | 0 .../neurun/core/src/exec/interp/operations/DepthwiseConv.cc | 0 .../core/src/exec/interp/operations/FullyConnected.cc | 0 .../neurun/core/src/exec/interp/operations/MaxPool2D.cc | 0 .../neurun/core/src/exec/interp/operations/OperationUtil.h | 0 .../neurun/core/src/exec/interp/operations/Reshape.cc | 0 .../neurun/core/src/exec/interp/operations/SoftMax.cc | 0 {runtimes => runtime}/neurun/core/src/graph/Graph.cc | 0 .../neurun/core/src/graph/dumper/Dumper.cc | 0 {runtimes => runtime}/neurun/core/src/graph/dumper/Dumper.h | 0 .../neurun/core/src/graph/operand/LowerInfo.cc | 0 .../neurun/core/src/graph/operand/Shape4DConvert.h | 0 .../neurun/core/src/graph/operation/LowerInfo.cc | 0 .../neurun/core/src/graph/pass/OperandPass.cc | 0 .../neurun/core/src/graph/pass/OperandPass.h | 0 .../neurun/core/src/graph/pass/OperationPass.cc | 0 .../neurun/core/src/graph/pass/OperationPass.h | 0 {runtimes => runtime}/neurun/core/src/graph/pass/Pass.cc | 0 {runtimes => runtime}/neurun/core/src/graph/pass/Pass.h | 0 .../core/src/graph/pass/PermutationEliminationPass.cc | 0 .../neurun/core/src/graph/pass/PermutationEliminationPass.h | 0 .../neurun/core/src/graph/pass/PermutationInsertionPass.cc | 0 .../neurun/core/src/graph/pass/PermutationInsertionPass.h | 0 .../neurun/core/src/graph/pass/PermutationOperationPass.cc | 0 .../neurun/core/src/graph/pass/PermutationOperationPass.h | 0 .../neurun/core/src/graph/verifier/Verifier.cc | 0 .../neurun/core/src/graph/verifier/Verifier.h | 0 {runtimes => runtime}/neurun/core/src/library_info.cc | 0 {runtimes => runtime}/neurun/core/src/model/LayoutSet.cc | 0 {runtimes => runtime}/neurun/core/src/model/LayoutSet.h | 0 {runtimes => runtime}/neurun/core/src/model/Operand.cc | 0 .../neurun/core/src/model/OperandConstraint.cc | 0 .../neurun/core/src/model/OperandIndexSequence.cc | 0 {runtimes => runtime}/neurun/core/src/model/Operation.cc | 0 .../neurun/core/src/model/OperationIndexList.cc | 0 {runtimes => runtime}/neurun/core/src/model/Shape.cc | 0 {runtimes => runtime}/neurun/core/src/model/Subgraph.cc | 0 {runtimes => runtime}/neurun/core/src/model/Subgraphs.cc | 0 {runtimes => runtime}/neurun/core/src/model/TypeInfo.cc | 0 .../neurun/core/src/model/operation/AbsNode.cc | 0 .../neurun/core/src/model/operation/AddNode.cc | 0 .../neurun/core/src/model/operation/ArgMaxNode.cc | 0 .../neurun/core/src/model/operation/AvgPool2DNode.cc | 0 .../neurun/core/src/model/operation/BatchToSpaceNDNode.cc | 0 .../neurun/core/src/model/operation/CastNode.cc | 0 .../neurun/core/src/model/operation/ComparisonNode.cc | 0 .../neurun/core/src/model/operation/ConcatNode.cc | 0 .../neurun/core/src/model/operation/Conv2DNode.cc | 0 .../neurun/core/src/model/operation/CustomNode.cc | 0 .../neurun/core/src/model/operation/DepthToSpaceNode.cc | 0 .../neurun/core/src/model/operation/DepthwiseConv2DNode.cc | 0 .../neurun/core/src/model/operation/DequantizeNode.cc | 0 .../neurun/core/src/model/operation/DivNode.cc | 0 .../neurun/core/src/model/operation/EmbeddingLookupNode.cc | 0 .../neurun/core/src/model/operation/ExpNode.cc | 0 .../neurun/core/src/model/operation/FloorNode.cc | 0 .../neurun/core/src/model/operation/FullyConnectedNode.cc | 0 .../neurun/core/src/model/operation/GatherNode.cc | 0 .../neurun/core/src/model/operation/HashtableLookupNode.cc | 0 .../neurun/core/src/model/operation/L2NormalizationNode.cc | 0 .../neurun/core/src/model/operation/L2Pool2DNode.cc | 0 .../neurun/core/src/model/operation/LSTMNode.cc | 0 .../src/model/operation/LocalResponseNormalizationNode.cc | 0 .../neurun/core/src/model/operation/LogicalAndNode.cc | 0 .../neurun/core/src/model/operation/LogicalNotNode.cc | 0 .../neurun/core/src/model/operation/LogicalOrNode.cc | 0 .../neurun/core/src/model/operation/LogisticNode.cc | 0 .../neurun/core/src/model/operation/MaxPool2DNode.cc | 0 .../neurun/core/src/model/operation/MeanNode.cc | 0 .../neurun/core/src/model/operation/MulNode.cc | 0 .../neurun/core/src/model/operation/NegNode.cc | 0 .../neurun/core/src/model/operation/PReLUNode.cc | 0 .../neurun/core/src/model/operation/PackNode.cc | 0 .../neurun/core/src/model/operation/PadNode.cc | 0 .../neurun/core/src/model/operation/PermuteNode.cc | 0 .../neurun/core/src/model/operation/RNNNode.cc | 0 .../neurun/core/src/model/operation/RSQRTNode.cc | 0 .../neurun/core/src/model/operation/ReLU1Node.cc | 0 .../neurun/core/src/model/operation/ReLU6Node.cc | 0 .../neurun/core/src/model/operation/ReLUNode.cc | 0 .../neurun/core/src/model/operation/ReduceMaxNode.cc | 0 .../neurun/core/src/model/operation/ReduceMinNode.cc | 0 .../neurun/core/src/model/operation/ReduceSumNode.cc | 0 .../neurun/core/src/model/operation/ReshapeNode.cc | 0 .../neurun/core/src/model/operation/ResizeBilinearNode.cc | 0 .../neurun/core/src/model/operation/SQRTNode.cc | 0 .../neurun/core/src/model/operation/SoftmaxNode.cc | 0 .../neurun/core/src/model/operation/SpaceToBatchNDNode.cc | 0 .../neurun/core/src/model/operation/SpaceToDepthNode.cc | 0 .../neurun/core/src/model/operation/SplitNode.cc | 0 .../core/src/model/operation/SquaredDifferenceNode.cc | 0 .../neurun/core/src/model/operation/SqueezeNode.cc | 0 .../neurun/core/src/model/operation/StridedSliceNode.cc | 0 .../neurun/core/src/model/operation/SubNode.cc | 0 .../neurun/core/src/model/operation/TanhNode.cc | 0 .../neurun/core/src/model/operation/TopKV2Node.cc | 0 .../neurun/core/src/model/operation/TransposeConvNode.cc | 0 .../neurun/core/src/model/operation/TransposeNode.cc | 0 .../neurun/core/src/model/operation/UnpackNode.cc | 0 {runtimes => runtime}/neurun/core/src/util/ConfigSource.cc | 0 .../neurun/core/src/util/EnvConfigSource.cc | 0 .../neurun/core/src/util/EnvConfigSource.h | 0 .../neurun/core/src/util/GeneralConfigSource.cc | 0 {runtimes => runtime}/neurun/core/src/util/Padding.cc | 0 .../neurun/core/src/util/ShapeInference.cc | 0 {runtimes => runtime}/neurun/core/src/util/Utils.cc | 0 {runtimes => runtime}/neurun/core/src/util/logging.cc | 0 {runtimes => runtime/neurun/frontend}/CMakeLists.txt | 0 .../neurun/frontend/base_loader/CMakeLists.txt | 0 .../neurun/frontend/base_loader/base_loader.h | 0 {runtimes => runtime}/neurun/frontend/circle/CMakeLists.txt | 0 .../neurun/frontend/circle/circle_loader.cc | 0 .../neurun/frontend/circle/circle_loader.h | 0 .../neurun/frontend/circle/circle_schema_generated.h | 0 .../neurun/frontend/nnapi/ANeuralNetworksModel.test.cc | 0 {runtimes => runtime}/neurun/frontend/nnapi/CMakeLists.txt | 0 {runtimes => runtime}/neurun/frontend/nnapi/compilation.cc | 0 {runtimes => runtime}/neurun/frontend/nnapi/event.cc | 0 {runtimes => runtime}/neurun/frontend/nnapi/execution.cc | 0 {runtimes => runtime}/neurun/frontend/nnapi/memory.cc | 0 {runtimes => runtime}/neurun/frontend/nnapi/model.cc | 0 .../frontend/nnapi/wrapper/ANeuralNetworksCompilation.cc | 0 .../frontend/nnapi/wrapper/ANeuralNetworksCompilation.h | 0 .../neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.cc | 0 .../neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.h | 0 .../frontend/nnapi/wrapper/ANeuralNetworksExecution.cc | 0 .../frontend/nnapi/wrapper/ANeuralNetworksExecution.h | 0 .../neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.cc | 0 .../neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.h | 0 .../neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.cc | 0 .../neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.h | 0 .../neurun/frontend/nnapi/wrapper/NNAPIConvert.cc | 0 .../neurun/frontend/nnapi/wrapper/NNAPIConvert.h | 0 .../neurun/frontend/nnapi/wrapper/OperationFactory.cc | 0 .../neurun/frontend/nnapi/wrapper/OperationFactory.h | 0 {runtimes => runtime}/neurun/frontend/tflite/CMakeLists.txt | 0 {runtimes => runtime}/neurun/frontend/tflite/schema.fbs | 0 .../neurun/frontend/tflite/schema_generated.h | 0 .../neurun/frontend/tflite/tflite_loader.cc | 0 .../neurun/frontend/tflite/tflite_loader.h | 0 {runtimes => runtime}/neurun/test/CMakeLists.txt | 0 .../neurun/test/core/backend/ExecTime.test.cc | 0 .../neurun/test/core/compiler/Scheduler.cc | 0 {runtimes => runtime}/neurun/test/core/exec/ExecInstance.cc | 0 .../neurun/test/core/exec/interp/ExecManager.cc | 0 {runtimes => runtime}/neurun/test/graph/Graph.cc | 0 {runtimes => runtime}/neurun/test/graph/Index.cc | 0 {runtimes => runtime}/neurun/test/graph/MockNode.h | 0 {runtimes => runtime}/neurun/test/graph/operand/IndexSet.cc | 0 .../neurun/test/graph/operand/LayoutSet.cc | 0 {runtimes => runtime}/neurun/test/graph/operand/Set.cc | 0 {runtimes => runtime}/neurun/test/graph/operand/UseDef.cc | 0 {runtimes => runtime}/neurun/test/graph/operation/Set.cc | 0 {runtimes => runtime}/neurun/test/graph/operation/SetIO.cc | 0 .../neurun/test/graph/verifier/Verifier.cc | 0 {runtimes => runtime}/neurun/test/util/ShapeInference.cc | 0 {runtimes => runtime}/nnapi-header/CMakeLists.txt | 0 {runtimes => runtime}/nnapi-header/include/NeuralNetworks.h | 0 .../nnapi-header/include/NeuralNetworksEx.h | 0 .../nnapi-header/include/NeuralNetworksExtensions.h | 0 912 files changed, 1 insertion(+), 1 deletion(-) rename {runtimes/neurun/frontend => runtime}/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/README.md (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/README.md (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/packaging/TFLiteSharp.manifest (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/packaging/TFLiteSharp.spec (100%) rename {runtimes => runtime}/contrib/TFLiteSharp/packaging/tflite-native.manifest (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/AndroidManifest.xml (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/README.md (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/cpp/ndk_main.cpp (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/cpp/ndk_main.h (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/java/com/ndk/tflbench/MainActivity.java (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/res/drawable-hdpi/ic_launcher.png (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/res/drawable-mdpi/ic_launcher.png (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/res/drawable-xhdpi/ic_launcher.png (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/res/drawable-xxhdpi/ic_launcher.png (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/res/layout/activity_main.xml (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/res/values-v21/styles.xml (100%) rename {runtimes => runtime}/contrib/android_benchmark_app/res/values/strings.xml (100%) rename {runtimes => runtime}/contrib/android_tflite/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/android_tflite/builtin_ops_jni.cc (100%) rename {runtimes => runtime}/contrib/benchmark_acl/.FORMATDENY (100%) rename {runtimes => runtime}/contrib/benchmark_acl/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/benchmark_acl/src/Benchmark.cpp (100%) rename {runtimes => runtime}/contrib/benchmark_acl/src/Benchmark.h (100%) rename {runtimes => runtime}/contrib/benchmark_acl/src/benchmark_googlenet.cpp (100%) rename {runtimes => runtime}/contrib/benchmark_acl/src/benchmark_inception_v3.cpp (100%) rename {runtimes => runtime}/contrib/benchmark_acl/src/benchmark_mobilenet.cpp (100%) rename {runtimes => runtime}/contrib/custom_op/README.md (100%) rename {runtimes => runtime}/contrib/custom_op/customOp-workflow.png (100%) rename {runtimes => runtime}/contrib/detection/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/detection/detection.cpp (100%) rename {runtimes => runtime}/contrib/labs/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/labs/jniacl/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/labs/jniacl/src/io_accessor.cc (100%) rename {runtimes => runtime}/contrib/labs/jniacl/src/io_accessor.h (100%) rename {runtimes => runtime}/contrib/labs/jniacl/src/jniacl_main.cc (100%) rename {runtimes => runtime}/contrib/labs/opencl_test/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/labs/opencl_test/README.md (100%) rename {runtimes => runtime}/contrib/labs/opencl_test/src/opencl_test.cc (100%) rename {runtimes => runtime}/contrib/labs/tflite_examples/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/labs/tflite_examples/src/conv.cpp (100%) rename {runtimes => runtime/contrib}/logging/CMakeLists.txt (100%) rename {runtimes => runtime/contrib}/logging/include/operand.def (100%) rename {runtimes => runtime/contrib}/logging/include/operation.def (100%) rename {runtimes => runtime/contrib}/logging/src/nnapi_logging.cc (100%) rename {runtimes => runtime}/contrib/mlapse/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/mlapse/README.md (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/driver.cc (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/mlapse/CSV_report_generator.cc (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/mlapse/CSV_report_generator.h (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/mlapse/benchmark_observer.cc (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/mlapse/benchmark_observer.h (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/mlapse/benchmark_runner.cc (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/mlapse/benchmark_runner.h (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/mlapse/multicast_observer.cc (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/mlapse/multicast_observer.h (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/mlapse/tfl/load.cc (100%) rename {runtimes => runtime}/contrib/mlapse/tfl/mlapse/tfl/load.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/CMakeLists.txt (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/compilation.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/compilation.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/event.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/event.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/execution.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/execution.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/FeatureSink.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/FeatureSource.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/IExecutionBuilder.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/MatrixSink.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/MatrixSource.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/Model.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/Model.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/Sink.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/Sinks.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/Source.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/Swizzle.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/Tensor3DSink.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/Tensor3DSource.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/TensorSource.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/VectorSink.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/VectorSource.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/arm_compute.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/arm_compute.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/arm_compute/Cast.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/arm_compute/Cast.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/arm_compute/feature/View.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/arm_compute/kernel/View.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/arm_compute/matrix/View.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/arm_compute/tensor/View.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/nnapi/feature/Reader.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/nnapi/feature/Utils.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/nnapi/feature/View.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/nnapi/kernel/Reader.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/nnapi/matrix/Reader.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/nnapi/tensor/ConstView.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/nnapi/tensor/Reader.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/nnapi/tensor/View.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Abs.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Abs.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Add.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Add.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ArgMax.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ArgMax.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/AvgPool2D.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/AvgPool2D.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/BatchToSpaceNd.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/BatchToSpaceNd.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Cast.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Cast.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Concat.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Concat.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Conv2D.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Conv2D.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/DepthToSpace.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/DepthToSpace.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/DepthwiseConv2D.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/DepthwiseConv2D.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Dequantize.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Dequantize.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Div.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Div.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/EmbeddingLookup.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/EmbeddingLookup.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Equal.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Equal.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Exp.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Exp.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Floor.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Floor.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/FullyConnected.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/FullyConnected.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Gather.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Gather.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/HashtableLookup.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/HashtableLookup.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/L2Normalization.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/L2Normalization.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/L2Pool2D.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/L2Pool2D.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/LocalResponseNormalization.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/LocalResponseNormalization.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/LogicalAnd.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/LogicalAnd.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/LogicalNot.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/LogicalNot.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/LogicalOr.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/LogicalOr.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Logistic.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Logistic.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Lstm.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Lstm.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/MaxPool2D.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/MaxPool2D.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Mean.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Mean.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Mul.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Mul.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Neg.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Neg.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Node.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/NodeVisitor.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/NotEqual.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/NotEqual.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/PReLU.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/PReLU.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Pack.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Pack.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Pad.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Pad.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/RSQRT.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/RSQRT.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReLU.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReLU.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReLU1.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReLU1.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReLU6.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReLU6.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReduceMax.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReduceMax.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReduceMin.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReduceMin.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReduceSum.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ReduceSum.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Reshape.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Reshape.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ResizeBilinear.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/ResizeBilinear.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Rnn.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Rnn.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/SQRT.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/SQRT.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Softmax.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Softmax.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/SpaceToBatchND.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/SpaceToBatchND.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/SpaceToDepth.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/SpaceToDepth.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Split.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Split.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/SquaredDifference.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/SquaredDifference.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Squeeze.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Squeeze.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/StridedSlice.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/StridedSlice.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Sub.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Sub.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Tanh.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Tanh.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/TopKV2.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/TopKV2.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Transpose.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Transpose.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/TransposeConv.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/TransposeConv.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Unpack.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/internal/op/Unpack.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/library_info.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/logging.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/memory.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/memory.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/model.cc (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/src/model.h (100%) rename {runtimes => runtime/contrib}/pure_arm_compute/symbolcheck.cpp (100%) rename {runtimes => runtime}/contrib/tflite_classify/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/tflite_classify/src/ImageClassifier.cc (100%) rename {runtimes => runtime}/contrib/tflite_classify/src/ImageClassifier.h (100%) rename {runtimes => runtime}/contrib/tflite_classify/src/InferenceInterface.cc (100%) rename {runtimes => runtime}/contrib/tflite_classify/src/InferenceInterface.h (100%) rename {runtimes => runtime}/contrib/tflite_classify/src/tflite_classify.cc (100%) rename {runtimes => runtime}/contrib/tflite_test/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/tflite_test/tflite_test.cpp (100%) rename {runtimes => runtime}/contrib/uben/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/uben/Convolution.cpp (100%) rename {runtimes => runtime}/contrib/uben/Softmax.cpp (100%) rename {runtimes => runtime}/contrib/xtrace/CMakeLists.txt (100%) rename {runtimes => runtime}/contrib/xtrace/src/benchmark_event.cc (100%) rename {runtimes => runtime}/contrib/xtrace/src/benchmark_event.h (100%) rename {runtimes => runtime}/contrib/xtrace/src/benchmark_runner.cc (100%) rename {runtimes => runtime}/contrib/xtrace/src/benchmark_runner.h (100%) rename {runtimes => runtime}/contrib/xtrace/src/event_collector.cc (100%) rename {runtimes => runtime}/contrib/xtrace/src/event_collector.h (100%) rename {runtimes => runtime}/contrib/xtrace/src/event_recorder.cc (100%) rename {runtimes => runtime}/contrib/xtrace/src/event_recorder.h (100%) rename {runtimes => runtime}/contrib/xtrace/src/str.h (100%) rename {runtimes => runtime}/contrib/xtrace/src/xtrace.cc (100%) rename {runtimes => runtime}/libs/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/cpp14/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/cpp14/include/cpp14/memory.h (100%) rename {runtimes => runtime}/libs/jsoncpp/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/jsoncpp/README.md (100%) rename {runtimes => runtime}/libs/jsoncpp/json/json-forwards.h (100%) rename {runtimes => runtime}/libs/jsoncpp/json/json.h (100%) rename {runtimes => runtime}/libs/jsoncpp/jsoncpp.cpp (100%) rename {runtimes => runtime}/libs/misc/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/misc/examples/tensor_index_iterator.cpp (100%) rename {runtimes => runtime}/libs/misc/include/misc/EnvVar.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/benchmark.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/feature/Index.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/feature/IndexIterator.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/feature/Object.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/feature/Reader.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/feature/Shape.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/feature/TextFormatter.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/fp32.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/kernel/IndexIterator.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/kernel/Reader.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/kernel/Shape.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/matrix/IndexIterator.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/matrix/Reader.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/matrix/Shape.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/polymorphic_downcast.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/string_helpers.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/Comparator.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/Diff.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/Index.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/IndexEnumerator.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/IndexFormatter.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/IndexIterator.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/NonIncreasingStride.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/Object.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/Reader.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/Shape.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/tensor/Zipper.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/vector.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/vector/Object.h (100%) rename {runtimes => runtime}/libs/misc/include/misc/vector/Reader.h (100%) rename {runtimes => runtime}/libs/misc/src/tensor/Comparator.cpp (100%) rename {runtimes => runtime}/libs/misc/src/tensor/IndexFormatter.cpp (100%) rename {runtimes => runtime}/libs/misc/src/tensor/NonIncreasingStride.cpp (100%) rename {runtimes => runtime}/libs/misc/src/tensor/Shape.cpp (100%) rename {runtimes => runtime}/libs/nnapi/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/nnapi/v1.1/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/nnapi/v1.1/include/NeuralNetworksExShim.h (100%) rename {runtimes => runtime}/libs/nnapi/v1.1/include/NeuralNetworksLoadHelpers.h (100%) rename {runtimes => runtime}/libs/nnapi/v1.1/include/NeuralNetworksShim.h (100%) rename {runtimes => runtime}/libs/nnapi/v1.2/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/nnapi/v1.2/include/NeuralNetworksExShim.h (100%) rename {runtimes => runtime}/libs/nnapi/v1.2/include/NeuralNetworksLoadHelpers.h (100%) rename {runtimes => runtime}/libs/nnapi/v1.2/include/NeuralNetworksShim.h (100%) rename {runtimes => runtime}/libs/nnapi/v1.2/include/NeuralNetworksTypes.h (100%) rename {runtimes => runtime}/libs/profiling/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/profiling/include/profiling/profile_buffer.h (100%) rename {runtimes => runtime}/libs/profiling/include/profiling/profiler.h (100%) rename {runtimes => runtime}/libs/profiling/include/profiling/profiling.h (100%) rename {runtimes => runtime}/libs/profiling/include/profiling/time.h (100%) rename {runtimes => runtime}/libs/profiling/src/profiling/time.cpp (100%) rename {runtimes => runtime}/libs/rua/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/rua/README.md (100%) rename {runtimes => runtime}/libs/rua/anchor/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/rua/anchor/include/rua/Anchor.h (100%) rename {runtimes => runtime}/libs/rua/anchor/src/Anchor.cpp (100%) rename {runtimes => runtime}/libs/rua/core/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/rua/core/include/rua/Service.h (100%) rename {runtimes => runtime}/libs/rua/dyn/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/rua/dyn/include/rua/DynamicBinder.h (100%) rename {runtimes => runtime}/libs/rua/dyn/src/DynamicBinder.cpp (100%) rename {runtimes => runtime}/libs/rua/shim/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/rua/shim/include/rua/Shim.h (100%) rename {runtimes => runtime}/libs/tflite/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/Assert.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/Diff.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/FeatureView.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/InputIndex.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/InterpreterSession.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/NNAPISession.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/OutputIndex.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/Quantization.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/Session.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/TensorLogger.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/TensorShapeUtils.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/TensorUtils.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/TensorView.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/interp/Builder.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/interp/FlatBufferBuilder.h (100%) rename {runtimes => runtime}/libs/tflite/include/tflite/interp/FunctionBuilder.h (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/include/tflite/ext/kernels/Abs.h (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/include/tflite/ext/kernels/CustomOps.h (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/include/tflite/ext/kernels/SquaredDifference.h (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowMax.h (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowSum.h (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/include/tflite/ext/kernels/register.h (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/include/tflite/ext/nnapi_delegate.h (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/src/kernels/Abs.cpp (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/src/kernels/SquaredDifference.cpp (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/src/kernels/TensorFlowMax.cpp (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/src/kernels/TensorFlowSum.cpp (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/src/kernels/register.cpp (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/src/nnapi_delegate.cpp (100%) rename {runtimes => runtime}/libs/tflite/port/1.13.1/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc (100%) rename {runtimes => runtime}/libs/tflite/port/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/tflite/src/Diff.cpp (100%) rename {runtimes => runtime}/libs/tflite/src/FeatureView.cpp (100%) rename {runtimes => runtime}/libs/tflite/src/Quantization.cpp (100%) rename {runtimes => runtime}/libs/tflite/src/TensorShapeUtils.cpp (100%) rename {runtimes => runtime}/libs/tflite/src/TensorView.test.cpp (100%) rename {runtimes => runtime}/libs/tflite/src/interp/FlatBufferBuilder.cpp (100%) rename {runtimes => runtime}/libs/tflite/src/interp/FunctionBuilder.cpp (100%) rename {runtimes => runtime}/libs/xdata/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/xdata/README.md (100%) rename {runtimes => runtime}/libs/xdata/include/xdata.h (100%) rename {runtimes => runtime}/libs/xdata/include/xdata/trace.h (100%) rename {runtimes => runtime}/libs/xdata/src/trace.cpp (100%) rename {runtimes => runtime}/libs/xprobe/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/xprobe/include/xprobe.h (100%) rename {runtimes => runtime}/libs/xprobe/include/xprobe/trace.h (100%) rename {runtimes => runtime}/libs/xprobe/src/trace.cpp (100%) rename {runtimes => runtime}/libs/xray/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/xray/event/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/xray/event/include/xray/event.h (100%) rename {runtimes => runtime}/libs/xray/event/include/xray/event_category.h (100%) rename {runtimes => runtime}/libs/xray/event/include/xray/event_code.h (100%) rename {runtimes => runtime}/libs/xray/mux/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/xray/mux/include/xray/mux.h (100%) rename {runtimes => runtime}/libs/xray/mux/src/mux.cc (100%) rename {runtimes => runtime}/libs/xray/pipe/CMakeLists.txt (100%) rename {runtimes => runtime}/libs/xray/pipe/include/xray/pipe.h (100%) rename {runtimes => runtime}/neurun/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/api/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/api/include/nnfw.h (100%) rename {runtimes => runtime}/neurun/api/include/nnfw_dev.h (100%) rename {runtimes => runtime}/neurun/api/src/CustomKernel.cc (100%) rename {runtimes => runtime}/neurun/api/src/CustomKernel.h (100%) rename {runtimes => runtime}/neurun/api/src/CustomKernelRegistry.cc (100%) rename {runtimes => runtime}/neurun/api/src/CustomKernelRegistry.h (100%) rename {runtimes => runtime}/neurun/api/src/nnfw_api.cc (100%) rename {runtimes => runtime}/neurun/api/src/nnfw_api_internal.cc (100%) rename {runtimes => runtime}/neurun/api/src/nnfw_api_internal.h (100%) rename {runtimes => runtime}/neurun/backend/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/Backend.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/CLTimer.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/Config.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/Config.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/ConstantInitializer.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/ConstantInitializer.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/KernelGenerator.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/KernelGenerator.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/PluginClassesAllocator.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/ShapeFixer.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/ShapeFixer.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/TensorBuilder.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/TensorManager.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/kernel/ConcatLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/kernel/ConcatLayer.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/operand/CLSubTensor.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/operand/CLSubTensor.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/operand/CLTensor.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/operand/CLTensor.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/operand/ICLTensor.h (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/operand/Object.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_cl/operand/Object.h (100%) rename {runtimes => runtime}/neurun/backend/acl_common/AclFunction.h (100%) rename {runtimes => runtime}/neurun/backend/acl_common/AclInternalBufferManager.h (100%) rename {runtimes => runtime}/neurun/backend/acl_common/AclLinearMemoryManager.h (100%) rename {runtimes => runtime}/neurun/backend/acl_common/AclMemoryManager.h (100%) rename {runtimes => runtime}/neurun/backend/acl_common/AclTensorManager.h (100%) rename {runtimes => runtime}/neurun/backend/acl_common/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/backend/acl_common/Convert.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_common/Convert.h (100%) rename {runtimes => runtime}/neurun/backend/acl_common/IACLTensor.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_common/IACLTensor.h (100%) rename {runtimes => runtime}/neurun/backend/acl_common/Swizzle.h (100%) rename {runtimes => runtime}/neurun/backend/acl_common/TemplTensorBuilder.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/Backend.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/Config.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/Config.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/ConstantInitializer.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/ConstantInitializer.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/KernelGenerator.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/KernelGenerator.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/PluginClassesAllocator.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/ShapeFixer.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/ShapeFixer.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/TensorBuilder.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/TensorManager.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/kernel/ConcatLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/kernel/ConcatLayer.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/operand/INETensor.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/operand/NESubTensor.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/operand/NESubTensor.h (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/operand/NETensor.cc (100%) rename {runtimes => runtime}/neurun/backend/acl_neon/operand/NETensor.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/Backend.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/backend/cpu/Config.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/Config.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/ConstantInitializer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/ConstantInitializer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/KernelGenerator.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/KernelGenerator.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/MemoryManager.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/MemoryManager.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/MemoryPlanner.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/MemoryPlanner.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/MemoryPlanner.test.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/MemoryPlannerFactory.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/MemoryPlannerFactory.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/PluginClassesAllocator.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/ShapeFixer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/ShapeFixer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/TensorBuilder.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/TensorBuilder.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/TensorManager.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/TensorManager.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/AddLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/AddLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/AvgPoolLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/AvgPoolLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/ConcatLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/ConcatLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/ConvolutionLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/ConvolutionLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/FullyConnectedLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/FullyConnectedLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/GatherLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/GatherLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/MaxPoolLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/MaxPoolLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/OperationUtils.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/OperationUtils.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/PermuteLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/PermuteLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/ReshapeLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/ReshapeLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/SoftMaxLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/kernel/SoftMaxLayer.h (100%) rename {runtimes => runtime}/neurun/backend/cpu/operand/Tensor.cc (100%) rename {runtimes => runtime}/neurun/backend/cpu/operand/Tensor.h (100%) rename {runtimes => runtime}/neurun/backend/hi_perf_cpu/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/backend/hi_perf_cpu/HighPerformanceBackend.test.cc (100%) rename {runtimes => runtime}/neurun/backend/hi_perf_cpu/KernelGenerator.cc (100%) rename {runtimes => runtime}/neurun/backend/hi_perf_cpu/KernelGenerator.h (100%) rename {runtimes => runtime}/neurun/backend/hi_perf_cpu/TensorBuilder.cc (100%) rename {runtimes => runtime}/neurun/backend/hi_perf_cpu/TensorBuilder.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/Backend.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/backend/srcn/Config.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/Config.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/ConstantInitializer.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/ConstantInitializer.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/KernelGenerator.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/KernelGenerator.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/MemoryManager.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/MemoryManager.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/MemoryPlanner.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/MemoryPlanner.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/MemoryPlannerFactory.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/MemoryPlannerFactory.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/PluginClassesAllocator.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/ShapeFixer.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/ShapeFixer.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/TensorBuilder.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/TensorBuilder.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/TensorManager.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/TensorManager.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/kernel/AddLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/kernel/AddLayer.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/kernel/OperationUtils.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/kernel/OperationUtils.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/kernel/TransposeConvLayer.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/kernel/TransposeConvLayer.h (100%) rename {runtimes => runtime}/neurun/backend/srcn/operand/Tensor.cc (100%) rename {runtimes => runtime}/neurun/backend/srcn/operand/Tensor.h (100%) rename {runtimes => runtime}/neurun/core/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/core/include/backend/Backend.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/CustomKernelBuilder.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/ExecTime.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/IConfig.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/IConstantInitializer.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/IKernelGenerator.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/IMemoryManager.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/IShapeFixer.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/ITensorBuilder.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/ITensorManager.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/JSONExecTime.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/operand/IObject.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/operand/ITensor.h (100%) rename {runtimes => runtime}/neurun/core/include/backend/operand/Object.h (100%) rename {runtimes => runtime}/neurun/core/include/compiler/Compiler.h (100%) rename {runtimes => runtime}/neurun/core/include/compiler/IExecutionBuilder.h (100%) rename {runtimes => runtime}/neurun/core/include/compiler/SubTensorInfo.h (100%) rename {runtimes => runtime}/neurun/core/include/exec/Execution.h (100%) rename {runtimes => runtime}/neurun/core/include/exec/ExecutionObservers.h (100%) rename {runtimes => runtime}/neurun/core/include/exec/IExecutor.h (100%) rename {runtimes => runtime}/neurun/core/include/exec/IFunction.h (100%) rename {runtimes => runtime}/neurun/core/include/exec/IODescription.h (100%) rename {runtimes => runtime}/neurun/core/include/exec/NopFunction.h (100%) rename {runtimes => runtime}/neurun/core/include/graph/BackendSet.h (100%) rename {runtimes => runtime}/neurun/core/include/graph/Graph.h (100%) rename {runtimes => runtime}/neurun/core/include/graph/LowerInfoMap.h (100%) rename {runtimes => runtime}/neurun/core/include/graph/operand/LowerInfo.h (100%) rename {runtimes => runtime}/neurun/core/include/graph/operand/ParentInfo.h (100%) rename {runtimes => runtime}/neurun/core/include/graph/operand/PermuteFactor.h (100%) rename {runtimes => runtime}/neurun/core/include/graph/operation/LowerInfo.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Data.h (100%) rename {runtimes => runtime}/neurun/core/include/model/DataType.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Index.h (100%) rename {runtimes => runtime}/neurun/core/include/model/InternalType.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Layout.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Model.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Operand.h (100%) rename {runtimes => runtime}/neurun/core/include/model/OperandConstraint.h (100%) rename {runtimes => runtime}/neurun/core/include/model/OperandIndexMap.h (100%) rename {runtimes => runtime}/neurun/core/include/model/OperandIndexSequence.h (100%) rename {runtimes => runtime}/neurun/core/include/model/OperandInfo.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Operands.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Operation.h (100%) rename {runtimes => runtime}/neurun/core/include/model/OperationIndexList.h (100%) rename {runtimes => runtime}/neurun/core/include/model/OperationIndexMap.h (100%) rename {runtimes => runtime}/neurun/core/include/model/OperationVisitor.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Operations.Include.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Operations.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Operations.lst (100%) rename {runtimes => runtime}/neurun/core/include/model/Shape.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Subgraph.h (100%) rename {runtimes => runtime}/neurun/core/include/model/Subgraphs.h (100%) rename {runtimes => runtime}/neurun/core/include/model/TypeInfo.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/AbsNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/AddNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ArgMaxNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/AvgPool2DNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/BatchToSpaceNDNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/CastNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ComparisonNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ConcatNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/Conv2DNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/CustomNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/DepthToSpaceNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/DepthwiseConv2DNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/DequantizeNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/DivNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/EmbeddingLookupNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ExpNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/FloorNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/FullyConnectedNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/GatherNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/HashtableLookupNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/L2NormalizationNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/L2Pool2DNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/LSTMNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/LocalResponseNormalizationNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/LogicalAndNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/LogicalNotNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/LogicalOrNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/LogisticNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/MaxPool2DNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/MeanNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/MulNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/NegNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/PReLUNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/PackNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/PadNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/PermuteNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/RNNNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/RSQRTNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ReLU1Node.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ReLU6Node.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ReLUNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ReduceMaxNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ReduceMinNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ReduceSumNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ReshapeNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/ResizeBilinearNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/SQRTNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/SoftmaxNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/SpaceToBatchNDNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/SpaceToDepthNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/SplitNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/SquaredDifferenceNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/SqueezeNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/StridedSliceNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/SubNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/TanhNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/TopKV2Node.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/TransposeConvNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/TransposeNode.h (100%) rename {runtimes => runtime}/neurun/core/include/model/operation/UnpackNode.h (100%) rename {runtimes => runtime}/neurun/core/include/util/Config.lst (100%) rename {runtimes => runtime}/neurun/core/include/util/ConfigSource.h (100%) rename {runtimes => runtime}/neurun/core/include/util/Coordinates.h (100%) rename {runtimes => runtime}/neurun/core/include/util/GeneralConfigSource.h (100%) rename {runtimes => runtime}/neurun/core/include/util/IConfigSource.h (100%) rename {runtimes => runtime}/neurun/core/include/util/ITimer.h (100%) rename {runtimes => runtime}/neurun/core/include/util/Index.h (100%) rename {runtimes => runtime}/neurun/core/include/util/ObjectManager.h (100%) rename {runtimes => runtime}/neurun/core/include/util/Padding.h (100%) rename {runtimes => runtime}/neurun/core/include/util/Set.h (100%) rename {runtimes => runtime}/neurun/core/include/util/ShapeInference.h (100%) rename {runtimes => runtime}/neurun/core/include/util/Utils.h (100%) rename {runtimes => runtime}/neurun/core/include/util/feature/Coordinate4D.h (100%) rename {runtimes => runtime}/neurun/core/include/util/feature/nchw/View.h (100%) rename {runtimes => runtime}/neurun/core/include/util/feature/nhwc/Reader.h (100%) rename {runtimes => runtime}/neurun/core/include/util/feature/nhwc/View.h (100%) rename {runtimes => runtime}/neurun/core/include/util/logging.h (100%) rename {runtimes => runtime}/neurun/core/src/backend/Backend.cc (100%) rename {runtimes => runtime}/neurun/core/src/backend/BackendManager.cc (100%) rename {runtimes => runtime}/neurun/core/src/backend/BackendManager.h (100%) rename {runtimes => runtime}/neurun/core/src/backend/ExecTime.cc (100%) rename {runtimes => runtime}/neurun/core/src/backend/JSONExecTime.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/BackendResolver.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/BackendResolver.h (100%) rename {runtimes => runtime}/neurun/core/src/compiler/Compiler.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/ExecutorFactory.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/ExecutorFactory.h (100%) rename {runtimes => runtime}/neurun/core/src/compiler/HEScheduler.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/HEScheduler.h (100%) rename {runtimes => runtime}/neurun/core/src/compiler/IScheduler.h (100%) rename {runtimes => runtime}/neurun/core/src/compiler/Linear.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/Linear.h (100%) rename {runtimes => runtime}/neurun/core/src/compiler/ManualScheduler.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/ManualScheduler.h (100%) rename {runtimes => runtime}/neurun/core/src/compiler/OperandContext.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/OperandContext.h (100%) rename {runtimes => runtime}/neurun/core/src/compiler/OperationValidator.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/OperationValidator.h (100%) rename {runtimes => runtime}/neurun/core/src/compiler/ParamChecker.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/ParamChecker.h (100%) rename {runtimes => runtime}/neurun/core/src/compiler/SubTensorAnalyzer.cc (100%) rename {runtimes => runtime}/neurun/core/src/compiler/SubTensorAnalyzer.h (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/DotBuilder.cc (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/DotBuilder.h (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/DotDumper.cc (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/DotDumper.h (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/DotSubgraphInfo.cc (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/DotSubgraphInfo.h (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/Node.cc (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/Node.h (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/OperandNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/OperandNode.h (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/OperationNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/dumper/dot/OperationNode.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/DataflowExecutor.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/DataflowExecutor.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/Execution.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/ExecutionObservers.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/ExecutorBase.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/ExecutorBase.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/FunctionSequence.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/FunctionSequence.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/Job.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/Job.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/LinearExecutor.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/LinearExecutor.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/ParallelExecutor.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/ParallelExecutor.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/ParallelScheduler.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/ParallelScheduler.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/Sink.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/Source.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/Buffer.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/ExecEnv.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/ExecManager.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/ExecManager.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/Interpreter.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/Interpreter.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/Registration.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/Tensor.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/Tensor.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/operations/Add.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/operations/AvgPool2D.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/operations/Concat.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/operations/Conv2D.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/operations/DepthwiseConv.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/operations/FullyConnected.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/operations/MaxPool2D.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/operations/OperationUtil.h (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/operations/Reshape.cc (100%) rename {runtimes => runtime}/neurun/core/src/exec/interp/operations/SoftMax.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/Graph.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/dumper/Dumper.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/dumper/Dumper.h (100%) rename {runtimes => runtime}/neurun/core/src/graph/operand/LowerInfo.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/operand/Shape4DConvert.h (100%) rename {runtimes => runtime}/neurun/core/src/graph/operation/LowerInfo.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/OperandPass.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/OperandPass.h (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/OperationPass.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/OperationPass.h (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/Pass.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/Pass.h (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/PermutationEliminationPass.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/PermutationEliminationPass.h (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/PermutationInsertionPass.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/PermutationInsertionPass.h (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/PermutationOperationPass.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/pass/PermutationOperationPass.h (100%) rename {runtimes => runtime}/neurun/core/src/graph/verifier/Verifier.cc (100%) rename {runtimes => runtime}/neurun/core/src/graph/verifier/Verifier.h (100%) rename {runtimes => runtime}/neurun/core/src/library_info.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/LayoutSet.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/LayoutSet.h (100%) rename {runtimes => runtime}/neurun/core/src/model/Operand.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/OperandConstraint.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/OperandIndexSequence.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/Operation.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/OperationIndexList.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/Shape.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/Subgraph.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/Subgraphs.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/TypeInfo.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/AbsNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/AddNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ArgMaxNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/AvgPool2DNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/BatchToSpaceNDNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/CastNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ComparisonNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ConcatNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/Conv2DNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/CustomNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/DepthToSpaceNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/DepthwiseConv2DNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/DequantizeNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/DivNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/EmbeddingLookupNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ExpNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/FloorNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/FullyConnectedNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/GatherNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/HashtableLookupNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/L2NormalizationNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/L2Pool2DNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/LSTMNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/LocalResponseNormalizationNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/LogicalAndNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/LogicalNotNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/LogicalOrNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/LogisticNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/MaxPool2DNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/MeanNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/MulNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/NegNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/PReLUNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/PackNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/PadNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/PermuteNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/RNNNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/RSQRTNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ReLU1Node.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ReLU6Node.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ReLUNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ReduceMaxNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ReduceMinNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ReduceSumNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ReshapeNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/ResizeBilinearNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/SQRTNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/SoftmaxNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/SpaceToBatchNDNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/SpaceToDepthNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/SplitNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/SquaredDifferenceNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/SqueezeNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/StridedSliceNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/SubNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/TanhNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/TopKV2Node.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/TransposeConvNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/TransposeNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/model/operation/UnpackNode.cc (100%) rename {runtimes => runtime}/neurun/core/src/util/ConfigSource.cc (100%) rename {runtimes => runtime}/neurun/core/src/util/EnvConfigSource.cc (100%) rename {runtimes => runtime}/neurun/core/src/util/EnvConfigSource.h (100%) rename {runtimes => runtime}/neurun/core/src/util/GeneralConfigSource.cc (100%) rename {runtimes => runtime}/neurun/core/src/util/Padding.cc (100%) rename {runtimes => runtime}/neurun/core/src/util/ShapeInference.cc (100%) rename {runtimes => runtime}/neurun/core/src/util/Utils.cc (100%) rename {runtimes => runtime}/neurun/core/src/util/logging.cc (100%) rename {runtimes => runtime/neurun/frontend}/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/frontend/base_loader/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/frontend/base_loader/base_loader.h (100%) rename {runtimes => runtime}/neurun/frontend/circle/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/frontend/circle/circle_loader.cc (100%) rename {runtimes => runtime}/neurun/frontend/circle/circle_loader.h (100%) rename {runtimes => runtime}/neurun/frontend/circle/circle_schema_generated.h (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/ANeuralNetworksModel.test.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/compilation.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/event.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/execution.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/memory.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/model.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.h (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.h (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.h (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.h (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.h (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/NNAPIConvert.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/NNAPIConvert.h (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/OperationFactory.cc (100%) rename {runtimes => runtime}/neurun/frontend/nnapi/wrapper/OperationFactory.h (100%) rename {runtimes => runtime}/neurun/frontend/tflite/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/frontend/tflite/schema.fbs (100%) rename {runtimes => runtime}/neurun/frontend/tflite/schema_generated.h (100%) rename {runtimes => runtime}/neurun/frontend/tflite/tflite_loader.cc (100%) rename {runtimes => runtime}/neurun/frontend/tflite/tflite_loader.h (100%) rename {runtimes => runtime}/neurun/test/CMakeLists.txt (100%) rename {runtimes => runtime}/neurun/test/core/backend/ExecTime.test.cc (100%) rename {runtimes => runtime}/neurun/test/core/compiler/Scheduler.cc (100%) rename {runtimes => runtime}/neurun/test/core/exec/ExecInstance.cc (100%) rename {runtimes => runtime}/neurun/test/core/exec/interp/ExecManager.cc (100%) rename {runtimes => runtime}/neurun/test/graph/Graph.cc (100%) rename {runtimes => runtime}/neurun/test/graph/Index.cc (100%) rename {runtimes => runtime}/neurun/test/graph/MockNode.h (100%) rename {runtimes => runtime}/neurun/test/graph/operand/IndexSet.cc (100%) rename {runtimes => runtime}/neurun/test/graph/operand/LayoutSet.cc (100%) rename {runtimes => runtime}/neurun/test/graph/operand/Set.cc (100%) rename {runtimes => runtime}/neurun/test/graph/operand/UseDef.cc (100%) rename {runtimes => runtime}/neurun/test/graph/operation/Set.cc (100%) rename {runtimes => runtime}/neurun/test/graph/operation/SetIO.cc (100%) rename {runtimes => runtime}/neurun/test/graph/verifier/Verifier.cc (100%) rename {runtimes => runtime}/neurun/test/util/ShapeInference.cc (100%) rename {runtimes => runtime}/nnapi-header/CMakeLists.txt (100%) rename {runtimes => runtime}/nnapi-header/include/NeuralNetworks.h (100%) rename {runtimes => runtime}/nnapi-header/include/NeuralNetworksEx.h (100%) rename {runtimes => runtime}/nnapi-header/include/NeuralNetworksExtensions.h (100%) diff --git a/infra/nnfw/CMakeLists.txt b/infra/nnfw/CMakeLists.txt index d606597..bcc9579 100644 --- a/infra/nnfw/CMakeLists.txt +++ b/infra/nnfw/CMakeLists.txt @@ -94,6 +94,6 @@ endif(ENABLE_COVERAGE) nnas_include(AddSubdirectories) add_subdirectory(${NNAS_PROJECT_SOURCE_DIR}/compute compute) -add_subdirectory(${NNAS_PROJECT_SOURCE_DIR}/runtimes runtimes) +add_subdirectory(${NNAS_PROJECT_SOURCE_DIR}/runtime runtime) add_subdirectory(${NNAS_PROJECT_SOURCE_DIR}/tests tests) add_subdirectory(${NNAS_PROJECT_SOURCE_DIR}/tools tools) diff --git a/runtimes/neurun/frontend/CMakeLists.txt b/runtime/CMakeLists.txt similarity index 100% rename from runtimes/neurun/frontend/CMakeLists.txt rename to runtime/CMakeLists.txt diff --git a/runtimes/contrib/CMakeLists.txt b/runtime/contrib/CMakeLists.txt similarity index 100% rename from runtimes/contrib/CMakeLists.txt rename to runtime/contrib/CMakeLists.txt diff --git a/runtimes/contrib/README.md b/runtime/contrib/README.md similarity index 100% rename from runtimes/contrib/README.md rename to runtime/contrib/README.md diff --git a/runtimes/contrib/TFLiteSharp/README.md b/runtime/contrib/TFLiteSharp/README.md similarity index 100% rename from runtimes/contrib/TFLiteSharp/README.md rename to runtime/contrib/TFLiteSharp/README.md diff --git a/runtimes/contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt b/runtime/contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt rename to runtime/contrib/TFLiteSharp/TFLiteNative/CMakeLists.txt diff --git a/runtimes/contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h b/runtime/contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h rename to runtime/contrib/TFLiteSharp/TFLiteNative/include/tflite_log.h diff --git a/runtimes/contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h b/runtime/contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h rename to runtime/contrib/TFLiteSharp/TFLiteNative/include/tflite_nativewrapper.h diff --git a/runtimes/contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp b/runtime/contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp rename to runtime/contrib/TFLiteSharp/TFLiteNative/src/tflite_nativewrapper.cpp diff --git a/runtimes/contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in b/runtime/contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in rename to runtime/contrib/TFLiteSharp/TFLiteNative/tflite-native.pc.in diff --git a/runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln b/runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln rename to runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp.sln diff --git a/runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs b/runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs rename to runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.Libraries.cs diff --git a/runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs b/runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs rename to runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/Interop/Interop.TFLite.cs diff --git a/runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj b/runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj rename to runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/TFLiteSharp.csproj diff --git a/runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs b/runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs rename to runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Datatype.cs diff --git a/runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs b/runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs rename to runtime/contrib/TFLiteSharp/TFLiteSharp/TFLiteSharp/src/Interpreter.cs diff --git a/runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln b/runtime/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln rename to runtime/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest.sln diff --git a/runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs b/runtime/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs rename to runtime/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/Program.cs diff --git a/runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj b/runtime/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj rename to runtime/contrib/TFLiteSharp/TFLiteSharpTest/TFLiteSharpTest/TFLiteSharpTest.csproj diff --git a/runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj b/runtime/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj rename to runtime/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp.csproj diff --git a/runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs b/runtime/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs rename to runtime/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_App.cs diff --git a/runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs b/runtime/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs rename to runtime/contrib/TFLiteSharp/TFLiteTestApp/TFLiteTestApp_Main.cs diff --git a/runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite b/runtime/contrib/TFLiteSharp/TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite rename to runtime/contrib/TFLiteSharp/TFLiteTestApp/res/mobilenet_v1_1.0_224.tflite diff --git a/runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp b/runtime/contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp rename to runtime/contrib/TFLiteSharp/TFLiteTestApp/res/mouse1.bmp diff --git a/runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp b/runtime/contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp rename to runtime/contrib/TFLiteSharp/TFLiteTestApp/res/mouse_224.bmp diff --git a/runtimes/contrib/TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png b/runtime/contrib/TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png rename to runtime/contrib/TFLiteSharp/TFLiteTestApp/shared/res/TFLiteTestApp.png diff --git a/runtimes/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml b/runtime/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml similarity index 100% rename from runtimes/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml rename to runtime/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml diff --git a/runtimes/contrib/TFLiteSharp/packaging/TFLiteSharp.manifest b/runtime/contrib/TFLiteSharp/packaging/TFLiteSharp.manifest similarity index 100% rename from runtimes/contrib/TFLiteSharp/packaging/TFLiteSharp.manifest rename to runtime/contrib/TFLiteSharp/packaging/TFLiteSharp.manifest diff --git a/runtimes/contrib/TFLiteSharp/packaging/TFLiteSharp.spec b/runtime/contrib/TFLiteSharp/packaging/TFLiteSharp.spec similarity index 100% rename from runtimes/contrib/TFLiteSharp/packaging/TFLiteSharp.spec rename to runtime/contrib/TFLiteSharp/packaging/TFLiteSharp.spec diff --git a/runtimes/contrib/TFLiteSharp/packaging/tflite-native.manifest b/runtime/contrib/TFLiteSharp/packaging/tflite-native.manifest similarity index 100% rename from runtimes/contrib/TFLiteSharp/packaging/tflite-native.manifest rename to runtime/contrib/TFLiteSharp/packaging/tflite-native.manifest diff --git a/runtimes/contrib/android_benchmark_app/AndroidManifest.xml b/runtime/contrib/android_benchmark_app/AndroidManifest.xml similarity index 100% rename from runtimes/contrib/android_benchmark_app/AndroidManifest.xml rename to runtime/contrib/android_benchmark_app/AndroidManifest.xml diff --git a/runtimes/contrib/android_benchmark_app/CMakeLists.txt b/runtime/contrib/android_benchmark_app/CMakeLists.txt similarity index 100% rename from runtimes/contrib/android_benchmark_app/CMakeLists.txt rename to runtime/contrib/android_benchmark_app/CMakeLists.txt diff --git a/runtimes/contrib/android_benchmark_app/README.md b/runtime/contrib/android_benchmark_app/README.md similarity index 100% rename from runtimes/contrib/android_benchmark_app/README.md rename to runtime/contrib/android_benchmark_app/README.md diff --git a/runtimes/contrib/android_benchmark_app/cpp/ndk_main.cpp b/runtime/contrib/android_benchmark_app/cpp/ndk_main.cpp similarity index 100% rename from runtimes/contrib/android_benchmark_app/cpp/ndk_main.cpp rename to runtime/contrib/android_benchmark_app/cpp/ndk_main.cpp diff --git a/runtimes/contrib/android_benchmark_app/cpp/ndk_main.h b/runtime/contrib/android_benchmark_app/cpp/ndk_main.h similarity index 100% rename from runtimes/contrib/android_benchmark_app/cpp/ndk_main.h rename to runtime/contrib/android_benchmark_app/cpp/ndk_main.h diff --git a/runtimes/contrib/android_benchmark_app/java/com/ndk/tflbench/MainActivity.java b/runtime/contrib/android_benchmark_app/java/com/ndk/tflbench/MainActivity.java similarity index 100% rename from runtimes/contrib/android_benchmark_app/java/com/ndk/tflbench/MainActivity.java rename to runtime/contrib/android_benchmark_app/java/com/ndk/tflbench/MainActivity.java diff --git a/runtimes/contrib/android_benchmark_app/res/drawable-hdpi/ic_launcher.png b/runtime/contrib/android_benchmark_app/res/drawable-hdpi/ic_launcher.png similarity index 100% rename from runtimes/contrib/android_benchmark_app/res/drawable-hdpi/ic_launcher.png rename to runtime/contrib/android_benchmark_app/res/drawable-hdpi/ic_launcher.png diff --git a/runtimes/contrib/android_benchmark_app/res/drawable-mdpi/ic_launcher.png b/runtime/contrib/android_benchmark_app/res/drawable-mdpi/ic_launcher.png similarity index 100% rename from runtimes/contrib/android_benchmark_app/res/drawable-mdpi/ic_launcher.png rename to runtime/contrib/android_benchmark_app/res/drawable-mdpi/ic_launcher.png diff --git a/runtimes/contrib/android_benchmark_app/res/drawable-xhdpi/ic_launcher.png b/runtime/contrib/android_benchmark_app/res/drawable-xhdpi/ic_launcher.png similarity index 100% rename from runtimes/contrib/android_benchmark_app/res/drawable-xhdpi/ic_launcher.png rename to runtime/contrib/android_benchmark_app/res/drawable-xhdpi/ic_launcher.png diff --git a/runtimes/contrib/android_benchmark_app/res/drawable-xxhdpi/ic_launcher.png b/runtime/contrib/android_benchmark_app/res/drawable-xxhdpi/ic_launcher.png similarity index 100% rename from runtimes/contrib/android_benchmark_app/res/drawable-xxhdpi/ic_launcher.png rename to runtime/contrib/android_benchmark_app/res/drawable-xxhdpi/ic_launcher.png diff --git a/runtimes/contrib/android_benchmark_app/res/layout/activity_main.xml b/runtime/contrib/android_benchmark_app/res/layout/activity_main.xml similarity index 100% rename from runtimes/contrib/android_benchmark_app/res/layout/activity_main.xml rename to runtime/contrib/android_benchmark_app/res/layout/activity_main.xml diff --git a/runtimes/contrib/android_benchmark_app/res/values-v21/styles.xml b/runtime/contrib/android_benchmark_app/res/values-v21/styles.xml similarity index 100% rename from runtimes/contrib/android_benchmark_app/res/values-v21/styles.xml rename to runtime/contrib/android_benchmark_app/res/values-v21/styles.xml diff --git a/runtimes/contrib/android_benchmark_app/res/values/strings.xml b/runtime/contrib/android_benchmark_app/res/values/strings.xml similarity index 100% rename from runtimes/contrib/android_benchmark_app/res/values/strings.xml rename to runtime/contrib/android_benchmark_app/res/values/strings.xml diff --git a/runtimes/contrib/android_tflite/CMakeLists.txt b/runtime/contrib/android_tflite/CMakeLists.txt similarity index 100% rename from runtimes/contrib/android_tflite/CMakeLists.txt rename to runtime/contrib/android_tflite/CMakeLists.txt diff --git a/runtimes/contrib/android_tflite/builtin_ops_jni.cc b/runtime/contrib/android_tflite/builtin_ops_jni.cc similarity index 100% rename from runtimes/contrib/android_tflite/builtin_ops_jni.cc rename to runtime/contrib/android_tflite/builtin_ops_jni.cc diff --git a/runtimes/contrib/benchmark_acl/.FORMATDENY b/runtime/contrib/benchmark_acl/.FORMATDENY similarity index 100% rename from runtimes/contrib/benchmark_acl/.FORMATDENY rename to runtime/contrib/benchmark_acl/.FORMATDENY diff --git a/runtimes/contrib/benchmark_acl/CMakeLists.txt b/runtime/contrib/benchmark_acl/CMakeLists.txt similarity index 100% rename from runtimes/contrib/benchmark_acl/CMakeLists.txt rename to runtime/contrib/benchmark_acl/CMakeLists.txt diff --git a/runtimes/contrib/benchmark_acl/src/Benchmark.cpp b/runtime/contrib/benchmark_acl/src/Benchmark.cpp similarity index 100% rename from runtimes/contrib/benchmark_acl/src/Benchmark.cpp rename to runtime/contrib/benchmark_acl/src/Benchmark.cpp diff --git a/runtimes/contrib/benchmark_acl/src/Benchmark.h b/runtime/contrib/benchmark_acl/src/Benchmark.h similarity index 100% rename from runtimes/contrib/benchmark_acl/src/Benchmark.h rename to runtime/contrib/benchmark_acl/src/Benchmark.h diff --git a/runtimes/contrib/benchmark_acl/src/benchmark_googlenet.cpp b/runtime/contrib/benchmark_acl/src/benchmark_googlenet.cpp similarity index 100% rename from runtimes/contrib/benchmark_acl/src/benchmark_googlenet.cpp rename to runtime/contrib/benchmark_acl/src/benchmark_googlenet.cpp diff --git a/runtimes/contrib/benchmark_acl/src/benchmark_inception_v3.cpp b/runtime/contrib/benchmark_acl/src/benchmark_inception_v3.cpp similarity index 100% rename from runtimes/contrib/benchmark_acl/src/benchmark_inception_v3.cpp rename to runtime/contrib/benchmark_acl/src/benchmark_inception_v3.cpp diff --git a/runtimes/contrib/benchmark_acl/src/benchmark_mobilenet.cpp b/runtime/contrib/benchmark_acl/src/benchmark_mobilenet.cpp similarity index 100% rename from runtimes/contrib/benchmark_acl/src/benchmark_mobilenet.cpp rename to runtime/contrib/benchmark_acl/src/benchmark_mobilenet.cpp diff --git a/runtimes/contrib/custom_op/README.md b/runtime/contrib/custom_op/README.md similarity index 100% rename from runtimes/contrib/custom_op/README.md rename to runtime/contrib/custom_op/README.md diff --git a/runtimes/contrib/custom_op/customOp-workflow.png b/runtime/contrib/custom_op/customOp-workflow.png similarity index 100% rename from runtimes/contrib/custom_op/customOp-workflow.png rename to runtime/contrib/custom_op/customOp-workflow.png diff --git a/runtimes/contrib/detection/CMakeLists.txt b/runtime/contrib/detection/CMakeLists.txt similarity index 100% rename from runtimes/contrib/detection/CMakeLists.txt rename to runtime/contrib/detection/CMakeLists.txt diff --git a/runtimes/contrib/detection/detection.cpp b/runtime/contrib/detection/detection.cpp similarity index 100% rename from runtimes/contrib/detection/detection.cpp rename to runtime/contrib/detection/detection.cpp diff --git a/runtimes/contrib/labs/CMakeLists.txt b/runtime/contrib/labs/CMakeLists.txt similarity index 100% rename from runtimes/contrib/labs/CMakeLists.txt rename to runtime/contrib/labs/CMakeLists.txt diff --git a/runtimes/contrib/labs/jniacl/CMakeLists.txt b/runtime/contrib/labs/jniacl/CMakeLists.txt similarity index 100% rename from runtimes/contrib/labs/jniacl/CMakeLists.txt rename to runtime/contrib/labs/jniacl/CMakeLists.txt diff --git a/runtimes/contrib/labs/jniacl/src/io_accessor.cc b/runtime/contrib/labs/jniacl/src/io_accessor.cc similarity index 100% rename from runtimes/contrib/labs/jniacl/src/io_accessor.cc rename to runtime/contrib/labs/jniacl/src/io_accessor.cc diff --git a/runtimes/contrib/labs/jniacl/src/io_accessor.h b/runtime/contrib/labs/jniacl/src/io_accessor.h similarity index 100% rename from runtimes/contrib/labs/jniacl/src/io_accessor.h rename to runtime/contrib/labs/jniacl/src/io_accessor.h diff --git a/runtimes/contrib/labs/jniacl/src/jniacl_main.cc b/runtime/contrib/labs/jniacl/src/jniacl_main.cc similarity index 100% rename from runtimes/contrib/labs/jniacl/src/jniacl_main.cc rename to runtime/contrib/labs/jniacl/src/jniacl_main.cc diff --git a/runtimes/contrib/labs/opencl_test/CMakeLists.txt b/runtime/contrib/labs/opencl_test/CMakeLists.txt similarity index 100% rename from runtimes/contrib/labs/opencl_test/CMakeLists.txt rename to runtime/contrib/labs/opencl_test/CMakeLists.txt diff --git a/runtimes/contrib/labs/opencl_test/README.md b/runtime/contrib/labs/opencl_test/README.md similarity index 100% rename from runtimes/contrib/labs/opencl_test/README.md rename to runtime/contrib/labs/opencl_test/README.md diff --git a/runtimes/contrib/labs/opencl_test/src/opencl_test.cc b/runtime/contrib/labs/opencl_test/src/opencl_test.cc similarity index 100% rename from runtimes/contrib/labs/opencl_test/src/opencl_test.cc rename to runtime/contrib/labs/opencl_test/src/opencl_test.cc diff --git a/runtimes/contrib/labs/tflite_examples/CMakeLists.txt b/runtime/contrib/labs/tflite_examples/CMakeLists.txt similarity index 100% rename from runtimes/contrib/labs/tflite_examples/CMakeLists.txt rename to runtime/contrib/labs/tflite_examples/CMakeLists.txt diff --git a/runtimes/contrib/labs/tflite_examples/src/conv.cpp b/runtime/contrib/labs/tflite_examples/src/conv.cpp similarity index 100% rename from runtimes/contrib/labs/tflite_examples/src/conv.cpp rename to runtime/contrib/labs/tflite_examples/src/conv.cpp diff --git a/runtimes/logging/CMakeLists.txt b/runtime/contrib/logging/CMakeLists.txt similarity index 100% rename from runtimes/logging/CMakeLists.txt rename to runtime/contrib/logging/CMakeLists.txt diff --git a/runtimes/logging/include/operand.def b/runtime/contrib/logging/include/operand.def similarity index 100% rename from runtimes/logging/include/operand.def rename to runtime/contrib/logging/include/operand.def diff --git a/runtimes/logging/include/operation.def b/runtime/contrib/logging/include/operation.def similarity index 100% rename from runtimes/logging/include/operation.def rename to runtime/contrib/logging/include/operation.def diff --git a/runtimes/logging/src/nnapi_logging.cc b/runtime/contrib/logging/src/nnapi_logging.cc similarity index 100% rename from runtimes/logging/src/nnapi_logging.cc rename to runtime/contrib/logging/src/nnapi_logging.cc diff --git a/runtimes/contrib/mlapse/CMakeLists.txt b/runtime/contrib/mlapse/CMakeLists.txt similarity index 100% rename from runtimes/contrib/mlapse/CMakeLists.txt rename to runtime/contrib/mlapse/CMakeLists.txt diff --git a/runtimes/contrib/mlapse/README.md b/runtime/contrib/mlapse/README.md similarity index 100% rename from runtimes/contrib/mlapse/README.md rename to runtime/contrib/mlapse/README.md diff --git a/runtimes/contrib/mlapse/tfl/CMakeLists.txt b/runtime/contrib/mlapse/tfl/CMakeLists.txt similarity index 100% rename from runtimes/contrib/mlapse/tfl/CMakeLists.txt rename to runtime/contrib/mlapse/tfl/CMakeLists.txt diff --git a/runtimes/contrib/mlapse/tfl/driver.cc b/runtime/contrib/mlapse/tfl/driver.cc similarity index 100% rename from runtimes/contrib/mlapse/tfl/driver.cc rename to runtime/contrib/mlapse/tfl/driver.cc diff --git a/runtimes/contrib/mlapse/tfl/mlapse/CSV_report_generator.cc b/runtime/contrib/mlapse/tfl/mlapse/CSV_report_generator.cc similarity index 100% rename from runtimes/contrib/mlapse/tfl/mlapse/CSV_report_generator.cc rename to runtime/contrib/mlapse/tfl/mlapse/CSV_report_generator.cc diff --git a/runtimes/contrib/mlapse/tfl/mlapse/CSV_report_generator.h b/runtime/contrib/mlapse/tfl/mlapse/CSV_report_generator.h similarity index 100% rename from runtimes/contrib/mlapse/tfl/mlapse/CSV_report_generator.h rename to runtime/contrib/mlapse/tfl/mlapse/CSV_report_generator.h diff --git a/runtimes/contrib/mlapse/tfl/mlapse/benchmark_observer.cc b/runtime/contrib/mlapse/tfl/mlapse/benchmark_observer.cc similarity index 100% rename from runtimes/contrib/mlapse/tfl/mlapse/benchmark_observer.cc rename to runtime/contrib/mlapse/tfl/mlapse/benchmark_observer.cc diff --git a/runtimes/contrib/mlapse/tfl/mlapse/benchmark_observer.h b/runtime/contrib/mlapse/tfl/mlapse/benchmark_observer.h similarity index 100% rename from runtimes/contrib/mlapse/tfl/mlapse/benchmark_observer.h rename to runtime/contrib/mlapse/tfl/mlapse/benchmark_observer.h diff --git a/runtimes/contrib/mlapse/tfl/mlapse/benchmark_runner.cc b/runtime/contrib/mlapse/tfl/mlapse/benchmark_runner.cc similarity index 100% rename from runtimes/contrib/mlapse/tfl/mlapse/benchmark_runner.cc rename to runtime/contrib/mlapse/tfl/mlapse/benchmark_runner.cc diff --git a/runtimes/contrib/mlapse/tfl/mlapse/benchmark_runner.h b/runtime/contrib/mlapse/tfl/mlapse/benchmark_runner.h similarity index 100% rename from runtimes/contrib/mlapse/tfl/mlapse/benchmark_runner.h rename to runtime/contrib/mlapse/tfl/mlapse/benchmark_runner.h diff --git a/runtimes/contrib/mlapse/tfl/mlapse/multicast_observer.cc b/runtime/contrib/mlapse/tfl/mlapse/multicast_observer.cc similarity index 100% rename from runtimes/contrib/mlapse/tfl/mlapse/multicast_observer.cc rename to runtime/contrib/mlapse/tfl/mlapse/multicast_observer.cc diff --git a/runtimes/contrib/mlapse/tfl/mlapse/multicast_observer.h b/runtime/contrib/mlapse/tfl/mlapse/multicast_observer.h similarity index 100% rename from runtimes/contrib/mlapse/tfl/mlapse/multicast_observer.h rename to runtime/contrib/mlapse/tfl/mlapse/multicast_observer.h diff --git a/runtimes/contrib/mlapse/tfl/mlapse/tfl/load.cc b/runtime/contrib/mlapse/tfl/mlapse/tfl/load.cc similarity index 100% rename from runtimes/contrib/mlapse/tfl/mlapse/tfl/load.cc rename to runtime/contrib/mlapse/tfl/mlapse/tfl/load.cc diff --git a/runtimes/contrib/mlapse/tfl/mlapse/tfl/load.h b/runtime/contrib/mlapse/tfl/mlapse/tfl/load.h similarity index 100% rename from runtimes/contrib/mlapse/tfl/mlapse/tfl/load.h rename to runtime/contrib/mlapse/tfl/mlapse/tfl/load.h diff --git a/runtimes/pure_arm_compute/CMakeLists.txt b/runtime/contrib/pure_arm_compute/CMakeLists.txt similarity index 100% rename from runtimes/pure_arm_compute/CMakeLists.txt rename to runtime/contrib/pure_arm_compute/CMakeLists.txt diff --git a/runtimes/pure_arm_compute/src/compilation.cc b/runtime/contrib/pure_arm_compute/src/compilation.cc similarity index 100% rename from runtimes/pure_arm_compute/src/compilation.cc rename to runtime/contrib/pure_arm_compute/src/compilation.cc diff --git a/runtimes/pure_arm_compute/src/compilation.h b/runtime/contrib/pure_arm_compute/src/compilation.h similarity index 100% rename from runtimes/pure_arm_compute/src/compilation.h rename to runtime/contrib/pure_arm_compute/src/compilation.h diff --git a/runtimes/pure_arm_compute/src/event.cc b/runtime/contrib/pure_arm_compute/src/event.cc similarity index 100% rename from runtimes/pure_arm_compute/src/event.cc rename to runtime/contrib/pure_arm_compute/src/event.cc diff --git a/runtimes/pure_arm_compute/src/event.h b/runtime/contrib/pure_arm_compute/src/event.h similarity index 100% rename from runtimes/pure_arm_compute/src/event.h rename to runtime/contrib/pure_arm_compute/src/event.h diff --git a/runtimes/pure_arm_compute/src/execution.cc b/runtime/contrib/pure_arm_compute/src/execution.cc similarity index 100% rename from runtimes/pure_arm_compute/src/execution.cc rename to runtime/contrib/pure_arm_compute/src/execution.cc diff --git a/runtimes/pure_arm_compute/src/execution.h b/runtime/contrib/pure_arm_compute/src/execution.h similarity index 100% rename from runtimes/pure_arm_compute/src/execution.h rename to runtime/contrib/pure_arm_compute/src/execution.h diff --git a/runtimes/pure_arm_compute/src/internal/FeatureSink.h b/runtime/contrib/pure_arm_compute/src/internal/FeatureSink.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/FeatureSink.h rename to runtime/contrib/pure_arm_compute/src/internal/FeatureSink.h diff --git a/runtimes/pure_arm_compute/src/internal/FeatureSource.h b/runtime/contrib/pure_arm_compute/src/internal/FeatureSource.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/FeatureSource.h rename to runtime/contrib/pure_arm_compute/src/internal/FeatureSource.h diff --git a/runtimes/pure_arm_compute/src/internal/IExecutionBuilder.h b/runtime/contrib/pure_arm_compute/src/internal/IExecutionBuilder.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/IExecutionBuilder.h rename to runtime/contrib/pure_arm_compute/src/internal/IExecutionBuilder.h diff --git a/runtimes/pure_arm_compute/src/internal/MatrixSink.h b/runtime/contrib/pure_arm_compute/src/internal/MatrixSink.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/MatrixSink.h rename to runtime/contrib/pure_arm_compute/src/internal/MatrixSink.h diff --git a/runtimes/pure_arm_compute/src/internal/MatrixSource.h b/runtime/contrib/pure_arm_compute/src/internal/MatrixSource.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/MatrixSource.h rename to runtime/contrib/pure_arm_compute/src/internal/MatrixSource.h diff --git a/runtimes/pure_arm_compute/src/internal/Model.cc b/runtime/contrib/pure_arm_compute/src/internal/Model.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/Model.cc rename to runtime/contrib/pure_arm_compute/src/internal/Model.cc diff --git a/runtimes/pure_arm_compute/src/internal/Model.h b/runtime/contrib/pure_arm_compute/src/internal/Model.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/Model.h rename to runtime/contrib/pure_arm_compute/src/internal/Model.h diff --git a/runtimes/pure_arm_compute/src/internal/Sink.h b/runtime/contrib/pure_arm_compute/src/internal/Sink.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/Sink.h rename to runtime/contrib/pure_arm_compute/src/internal/Sink.h diff --git a/runtimes/pure_arm_compute/src/internal/Sinks.h b/runtime/contrib/pure_arm_compute/src/internal/Sinks.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/Sinks.h rename to runtime/contrib/pure_arm_compute/src/internal/Sinks.h diff --git a/runtimes/pure_arm_compute/src/internal/Source.h b/runtime/contrib/pure_arm_compute/src/internal/Source.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/Source.h rename to runtime/contrib/pure_arm_compute/src/internal/Source.h diff --git a/runtimes/pure_arm_compute/src/internal/Swizzle.h b/runtime/contrib/pure_arm_compute/src/internal/Swizzle.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/Swizzle.h rename to runtime/contrib/pure_arm_compute/src/internal/Swizzle.h diff --git a/runtimes/pure_arm_compute/src/internal/Tensor3DSink.h b/runtime/contrib/pure_arm_compute/src/internal/Tensor3DSink.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/Tensor3DSink.h rename to runtime/contrib/pure_arm_compute/src/internal/Tensor3DSink.h diff --git a/runtimes/pure_arm_compute/src/internal/Tensor3DSource.h b/runtime/contrib/pure_arm_compute/src/internal/Tensor3DSource.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/Tensor3DSource.h rename to runtime/contrib/pure_arm_compute/src/internal/Tensor3DSource.h diff --git a/runtimes/pure_arm_compute/src/internal/TensorSource.h b/runtime/contrib/pure_arm_compute/src/internal/TensorSource.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/TensorSource.h rename to runtime/contrib/pure_arm_compute/src/internal/TensorSource.h diff --git a/runtimes/pure_arm_compute/src/internal/VectorSink.h b/runtime/contrib/pure_arm_compute/src/internal/VectorSink.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/VectorSink.h rename to runtime/contrib/pure_arm_compute/src/internal/VectorSink.h diff --git a/runtimes/pure_arm_compute/src/internal/VectorSource.h b/runtime/contrib/pure_arm_compute/src/internal/VectorSource.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/VectorSource.h rename to runtime/contrib/pure_arm_compute/src/internal/VectorSource.h diff --git a/runtimes/pure_arm_compute/src/internal/arm_compute.cc b/runtime/contrib/pure_arm_compute/src/internal/arm_compute.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/arm_compute.cc rename to runtime/contrib/pure_arm_compute/src/internal/arm_compute.cc diff --git a/runtimes/pure_arm_compute/src/internal/arm_compute.h b/runtime/contrib/pure_arm_compute/src/internal/arm_compute.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/arm_compute.h rename to runtime/contrib/pure_arm_compute/src/internal/arm_compute.h diff --git a/runtimes/pure_arm_compute/src/internal/arm_compute/Cast.cc b/runtime/contrib/pure_arm_compute/src/internal/arm_compute/Cast.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/arm_compute/Cast.cc rename to runtime/contrib/pure_arm_compute/src/internal/arm_compute/Cast.cc diff --git a/runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h b/runtime/contrib/pure_arm_compute/src/internal/arm_compute/Cast.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/arm_compute/Cast.h rename to runtime/contrib/pure_arm_compute/src/internal/arm_compute/Cast.h diff --git a/runtimes/pure_arm_compute/src/internal/arm_compute/feature/View.h b/runtime/contrib/pure_arm_compute/src/internal/arm_compute/feature/View.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/arm_compute/feature/View.h rename to runtime/contrib/pure_arm_compute/src/internal/arm_compute/feature/View.h diff --git a/runtimes/pure_arm_compute/src/internal/arm_compute/kernel/View.h b/runtime/contrib/pure_arm_compute/src/internal/arm_compute/kernel/View.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/arm_compute/kernel/View.h rename to runtime/contrib/pure_arm_compute/src/internal/arm_compute/kernel/View.h diff --git a/runtimes/pure_arm_compute/src/internal/arm_compute/matrix/View.h b/runtime/contrib/pure_arm_compute/src/internal/arm_compute/matrix/View.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/arm_compute/matrix/View.h rename to runtime/contrib/pure_arm_compute/src/internal/arm_compute/matrix/View.h diff --git a/runtimes/pure_arm_compute/src/internal/arm_compute/tensor/View.h b/runtime/contrib/pure_arm_compute/src/internal/arm_compute/tensor/View.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/arm_compute/tensor/View.h rename to runtime/contrib/pure_arm_compute/src/internal/arm_compute/tensor/View.h diff --git a/runtimes/pure_arm_compute/src/internal/nnapi/feature/Reader.h b/runtime/contrib/pure_arm_compute/src/internal/nnapi/feature/Reader.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/nnapi/feature/Reader.h rename to runtime/contrib/pure_arm_compute/src/internal/nnapi/feature/Reader.h diff --git a/runtimes/pure_arm_compute/src/internal/nnapi/feature/Utils.h b/runtime/contrib/pure_arm_compute/src/internal/nnapi/feature/Utils.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/nnapi/feature/Utils.h rename to runtime/contrib/pure_arm_compute/src/internal/nnapi/feature/Utils.h diff --git a/runtimes/pure_arm_compute/src/internal/nnapi/feature/View.h b/runtime/contrib/pure_arm_compute/src/internal/nnapi/feature/View.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/nnapi/feature/View.h rename to runtime/contrib/pure_arm_compute/src/internal/nnapi/feature/View.h diff --git a/runtimes/pure_arm_compute/src/internal/nnapi/kernel/Reader.h b/runtime/contrib/pure_arm_compute/src/internal/nnapi/kernel/Reader.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/nnapi/kernel/Reader.h rename to runtime/contrib/pure_arm_compute/src/internal/nnapi/kernel/Reader.h diff --git a/runtimes/pure_arm_compute/src/internal/nnapi/matrix/Reader.h b/runtime/contrib/pure_arm_compute/src/internal/nnapi/matrix/Reader.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/nnapi/matrix/Reader.h rename to runtime/contrib/pure_arm_compute/src/internal/nnapi/matrix/Reader.h diff --git a/runtimes/pure_arm_compute/src/internal/nnapi/tensor/ConstView.h b/runtime/contrib/pure_arm_compute/src/internal/nnapi/tensor/ConstView.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/nnapi/tensor/ConstView.h rename to runtime/contrib/pure_arm_compute/src/internal/nnapi/tensor/ConstView.h diff --git a/runtimes/pure_arm_compute/src/internal/nnapi/tensor/Reader.h b/runtime/contrib/pure_arm_compute/src/internal/nnapi/tensor/Reader.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/nnapi/tensor/Reader.h rename to runtime/contrib/pure_arm_compute/src/internal/nnapi/tensor/Reader.h diff --git a/runtimes/pure_arm_compute/src/internal/nnapi/tensor/View.h b/runtime/contrib/pure_arm_compute/src/internal/nnapi/tensor/View.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/nnapi/tensor/View.h rename to runtime/contrib/pure_arm_compute/src/internal/nnapi/tensor/View.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Abs.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Abs.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Abs.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Abs.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Abs.h b/runtime/contrib/pure_arm_compute/src/internal/op/Abs.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Abs.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Abs.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Add.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Add.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Add.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Add.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Add.h b/runtime/contrib/pure_arm_compute/src/internal/op/Add.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Add.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Add.h diff --git a/runtimes/pure_arm_compute/src/internal/op/ArgMax.cc b/runtime/contrib/pure_arm_compute/src/internal/op/ArgMax.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ArgMax.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/ArgMax.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/ArgMax.h b/runtime/contrib/pure_arm_compute/src/internal/op/ArgMax.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ArgMax.h rename to runtime/contrib/pure_arm_compute/src/internal/op/ArgMax.h diff --git a/runtimes/pure_arm_compute/src/internal/op/AvgPool2D.cc b/runtime/contrib/pure_arm_compute/src/internal/op/AvgPool2D.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/AvgPool2D.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/AvgPool2D.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/AvgPool2D.h b/runtime/contrib/pure_arm_compute/src/internal/op/AvgPool2D.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/AvgPool2D.h rename to runtime/contrib/pure_arm_compute/src/internal/op/AvgPool2D.h diff --git a/runtimes/pure_arm_compute/src/internal/op/BatchToSpaceNd.cc b/runtime/contrib/pure_arm_compute/src/internal/op/BatchToSpaceNd.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/BatchToSpaceNd.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/BatchToSpaceNd.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/BatchToSpaceNd.h b/runtime/contrib/pure_arm_compute/src/internal/op/BatchToSpaceNd.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/BatchToSpaceNd.h rename to runtime/contrib/pure_arm_compute/src/internal/op/BatchToSpaceNd.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Cast.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Cast.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Cast.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Cast.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Cast.h b/runtime/contrib/pure_arm_compute/src/internal/op/Cast.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Cast.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Cast.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Concat.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Concat.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Concat.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Concat.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Concat.h b/runtime/contrib/pure_arm_compute/src/internal/op/Concat.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Concat.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Concat.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Conv2D.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Conv2D.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Conv2D.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Conv2D.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Conv2D.h b/runtime/contrib/pure_arm_compute/src/internal/op/Conv2D.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Conv2D.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Conv2D.h diff --git a/runtimes/pure_arm_compute/src/internal/op/DepthToSpace.cc b/runtime/contrib/pure_arm_compute/src/internal/op/DepthToSpace.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/DepthToSpace.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/DepthToSpace.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/DepthToSpace.h b/runtime/contrib/pure_arm_compute/src/internal/op/DepthToSpace.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/DepthToSpace.h rename to runtime/contrib/pure_arm_compute/src/internal/op/DepthToSpace.h diff --git a/runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.cc b/runtime/contrib/pure_arm_compute/src/internal/op/DepthwiseConv2D.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/DepthwiseConv2D.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h b/runtime/contrib/pure_arm_compute/src/internal/op/DepthwiseConv2D.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h rename to runtime/contrib/pure_arm_compute/src/internal/op/DepthwiseConv2D.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Dequantize.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Dequantize.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Dequantize.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Dequantize.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Dequantize.h b/runtime/contrib/pure_arm_compute/src/internal/op/Dequantize.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Dequantize.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Dequantize.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Div.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Div.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Div.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Div.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Div.h b/runtime/contrib/pure_arm_compute/src/internal/op/Div.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Div.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Div.h diff --git a/runtimes/pure_arm_compute/src/internal/op/EmbeddingLookup.cc b/runtime/contrib/pure_arm_compute/src/internal/op/EmbeddingLookup.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/EmbeddingLookup.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/EmbeddingLookup.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/EmbeddingLookup.h b/runtime/contrib/pure_arm_compute/src/internal/op/EmbeddingLookup.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/EmbeddingLookup.h rename to runtime/contrib/pure_arm_compute/src/internal/op/EmbeddingLookup.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Equal.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Equal.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Equal.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Equal.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Equal.h b/runtime/contrib/pure_arm_compute/src/internal/op/Equal.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Equal.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Equal.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Exp.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Exp.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Exp.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Exp.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Exp.h b/runtime/contrib/pure_arm_compute/src/internal/op/Exp.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Exp.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Exp.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Floor.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Floor.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Floor.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Floor.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Floor.h b/runtime/contrib/pure_arm_compute/src/internal/op/Floor.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Floor.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Floor.h diff --git a/runtimes/pure_arm_compute/src/internal/op/FullyConnected.cc b/runtime/contrib/pure_arm_compute/src/internal/op/FullyConnected.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/FullyConnected.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/FullyConnected.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/FullyConnected.h b/runtime/contrib/pure_arm_compute/src/internal/op/FullyConnected.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/FullyConnected.h rename to runtime/contrib/pure_arm_compute/src/internal/op/FullyConnected.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Gather.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Gather.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Gather.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Gather.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Gather.h b/runtime/contrib/pure_arm_compute/src/internal/op/Gather.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Gather.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Gather.h diff --git a/runtimes/pure_arm_compute/src/internal/op/HashtableLookup.cc b/runtime/contrib/pure_arm_compute/src/internal/op/HashtableLookup.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/HashtableLookup.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/HashtableLookup.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/HashtableLookup.h b/runtime/contrib/pure_arm_compute/src/internal/op/HashtableLookup.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/HashtableLookup.h rename to runtime/contrib/pure_arm_compute/src/internal/op/HashtableLookup.h diff --git a/runtimes/pure_arm_compute/src/internal/op/L2Normalization.cc b/runtime/contrib/pure_arm_compute/src/internal/op/L2Normalization.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/L2Normalization.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/L2Normalization.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/L2Normalization.h b/runtime/contrib/pure_arm_compute/src/internal/op/L2Normalization.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/L2Normalization.h rename to runtime/contrib/pure_arm_compute/src/internal/op/L2Normalization.h diff --git a/runtimes/pure_arm_compute/src/internal/op/L2Pool2D.cc b/runtime/contrib/pure_arm_compute/src/internal/op/L2Pool2D.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/L2Pool2D.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/L2Pool2D.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/L2Pool2D.h b/runtime/contrib/pure_arm_compute/src/internal/op/L2Pool2D.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/L2Pool2D.h rename to runtime/contrib/pure_arm_compute/src/internal/op/L2Pool2D.h diff --git a/runtimes/pure_arm_compute/src/internal/op/LocalResponseNormalization.cc b/runtime/contrib/pure_arm_compute/src/internal/op/LocalResponseNormalization.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/LocalResponseNormalization.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/LocalResponseNormalization.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/LocalResponseNormalization.h b/runtime/contrib/pure_arm_compute/src/internal/op/LocalResponseNormalization.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/LocalResponseNormalization.h rename to runtime/contrib/pure_arm_compute/src/internal/op/LocalResponseNormalization.h diff --git a/runtimes/pure_arm_compute/src/internal/op/LogicalAnd.cc b/runtime/contrib/pure_arm_compute/src/internal/op/LogicalAnd.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/LogicalAnd.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/LogicalAnd.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/LogicalAnd.h b/runtime/contrib/pure_arm_compute/src/internal/op/LogicalAnd.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/LogicalAnd.h rename to runtime/contrib/pure_arm_compute/src/internal/op/LogicalAnd.h diff --git a/runtimes/pure_arm_compute/src/internal/op/LogicalNot.cc b/runtime/contrib/pure_arm_compute/src/internal/op/LogicalNot.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/LogicalNot.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/LogicalNot.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/LogicalNot.h b/runtime/contrib/pure_arm_compute/src/internal/op/LogicalNot.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/LogicalNot.h rename to runtime/contrib/pure_arm_compute/src/internal/op/LogicalNot.h diff --git a/runtimes/pure_arm_compute/src/internal/op/LogicalOr.cc b/runtime/contrib/pure_arm_compute/src/internal/op/LogicalOr.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/LogicalOr.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/LogicalOr.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/LogicalOr.h b/runtime/contrib/pure_arm_compute/src/internal/op/LogicalOr.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/LogicalOr.h rename to runtime/contrib/pure_arm_compute/src/internal/op/LogicalOr.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Logistic.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Logistic.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Logistic.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Logistic.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Logistic.h b/runtime/contrib/pure_arm_compute/src/internal/op/Logistic.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Logistic.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Logistic.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Lstm.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Lstm.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Lstm.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Lstm.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Lstm.h b/runtime/contrib/pure_arm_compute/src/internal/op/Lstm.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Lstm.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Lstm.h diff --git a/runtimes/pure_arm_compute/src/internal/op/MaxPool2D.cc b/runtime/contrib/pure_arm_compute/src/internal/op/MaxPool2D.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/MaxPool2D.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/MaxPool2D.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/MaxPool2D.h b/runtime/contrib/pure_arm_compute/src/internal/op/MaxPool2D.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/MaxPool2D.h rename to runtime/contrib/pure_arm_compute/src/internal/op/MaxPool2D.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Mean.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Mean.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Mean.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Mean.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Mean.h b/runtime/contrib/pure_arm_compute/src/internal/op/Mean.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Mean.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Mean.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Mul.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Mul.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Mul.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Mul.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Mul.h b/runtime/contrib/pure_arm_compute/src/internal/op/Mul.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Mul.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Mul.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Neg.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Neg.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Neg.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Neg.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Neg.h b/runtime/contrib/pure_arm_compute/src/internal/op/Neg.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Neg.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Neg.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Node.h b/runtime/contrib/pure_arm_compute/src/internal/op/Node.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Node.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Node.h diff --git a/runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h b/runtime/contrib/pure_arm_compute/src/internal/op/NodeVisitor.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h rename to runtime/contrib/pure_arm_compute/src/internal/op/NodeVisitor.h diff --git a/runtimes/pure_arm_compute/src/internal/op/NotEqual.cc b/runtime/contrib/pure_arm_compute/src/internal/op/NotEqual.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/NotEqual.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/NotEqual.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/NotEqual.h b/runtime/contrib/pure_arm_compute/src/internal/op/NotEqual.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/NotEqual.h rename to runtime/contrib/pure_arm_compute/src/internal/op/NotEqual.h diff --git a/runtimes/pure_arm_compute/src/internal/op/PReLU.cc b/runtime/contrib/pure_arm_compute/src/internal/op/PReLU.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/PReLU.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/PReLU.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/PReLU.h b/runtime/contrib/pure_arm_compute/src/internal/op/PReLU.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/PReLU.h rename to runtime/contrib/pure_arm_compute/src/internal/op/PReLU.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Pack.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Pack.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Pack.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Pack.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Pack.h b/runtime/contrib/pure_arm_compute/src/internal/op/Pack.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Pack.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Pack.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Pad.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Pad.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Pad.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Pad.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Pad.h b/runtime/contrib/pure_arm_compute/src/internal/op/Pad.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Pad.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Pad.h diff --git a/runtimes/pure_arm_compute/src/internal/op/RSQRT.cc b/runtime/contrib/pure_arm_compute/src/internal/op/RSQRT.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/RSQRT.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/RSQRT.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/RSQRT.h b/runtime/contrib/pure_arm_compute/src/internal/op/RSQRT.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/RSQRT.h rename to runtime/contrib/pure_arm_compute/src/internal/op/RSQRT.h diff --git a/runtimes/pure_arm_compute/src/internal/op/ReLU.cc b/runtime/contrib/pure_arm_compute/src/internal/op/ReLU.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReLU.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/ReLU.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/ReLU.h b/runtime/contrib/pure_arm_compute/src/internal/op/ReLU.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReLU.h rename to runtime/contrib/pure_arm_compute/src/internal/op/ReLU.h diff --git a/runtimes/pure_arm_compute/src/internal/op/ReLU1.cc b/runtime/contrib/pure_arm_compute/src/internal/op/ReLU1.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReLU1.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/ReLU1.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/ReLU1.h b/runtime/contrib/pure_arm_compute/src/internal/op/ReLU1.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReLU1.h rename to runtime/contrib/pure_arm_compute/src/internal/op/ReLU1.h diff --git a/runtimes/pure_arm_compute/src/internal/op/ReLU6.cc b/runtime/contrib/pure_arm_compute/src/internal/op/ReLU6.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReLU6.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/ReLU6.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/ReLU6.h b/runtime/contrib/pure_arm_compute/src/internal/op/ReLU6.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReLU6.h rename to runtime/contrib/pure_arm_compute/src/internal/op/ReLU6.h diff --git a/runtimes/pure_arm_compute/src/internal/op/ReduceMax.cc b/runtime/contrib/pure_arm_compute/src/internal/op/ReduceMax.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReduceMax.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/ReduceMax.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/ReduceMax.h b/runtime/contrib/pure_arm_compute/src/internal/op/ReduceMax.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReduceMax.h rename to runtime/contrib/pure_arm_compute/src/internal/op/ReduceMax.h diff --git a/runtimes/pure_arm_compute/src/internal/op/ReduceMin.cc b/runtime/contrib/pure_arm_compute/src/internal/op/ReduceMin.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReduceMin.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/ReduceMin.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/ReduceMin.h b/runtime/contrib/pure_arm_compute/src/internal/op/ReduceMin.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReduceMin.h rename to runtime/contrib/pure_arm_compute/src/internal/op/ReduceMin.h diff --git a/runtimes/pure_arm_compute/src/internal/op/ReduceSum.cc b/runtime/contrib/pure_arm_compute/src/internal/op/ReduceSum.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReduceSum.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/ReduceSum.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/ReduceSum.h b/runtime/contrib/pure_arm_compute/src/internal/op/ReduceSum.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ReduceSum.h rename to runtime/contrib/pure_arm_compute/src/internal/op/ReduceSum.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Reshape.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Reshape.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Reshape.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Reshape.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Reshape.h b/runtime/contrib/pure_arm_compute/src/internal/op/Reshape.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Reshape.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Reshape.h diff --git a/runtimes/pure_arm_compute/src/internal/op/ResizeBilinear.cc b/runtime/contrib/pure_arm_compute/src/internal/op/ResizeBilinear.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ResizeBilinear.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/ResizeBilinear.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/ResizeBilinear.h b/runtime/contrib/pure_arm_compute/src/internal/op/ResizeBilinear.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/ResizeBilinear.h rename to runtime/contrib/pure_arm_compute/src/internal/op/ResizeBilinear.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Rnn.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Rnn.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Rnn.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Rnn.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Rnn.h b/runtime/contrib/pure_arm_compute/src/internal/op/Rnn.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Rnn.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Rnn.h diff --git a/runtimes/pure_arm_compute/src/internal/op/SQRT.cc b/runtime/contrib/pure_arm_compute/src/internal/op/SQRT.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/SQRT.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/SQRT.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/SQRT.h b/runtime/contrib/pure_arm_compute/src/internal/op/SQRT.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/SQRT.h rename to runtime/contrib/pure_arm_compute/src/internal/op/SQRT.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Softmax.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Softmax.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Softmax.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Softmax.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Softmax.h b/runtime/contrib/pure_arm_compute/src/internal/op/Softmax.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Softmax.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Softmax.h diff --git a/runtimes/pure_arm_compute/src/internal/op/SpaceToBatchND.cc b/runtime/contrib/pure_arm_compute/src/internal/op/SpaceToBatchND.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/SpaceToBatchND.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/SpaceToBatchND.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/SpaceToBatchND.h b/runtime/contrib/pure_arm_compute/src/internal/op/SpaceToBatchND.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/SpaceToBatchND.h rename to runtime/contrib/pure_arm_compute/src/internal/op/SpaceToBatchND.h diff --git a/runtimes/pure_arm_compute/src/internal/op/SpaceToDepth.cc b/runtime/contrib/pure_arm_compute/src/internal/op/SpaceToDepth.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/SpaceToDepth.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/SpaceToDepth.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/SpaceToDepth.h b/runtime/contrib/pure_arm_compute/src/internal/op/SpaceToDepth.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/SpaceToDepth.h rename to runtime/contrib/pure_arm_compute/src/internal/op/SpaceToDepth.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Split.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Split.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Split.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Split.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Split.h b/runtime/contrib/pure_arm_compute/src/internal/op/Split.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Split.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Split.h diff --git a/runtimes/pure_arm_compute/src/internal/op/SquaredDifference.cc b/runtime/contrib/pure_arm_compute/src/internal/op/SquaredDifference.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/SquaredDifference.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/SquaredDifference.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/SquaredDifference.h b/runtime/contrib/pure_arm_compute/src/internal/op/SquaredDifference.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/SquaredDifference.h rename to runtime/contrib/pure_arm_compute/src/internal/op/SquaredDifference.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Squeeze.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Squeeze.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Squeeze.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Squeeze.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Squeeze.h b/runtime/contrib/pure_arm_compute/src/internal/op/Squeeze.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Squeeze.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Squeeze.h diff --git a/runtimes/pure_arm_compute/src/internal/op/StridedSlice.cc b/runtime/contrib/pure_arm_compute/src/internal/op/StridedSlice.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/StridedSlice.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/StridedSlice.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/StridedSlice.h b/runtime/contrib/pure_arm_compute/src/internal/op/StridedSlice.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/StridedSlice.h rename to runtime/contrib/pure_arm_compute/src/internal/op/StridedSlice.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Sub.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Sub.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Sub.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Sub.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Sub.h b/runtime/contrib/pure_arm_compute/src/internal/op/Sub.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Sub.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Sub.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Tanh.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Tanh.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Tanh.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Tanh.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Tanh.h b/runtime/contrib/pure_arm_compute/src/internal/op/Tanh.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Tanh.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Tanh.h diff --git a/runtimes/pure_arm_compute/src/internal/op/TopKV2.cc b/runtime/contrib/pure_arm_compute/src/internal/op/TopKV2.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/TopKV2.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/TopKV2.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/TopKV2.h b/runtime/contrib/pure_arm_compute/src/internal/op/TopKV2.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/TopKV2.h rename to runtime/contrib/pure_arm_compute/src/internal/op/TopKV2.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Transpose.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Transpose.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Transpose.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Transpose.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Transpose.h b/runtime/contrib/pure_arm_compute/src/internal/op/Transpose.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Transpose.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Transpose.h diff --git a/runtimes/pure_arm_compute/src/internal/op/TransposeConv.cc b/runtime/contrib/pure_arm_compute/src/internal/op/TransposeConv.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/TransposeConv.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/TransposeConv.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/TransposeConv.h b/runtime/contrib/pure_arm_compute/src/internal/op/TransposeConv.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/TransposeConv.h rename to runtime/contrib/pure_arm_compute/src/internal/op/TransposeConv.h diff --git a/runtimes/pure_arm_compute/src/internal/op/Unpack.cc b/runtime/contrib/pure_arm_compute/src/internal/op/Unpack.cc similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Unpack.cc rename to runtime/contrib/pure_arm_compute/src/internal/op/Unpack.cc diff --git a/runtimes/pure_arm_compute/src/internal/op/Unpack.h b/runtime/contrib/pure_arm_compute/src/internal/op/Unpack.h similarity index 100% rename from runtimes/pure_arm_compute/src/internal/op/Unpack.h rename to runtime/contrib/pure_arm_compute/src/internal/op/Unpack.h diff --git a/runtimes/pure_arm_compute/src/library_info.cc b/runtime/contrib/pure_arm_compute/src/library_info.cc similarity index 100% rename from runtimes/pure_arm_compute/src/library_info.cc rename to runtime/contrib/pure_arm_compute/src/library_info.cc diff --git a/runtimes/pure_arm_compute/src/logging.h b/runtime/contrib/pure_arm_compute/src/logging.h similarity index 100% rename from runtimes/pure_arm_compute/src/logging.h rename to runtime/contrib/pure_arm_compute/src/logging.h diff --git a/runtimes/pure_arm_compute/src/memory.cc b/runtime/contrib/pure_arm_compute/src/memory.cc similarity index 100% rename from runtimes/pure_arm_compute/src/memory.cc rename to runtime/contrib/pure_arm_compute/src/memory.cc diff --git a/runtimes/pure_arm_compute/src/memory.h b/runtime/contrib/pure_arm_compute/src/memory.h similarity index 100% rename from runtimes/pure_arm_compute/src/memory.h rename to runtime/contrib/pure_arm_compute/src/memory.h diff --git a/runtimes/pure_arm_compute/src/model.cc b/runtime/contrib/pure_arm_compute/src/model.cc similarity index 100% rename from runtimes/pure_arm_compute/src/model.cc rename to runtime/contrib/pure_arm_compute/src/model.cc diff --git a/runtimes/pure_arm_compute/src/model.h b/runtime/contrib/pure_arm_compute/src/model.h similarity index 100% rename from runtimes/pure_arm_compute/src/model.h rename to runtime/contrib/pure_arm_compute/src/model.h diff --git a/runtimes/pure_arm_compute/symbolcheck.cpp b/runtime/contrib/pure_arm_compute/symbolcheck.cpp similarity index 100% rename from runtimes/pure_arm_compute/symbolcheck.cpp rename to runtime/contrib/pure_arm_compute/symbolcheck.cpp diff --git a/runtimes/contrib/tflite_classify/CMakeLists.txt b/runtime/contrib/tflite_classify/CMakeLists.txt similarity index 100% rename from runtimes/contrib/tflite_classify/CMakeLists.txt rename to runtime/contrib/tflite_classify/CMakeLists.txt diff --git a/runtimes/contrib/tflite_classify/src/ImageClassifier.cc b/runtime/contrib/tflite_classify/src/ImageClassifier.cc similarity index 100% rename from runtimes/contrib/tflite_classify/src/ImageClassifier.cc rename to runtime/contrib/tflite_classify/src/ImageClassifier.cc diff --git a/runtimes/contrib/tflite_classify/src/ImageClassifier.h b/runtime/contrib/tflite_classify/src/ImageClassifier.h similarity index 100% rename from runtimes/contrib/tflite_classify/src/ImageClassifier.h rename to runtime/contrib/tflite_classify/src/ImageClassifier.h diff --git a/runtimes/contrib/tflite_classify/src/InferenceInterface.cc b/runtime/contrib/tflite_classify/src/InferenceInterface.cc similarity index 100% rename from runtimes/contrib/tflite_classify/src/InferenceInterface.cc rename to runtime/contrib/tflite_classify/src/InferenceInterface.cc diff --git a/runtimes/contrib/tflite_classify/src/InferenceInterface.h b/runtime/contrib/tflite_classify/src/InferenceInterface.h similarity index 100% rename from runtimes/contrib/tflite_classify/src/InferenceInterface.h rename to runtime/contrib/tflite_classify/src/InferenceInterface.h diff --git a/runtimes/contrib/tflite_classify/src/tflite_classify.cc b/runtime/contrib/tflite_classify/src/tflite_classify.cc similarity index 100% rename from runtimes/contrib/tflite_classify/src/tflite_classify.cc rename to runtime/contrib/tflite_classify/src/tflite_classify.cc diff --git a/runtimes/contrib/tflite_test/CMakeLists.txt b/runtime/contrib/tflite_test/CMakeLists.txt similarity index 100% rename from runtimes/contrib/tflite_test/CMakeLists.txt rename to runtime/contrib/tflite_test/CMakeLists.txt diff --git a/runtimes/contrib/tflite_test/tflite_test.cpp b/runtime/contrib/tflite_test/tflite_test.cpp similarity index 100% rename from runtimes/contrib/tflite_test/tflite_test.cpp rename to runtime/contrib/tflite_test/tflite_test.cpp diff --git a/runtimes/contrib/uben/CMakeLists.txt b/runtime/contrib/uben/CMakeLists.txt similarity index 100% rename from runtimes/contrib/uben/CMakeLists.txt rename to runtime/contrib/uben/CMakeLists.txt diff --git a/runtimes/contrib/uben/Convolution.cpp b/runtime/contrib/uben/Convolution.cpp similarity index 100% rename from runtimes/contrib/uben/Convolution.cpp rename to runtime/contrib/uben/Convolution.cpp diff --git a/runtimes/contrib/uben/Softmax.cpp b/runtime/contrib/uben/Softmax.cpp similarity index 100% rename from runtimes/contrib/uben/Softmax.cpp rename to runtime/contrib/uben/Softmax.cpp diff --git a/runtimes/contrib/xtrace/CMakeLists.txt b/runtime/contrib/xtrace/CMakeLists.txt similarity index 100% rename from runtimes/contrib/xtrace/CMakeLists.txt rename to runtime/contrib/xtrace/CMakeLists.txt diff --git a/runtimes/contrib/xtrace/src/benchmark_event.cc b/runtime/contrib/xtrace/src/benchmark_event.cc similarity index 100% rename from runtimes/contrib/xtrace/src/benchmark_event.cc rename to runtime/contrib/xtrace/src/benchmark_event.cc diff --git a/runtimes/contrib/xtrace/src/benchmark_event.h b/runtime/contrib/xtrace/src/benchmark_event.h similarity index 100% rename from runtimes/contrib/xtrace/src/benchmark_event.h rename to runtime/contrib/xtrace/src/benchmark_event.h diff --git a/runtimes/contrib/xtrace/src/benchmark_runner.cc b/runtime/contrib/xtrace/src/benchmark_runner.cc similarity index 100% rename from runtimes/contrib/xtrace/src/benchmark_runner.cc rename to runtime/contrib/xtrace/src/benchmark_runner.cc diff --git a/runtimes/contrib/xtrace/src/benchmark_runner.h b/runtime/contrib/xtrace/src/benchmark_runner.h similarity index 100% rename from runtimes/contrib/xtrace/src/benchmark_runner.h rename to runtime/contrib/xtrace/src/benchmark_runner.h diff --git a/runtimes/contrib/xtrace/src/event_collector.cc b/runtime/contrib/xtrace/src/event_collector.cc similarity index 100% rename from runtimes/contrib/xtrace/src/event_collector.cc rename to runtime/contrib/xtrace/src/event_collector.cc diff --git a/runtimes/contrib/xtrace/src/event_collector.h b/runtime/contrib/xtrace/src/event_collector.h similarity index 100% rename from runtimes/contrib/xtrace/src/event_collector.h rename to runtime/contrib/xtrace/src/event_collector.h diff --git a/runtimes/contrib/xtrace/src/event_recorder.cc b/runtime/contrib/xtrace/src/event_recorder.cc similarity index 100% rename from runtimes/contrib/xtrace/src/event_recorder.cc rename to runtime/contrib/xtrace/src/event_recorder.cc diff --git a/runtimes/contrib/xtrace/src/event_recorder.h b/runtime/contrib/xtrace/src/event_recorder.h similarity index 100% rename from runtimes/contrib/xtrace/src/event_recorder.h rename to runtime/contrib/xtrace/src/event_recorder.h diff --git a/runtimes/contrib/xtrace/src/str.h b/runtime/contrib/xtrace/src/str.h similarity index 100% rename from runtimes/contrib/xtrace/src/str.h rename to runtime/contrib/xtrace/src/str.h diff --git a/runtimes/contrib/xtrace/src/xtrace.cc b/runtime/contrib/xtrace/src/xtrace.cc similarity index 100% rename from runtimes/contrib/xtrace/src/xtrace.cc rename to runtime/contrib/xtrace/src/xtrace.cc diff --git a/runtimes/libs/CMakeLists.txt b/runtime/libs/CMakeLists.txt similarity index 100% rename from runtimes/libs/CMakeLists.txt rename to runtime/libs/CMakeLists.txt diff --git a/runtimes/libs/cpp14/CMakeLists.txt b/runtime/libs/cpp14/CMakeLists.txt similarity index 100% rename from runtimes/libs/cpp14/CMakeLists.txt rename to runtime/libs/cpp14/CMakeLists.txt diff --git a/runtimes/libs/cpp14/include/cpp14/memory.h b/runtime/libs/cpp14/include/cpp14/memory.h similarity index 100% rename from runtimes/libs/cpp14/include/cpp14/memory.h rename to runtime/libs/cpp14/include/cpp14/memory.h diff --git a/runtimes/libs/jsoncpp/CMakeLists.txt b/runtime/libs/jsoncpp/CMakeLists.txt similarity index 100% rename from runtimes/libs/jsoncpp/CMakeLists.txt rename to runtime/libs/jsoncpp/CMakeLists.txt diff --git a/runtimes/libs/jsoncpp/README.md b/runtime/libs/jsoncpp/README.md similarity index 100% rename from runtimes/libs/jsoncpp/README.md rename to runtime/libs/jsoncpp/README.md diff --git a/runtimes/libs/jsoncpp/json/json-forwards.h b/runtime/libs/jsoncpp/json/json-forwards.h similarity index 100% rename from runtimes/libs/jsoncpp/json/json-forwards.h rename to runtime/libs/jsoncpp/json/json-forwards.h diff --git a/runtimes/libs/jsoncpp/json/json.h b/runtime/libs/jsoncpp/json/json.h similarity index 100% rename from runtimes/libs/jsoncpp/json/json.h rename to runtime/libs/jsoncpp/json/json.h diff --git a/runtimes/libs/jsoncpp/jsoncpp.cpp b/runtime/libs/jsoncpp/jsoncpp.cpp similarity index 100% rename from runtimes/libs/jsoncpp/jsoncpp.cpp rename to runtime/libs/jsoncpp/jsoncpp.cpp diff --git a/runtimes/libs/misc/CMakeLists.txt b/runtime/libs/misc/CMakeLists.txt similarity index 100% rename from runtimes/libs/misc/CMakeLists.txt rename to runtime/libs/misc/CMakeLists.txt diff --git a/runtimes/libs/misc/examples/tensor_index_iterator.cpp b/runtime/libs/misc/examples/tensor_index_iterator.cpp similarity index 100% rename from runtimes/libs/misc/examples/tensor_index_iterator.cpp rename to runtime/libs/misc/examples/tensor_index_iterator.cpp diff --git a/runtimes/libs/misc/include/misc/EnvVar.h b/runtime/libs/misc/include/misc/EnvVar.h similarity index 100% rename from runtimes/libs/misc/include/misc/EnvVar.h rename to runtime/libs/misc/include/misc/EnvVar.h diff --git a/runtimes/libs/misc/include/misc/benchmark.h b/runtime/libs/misc/include/misc/benchmark.h similarity index 100% rename from runtimes/libs/misc/include/misc/benchmark.h rename to runtime/libs/misc/include/misc/benchmark.h diff --git a/runtimes/libs/misc/include/misc/feature/Index.h b/runtime/libs/misc/include/misc/feature/Index.h similarity index 100% rename from runtimes/libs/misc/include/misc/feature/Index.h rename to runtime/libs/misc/include/misc/feature/Index.h diff --git a/runtimes/libs/misc/include/misc/feature/IndexIterator.h b/runtime/libs/misc/include/misc/feature/IndexIterator.h similarity index 100% rename from runtimes/libs/misc/include/misc/feature/IndexIterator.h rename to runtime/libs/misc/include/misc/feature/IndexIterator.h diff --git a/runtimes/libs/misc/include/misc/feature/Object.h b/runtime/libs/misc/include/misc/feature/Object.h similarity index 100% rename from runtimes/libs/misc/include/misc/feature/Object.h rename to runtime/libs/misc/include/misc/feature/Object.h diff --git a/runtimes/libs/misc/include/misc/feature/Reader.h b/runtime/libs/misc/include/misc/feature/Reader.h similarity index 100% rename from runtimes/libs/misc/include/misc/feature/Reader.h rename to runtime/libs/misc/include/misc/feature/Reader.h diff --git a/runtimes/libs/misc/include/misc/feature/Shape.h b/runtime/libs/misc/include/misc/feature/Shape.h similarity index 100% rename from runtimes/libs/misc/include/misc/feature/Shape.h rename to runtime/libs/misc/include/misc/feature/Shape.h diff --git a/runtimes/libs/misc/include/misc/feature/TextFormatter.h b/runtime/libs/misc/include/misc/feature/TextFormatter.h similarity index 100% rename from runtimes/libs/misc/include/misc/feature/TextFormatter.h rename to runtime/libs/misc/include/misc/feature/TextFormatter.h diff --git a/runtimes/libs/misc/include/misc/fp32.h b/runtime/libs/misc/include/misc/fp32.h similarity index 100% rename from runtimes/libs/misc/include/misc/fp32.h rename to runtime/libs/misc/include/misc/fp32.h diff --git a/runtimes/libs/misc/include/misc/kernel/IndexIterator.h b/runtime/libs/misc/include/misc/kernel/IndexIterator.h similarity index 100% rename from runtimes/libs/misc/include/misc/kernel/IndexIterator.h rename to runtime/libs/misc/include/misc/kernel/IndexIterator.h diff --git a/runtimes/libs/misc/include/misc/kernel/Reader.h b/runtime/libs/misc/include/misc/kernel/Reader.h similarity index 100% rename from runtimes/libs/misc/include/misc/kernel/Reader.h rename to runtime/libs/misc/include/misc/kernel/Reader.h diff --git a/runtimes/libs/misc/include/misc/kernel/Shape.h b/runtime/libs/misc/include/misc/kernel/Shape.h similarity index 100% rename from runtimes/libs/misc/include/misc/kernel/Shape.h rename to runtime/libs/misc/include/misc/kernel/Shape.h diff --git a/runtimes/libs/misc/include/misc/matrix/IndexIterator.h b/runtime/libs/misc/include/misc/matrix/IndexIterator.h similarity index 100% rename from runtimes/libs/misc/include/misc/matrix/IndexIterator.h rename to runtime/libs/misc/include/misc/matrix/IndexIterator.h diff --git a/runtimes/libs/misc/include/misc/matrix/Reader.h b/runtime/libs/misc/include/misc/matrix/Reader.h similarity index 100% rename from runtimes/libs/misc/include/misc/matrix/Reader.h rename to runtime/libs/misc/include/misc/matrix/Reader.h diff --git a/runtimes/libs/misc/include/misc/matrix/Shape.h b/runtime/libs/misc/include/misc/matrix/Shape.h similarity index 100% rename from runtimes/libs/misc/include/misc/matrix/Shape.h rename to runtime/libs/misc/include/misc/matrix/Shape.h diff --git a/runtimes/libs/misc/include/misc/polymorphic_downcast.h b/runtime/libs/misc/include/misc/polymorphic_downcast.h similarity index 100% rename from runtimes/libs/misc/include/misc/polymorphic_downcast.h rename to runtime/libs/misc/include/misc/polymorphic_downcast.h diff --git a/runtimes/libs/misc/include/misc/string_helpers.h b/runtime/libs/misc/include/misc/string_helpers.h similarity index 100% rename from runtimes/libs/misc/include/misc/string_helpers.h rename to runtime/libs/misc/include/misc/string_helpers.h diff --git a/runtimes/libs/misc/include/misc/tensor/Comparator.h b/runtime/libs/misc/include/misc/tensor/Comparator.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/Comparator.h rename to runtime/libs/misc/include/misc/tensor/Comparator.h diff --git a/runtimes/libs/misc/include/misc/tensor/Diff.h b/runtime/libs/misc/include/misc/tensor/Diff.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/Diff.h rename to runtime/libs/misc/include/misc/tensor/Diff.h diff --git a/runtimes/libs/misc/include/misc/tensor/Index.h b/runtime/libs/misc/include/misc/tensor/Index.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/Index.h rename to runtime/libs/misc/include/misc/tensor/Index.h diff --git a/runtimes/libs/misc/include/misc/tensor/IndexEnumerator.h b/runtime/libs/misc/include/misc/tensor/IndexEnumerator.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/IndexEnumerator.h rename to runtime/libs/misc/include/misc/tensor/IndexEnumerator.h diff --git a/runtimes/libs/misc/include/misc/tensor/IndexFormatter.h b/runtime/libs/misc/include/misc/tensor/IndexFormatter.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/IndexFormatter.h rename to runtime/libs/misc/include/misc/tensor/IndexFormatter.h diff --git a/runtimes/libs/misc/include/misc/tensor/IndexIterator.h b/runtime/libs/misc/include/misc/tensor/IndexIterator.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/IndexIterator.h rename to runtime/libs/misc/include/misc/tensor/IndexIterator.h diff --git a/runtimes/libs/misc/include/misc/tensor/NonIncreasingStride.h b/runtime/libs/misc/include/misc/tensor/NonIncreasingStride.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/NonIncreasingStride.h rename to runtime/libs/misc/include/misc/tensor/NonIncreasingStride.h diff --git a/runtimes/libs/misc/include/misc/tensor/Object.h b/runtime/libs/misc/include/misc/tensor/Object.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/Object.h rename to runtime/libs/misc/include/misc/tensor/Object.h diff --git a/runtimes/libs/misc/include/misc/tensor/Reader.h b/runtime/libs/misc/include/misc/tensor/Reader.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/Reader.h rename to runtime/libs/misc/include/misc/tensor/Reader.h diff --git a/runtimes/libs/misc/include/misc/tensor/Shape.h b/runtime/libs/misc/include/misc/tensor/Shape.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/Shape.h rename to runtime/libs/misc/include/misc/tensor/Shape.h diff --git a/runtimes/libs/misc/include/misc/tensor/Zipper.h b/runtime/libs/misc/include/misc/tensor/Zipper.h similarity index 100% rename from runtimes/libs/misc/include/misc/tensor/Zipper.h rename to runtime/libs/misc/include/misc/tensor/Zipper.h diff --git a/runtimes/libs/misc/include/misc/vector.h b/runtime/libs/misc/include/misc/vector.h similarity index 100% rename from runtimes/libs/misc/include/misc/vector.h rename to runtime/libs/misc/include/misc/vector.h diff --git a/runtimes/libs/misc/include/misc/vector/Object.h b/runtime/libs/misc/include/misc/vector/Object.h similarity index 100% rename from runtimes/libs/misc/include/misc/vector/Object.h rename to runtime/libs/misc/include/misc/vector/Object.h diff --git a/runtimes/libs/misc/include/misc/vector/Reader.h b/runtime/libs/misc/include/misc/vector/Reader.h similarity index 100% rename from runtimes/libs/misc/include/misc/vector/Reader.h rename to runtime/libs/misc/include/misc/vector/Reader.h diff --git a/runtimes/libs/misc/src/tensor/Comparator.cpp b/runtime/libs/misc/src/tensor/Comparator.cpp similarity index 100% rename from runtimes/libs/misc/src/tensor/Comparator.cpp rename to runtime/libs/misc/src/tensor/Comparator.cpp diff --git a/runtimes/libs/misc/src/tensor/IndexFormatter.cpp b/runtime/libs/misc/src/tensor/IndexFormatter.cpp similarity index 100% rename from runtimes/libs/misc/src/tensor/IndexFormatter.cpp rename to runtime/libs/misc/src/tensor/IndexFormatter.cpp diff --git a/runtimes/libs/misc/src/tensor/NonIncreasingStride.cpp b/runtime/libs/misc/src/tensor/NonIncreasingStride.cpp similarity index 100% rename from runtimes/libs/misc/src/tensor/NonIncreasingStride.cpp rename to runtime/libs/misc/src/tensor/NonIncreasingStride.cpp diff --git a/runtimes/libs/misc/src/tensor/Shape.cpp b/runtime/libs/misc/src/tensor/Shape.cpp similarity index 100% rename from runtimes/libs/misc/src/tensor/Shape.cpp rename to runtime/libs/misc/src/tensor/Shape.cpp diff --git a/runtimes/libs/nnapi/CMakeLists.txt b/runtime/libs/nnapi/CMakeLists.txt similarity index 100% rename from runtimes/libs/nnapi/CMakeLists.txt rename to runtime/libs/nnapi/CMakeLists.txt diff --git a/runtimes/libs/nnapi/v1.1/CMakeLists.txt b/runtime/libs/nnapi/v1.1/CMakeLists.txt similarity index 100% rename from runtimes/libs/nnapi/v1.1/CMakeLists.txt rename to runtime/libs/nnapi/v1.1/CMakeLists.txt diff --git a/runtimes/libs/nnapi/v1.1/include/NeuralNetworksExShim.h b/runtime/libs/nnapi/v1.1/include/NeuralNetworksExShim.h similarity index 100% rename from runtimes/libs/nnapi/v1.1/include/NeuralNetworksExShim.h rename to runtime/libs/nnapi/v1.1/include/NeuralNetworksExShim.h diff --git a/runtimes/libs/nnapi/v1.1/include/NeuralNetworksLoadHelpers.h b/runtime/libs/nnapi/v1.1/include/NeuralNetworksLoadHelpers.h similarity index 100% rename from runtimes/libs/nnapi/v1.1/include/NeuralNetworksLoadHelpers.h rename to runtime/libs/nnapi/v1.1/include/NeuralNetworksLoadHelpers.h diff --git a/runtimes/libs/nnapi/v1.1/include/NeuralNetworksShim.h b/runtime/libs/nnapi/v1.1/include/NeuralNetworksShim.h similarity index 100% rename from runtimes/libs/nnapi/v1.1/include/NeuralNetworksShim.h rename to runtime/libs/nnapi/v1.1/include/NeuralNetworksShim.h diff --git a/runtimes/libs/nnapi/v1.2/CMakeLists.txt b/runtime/libs/nnapi/v1.2/CMakeLists.txt similarity index 100% rename from runtimes/libs/nnapi/v1.2/CMakeLists.txt rename to runtime/libs/nnapi/v1.2/CMakeLists.txt diff --git a/runtimes/libs/nnapi/v1.2/include/NeuralNetworksExShim.h b/runtime/libs/nnapi/v1.2/include/NeuralNetworksExShim.h similarity index 100% rename from runtimes/libs/nnapi/v1.2/include/NeuralNetworksExShim.h rename to runtime/libs/nnapi/v1.2/include/NeuralNetworksExShim.h diff --git a/runtimes/libs/nnapi/v1.2/include/NeuralNetworksLoadHelpers.h b/runtime/libs/nnapi/v1.2/include/NeuralNetworksLoadHelpers.h similarity index 100% rename from runtimes/libs/nnapi/v1.2/include/NeuralNetworksLoadHelpers.h rename to runtime/libs/nnapi/v1.2/include/NeuralNetworksLoadHelpers.h diff --git a/runtimes/libs/nnapi/v1.2/include/NeuralNetworksShim.h b/runtime/libs/nnapi/v1.2/include/NeuralNetworksShim.h similarity index 100% rename from runtimes/libs/nnapi/v1.2/include/NeuralNetworksShim.h rename to runtime/libs/nnapi/v1.2/include/NeuralNetworksShim.h diff --git a/runtimes/libs/nnapi/v1.2/include/NeuralNetworksTypes.h b/runtime/libs/nnapi/v1.2/include/NeuralNetworksTypes.h similarity index 100% rename from runtimes/libs/nnapi/v1.2/include/NeuralNetworksTypes.h rename to runtime/libs/nnapi/v1.2/include/NeuralNetworksTypes.h diff --git a/runtimes/libs/profiling/CMakeLists.txt b/runtime/libs/profiling/CMakeLists.txt similarity index 100% rename from runtimes/libs/profiling/CMakeLists.txt rename to runtime/libs/profiling/CMakeLists.txt diff --git a/runtimes/libs/profiling/include/profiling/profile_buffer.h b/runtime/libs/profiling/include/profiling/profile_buffer.h similarity index 100% rename from runtimes/libs/profiling/include/profiling/profile_buffer.h rename to runtime/libs/profiling/include/profiling/profile_buffer.h diff --git a/runtimes/libs/profiling/include/profiling/profiler.h b/runtime/libs/profiling/include/profiling/profiler.h similarity index 100% rename from runtimes/libs/profiling/include/profiling/profiler.h rename to runtime/libs/profiling/include/profiling/profiler.h diff --git a/runtimes/libs/profiling/include/profiling/profiling.h b/runtime/libs/profiling/include/profiling/profiling.h similarity index 100% rename from runtimes/libs/profiling/include/profiling/profiling.h rename to runtime/libs/profiling/include/profiling/profiling.h diff --git a/runtimes/libs/profiling/include/profiling/time.h b/runtime/libs/profiling/include/profiling/time.h similarity index 100% rename from runtimes/libs/profiling/include/profiling/time.h rename to runtime/libs/profiling/include/profiling/time.h diff --git a/runtimes/libs/profiling/src/profiling/time.cpp b/runtime/libs/profiling/src/profiling/time.cpp similarity index 100% rename from runtimes/libs/profiling/src/profiling/time.cpp rename to runtime/libs/profiling/src/profiling/time.cpp diff --git a/runtimes/libs/rua/CMakeLists.txt b/runtime/libs/rua/CMakeLists.txt similarity index 100% rename from runtimes/libs/rua/CMakeLists.txt rename to runtime/libs/rua/CMakeLists.txt diff --git a/runtimes/libs/rua/README.md b/runtime/libs/rua/README.md similarity index 100% rename from runtimes/libs/rua/README.md rename to runtime/libs/rua/README.md diff --git a/runtimes/libs/rua/anchor/CMakeLists.txt b/runtime/libs/rua/anchor/CMakeLists.txt similarity index 100% rename from runtimes/libs/rua/anchor/CMakeLists.txt rename to runtime/libs/rua/anchor/CMakeLists.txt diff --git a/runtimes/libs/rua/anchor/include/rua/Anchor.h b/runtime/libs/rua/anchor/include/rua/Anchor.h similarity index 100% rename from runtimes/libs/rua/anchor/include/rua/Anchor.h rename to runtime/libs/rua/anchor/include/rua/Anchor.h diff --git a/runtimes/libs/rua/anchor/src/Anchor.cpp b/runtime/libs/rua/anchor/src/Anchor.cpp similarity index 100% rename from runtimes/libs/rua/anchor/src/Anchor.cpp rename to runtime/libs/rua/anchor/src/Anchor.cpp diff --git a/runtimes/libs/rua/core/CMakeLists.txt b/runtime/libs/rua/core/CMakeLists.txt similarity index 100% rename from runtimes/libs/rua/core/CMakeLists.txt rename to runtime/libs/rua/core/CMakeLists.txt diff --git a/runtimes/libs/rua/core/include/rua/Service.h b/runtime/libs/rua/core/include/rua/Service.h similarity index 100% rename from runtimes/libs/rua/core/include/rua/Service.h rename to runtime/libs/rua/core/include/rua/Service.h diff --git a/runtimes/libs/rua/dyn/CMakeLists.txt b/runtime/libs/rua/dyn/CMakeLists.txt similarity index 100% rename from runtimes/libs/rua/dyn/CMakeLists.txt rename to runtime/libs/rua/dyn/CMakeLists.txt diff --git a/runtimes/libs/rua/dyn/include/rua/DynamicBinder.h b/runtime/libs/rua/dyn/include/rua/DynamicBinder.h similarity index 100% rename from runtimes/libs/rua/dyn/include/rua/DynamicBinder.h rename to runtime/libs/rua/dyn/include/rua/DynamicBinder.h diff --git a/runtimes/libs/rua/dyn/src/DynamicBinder.cpp b/runtime/libs/rua/dyn/src/DynamicBinder.cpp similarity index 100% rename from runtimes/libs/rua/dyn/src/DynamicBinder.cpp rename to runtime/libs/rua/dyn/src/DynamicBinder.cpp diff --git a/runtimes/libs/rua/shim/CMakeLists.txt b/runtime/libs/rua/shim/CMakeLists.txt similarity index 100% rename from runtimes/libs/rua/shim/CMakeLists.txt rename to runtime/libs/rua/shim/CMakeLists.txt diff --git a/runtimes/libs/rua/shim/include/rua/Shim.h b/runtime/libs/rua/shim/include/rua/Shim.h similarity index 100% rename from runtimes/libs/rua/shim/include/rua/Shim.h rename to runtime/libs/rua/shim/include/rua/Shim.h diff --git a/runtimes/libs/tflite/CMakeLists.txt b/runtime/libs/tflite/CMakeLists.txt similarity index 100% rename from runtimes/libs/tflite/CMakeLists.txt rename to runtime/libs/tflite/CMakeLists.txt diff --git a/runtimes/libs/tflite/include/tflite/Assert.h b/runtime/libs/tflite/include/tflite/Assert.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/Assert.h rename to runtime/libs/tflite/include/tflite/Assert.h diff --git a/runtimes/libs/tflite/include/tflite/Diff.h b/runtime/libs/tflite/include/tflite/Diff.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/Diff.h rename to runtime/libs/tflite/include/tflite/Diff.h diff --git a/runtimes/libs/tflite/include/tflite/FeatureView.h b/runtime/libs/tflite/include/tflite/FeatureView.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/FeatureView.h rename to runtime/libs/tflite/include/tflite/FeatureView.h diff --git a/runtimes/libs/tflite/include/tflite/InputIndex.h b/runtime/libs/tflite/include/tflite/InputIndex.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/InputIndex.h rename to runtime/libs/tflite/include/tflite/InputIndex.h diff --git a/runtimes/libs/tflite/include/tflite/InterpreterSession.h b/runtime/libs/tflite/include/tflite/InterpreterSession.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/InterpreterSession.h rename to runtime/libs/tflite/include/tflite/InterpreterSession.h diff --git a/runtimes/libs/tflite/include/tflite/NNAPISession.h b/runtime/libs/tflite/include/tflite/NNAPISession.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/NNAPISession.h rename to runtime/libs/tflite/include/tflite/NNAPISession.h diff --git a/runtimes/libs/tflite/include/tflite/OutputIndex.h b/runtime/libs/tflite/include/tflite/OutputIndex.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/OutputIndex.h rename to runtime/libs/tflite/include/tflite/OutputIndex.h diff --git a/runtimes/libs/tflite/include/tflite/Quantization.h b/runtime/libs/tflite/include/tflite/Quantization.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/Quantization.h rename to runtime/libs/tflite/include/tflite/Quantization.h diff --git a/runtimes/libs/tflite/include/tflite/Session.h b/runtime/libs/tflite/include/tflite/Session.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/Session.h rename to runtime/libs/tflite/include/tflite/Session.h diff --git a/runtimes/libs/tflite/include/tflite/TensorLogger.h b/runtime/libs/tflite/include/tflite/TensorLogger.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/TensorLogger.h rename to runtime/libs/tflite/include/tflite/TensorLogger.h diff --git a/runtimes/libs/tflite/include/tflite/TensorShapeUtils.h b/runtime/libs/tflite/include/tflite/TensorShapeUtils.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/TensorShapeUtils.h rename to runtime/libs/tflite/include/tflite/TensorShapeUtils.h diff --git a/runtimes/libs/tflite/include/tflite/TensorUtils.h b/runtime/libs/tflite/include/tflite/TensorUtils.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/TensorUtils.h rename to runtime/libs/tflite/include/tflite/TensorUtils.h diff --git a/runtimes/libs/tflite/include/tflite/TensorView.h b/runtime/libs/tflite/include/tflite/TensorView.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/TensorView.h rename to runtime/libs/tflite/include/tflite/TensorView.h diff --git a/runtimes/libs/tflite/include/tflite/interp/Builder.h b/runtime/libs/tflite/include/tflite/interp/Builder.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/interp/Builder.h rename to runtime/libs/tflite/include/tflite/interp/Builder.h diff --git a/runtimes/libs/tflite/include/tflite/interp/FlatBufferBuilder.h b/runtime/libs/tflite/include/tflite/interp/FlatBufferBuilder.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/interp/FlatBufferBuilder.h rename to runtime/libs/tflite/include/tflite/interp/FlatBufferBuilder.h diff --git a/runtimes/libs/tflite/include/tflite/interp/FunctionBuilder.h b/runtime/libs/tflite/include/tflite/interp/FunctionBuilder.h similarity index 100% rename from runtimes/libs/tflite/include/tflite/interp/FunctionBuilder.h rename to runtime/libs/tflite/include/tflite/interp/FunctionBuilder.h diff --git a/runtimes/libs/tflite/port/1.13.1/CMakeLists.txt b/runtime/libs/tflite/port/1.13.1/CMakeLists.txt similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/CMakeLists.txt rename to runtime/libs/tflite/port/1.13.1/CMakeLists.txt diff --git a/runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/Abs.h b/runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/Abs.h similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/Abs.h rename to runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/Abs.h diff --git a/runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/CustomOps.h b/runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/CustomOps.h similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/CustomOps.h rename to runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/CustomOps.h diff --git a/runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/SquaredDifference.h b/runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/SquaredDifference.h similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/SquaredDifference.h rename to runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/SquaredDifference.h diff --git a/runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowMax.h b/runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowMax.h similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowMax.h rename to runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowMax.h diff --git a/runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowSum.h b/runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowSum.h similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowSum.h rename to runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/TensorFlowSum.h diff --git a/runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/register.h b/runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/register.h similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/kernels/register.h rename to runtime/libs/tflite/port/1.13.1/include/tflite/ext/kernels/register.h diff --git a/runtimes/libs/tflite/port/1.13.1/include/tflite/ext/nnapi_delegate.h b/runtime/libs/tflite/port/1.13.1/include/tflite/ext/nnapi_delegate.h similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/include/tflite/ext/nnapi_delegate.h rename to runtime/libs/tflite/port/1.13.1/include/tflite/ext/nnapi_delegate.h diff --git a/runtimes/libs/tflite/port/1.13.1/src/kernels/Abs.cpp b/runtime/libs/tflite/port/1.13.1/src/kernels/Abs.cpp similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/src/kernels/Abs.cpp rename to runtime/libs/tflite/port/1.13.1/src/kernels/Abs.cpp diff --git a/runtimes/libs/tflite/port/1.13.1/src/kernels/SquaredDifference.cpp b/runtime/libs/tflite/port/1.13.1/src/kernels/SquaredDifference.cpp similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/src/kernels/SquaredDifference.cpp rename to runtime/libs/tflite/port/1.13.1/src/kernels/SquaredDifference.cpp diff --git a/runtimes/libs/tflite/port/1.13.1/src/kernels/TensorFlowMax.cpp b/runtime/libs/tflite/port/1.13.1/src/kernels/TensorFlowMax.cpp similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/src/kernels/TensorFlowMax.cpp rename to runtime/libs/tflite/port/1.13.1/src/kernels/TensorFlowMax.cpp diff --git a/runtimes/libs/tflite/port/1.13.1/src/kernels/TensorFlowSum.cpp b/runtime/libs/tflite/port/1.13.1/src/kernels/TensorFlowSum.cpp similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/src/kernels/TensorFlowSum.cpp rename to runtime/libs/tflite/port/1.13.1/src/kernels/TensorFlowSum.cpp diff --git a/runtimes/libs/tflite/port/1.13.1/src/kernels/register.cpp b/runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/src/kernels/register.cpp rename to runtime/libs/tflite/port/1.13.1/src/kernels/register.cpp diff --git a/runtimes/libs/tflite/port/1.13.1/src/nnapi_delegate.cpp b/runtime/libs/tflite/port/1.13.1/src/nnapi_delegate.cpp similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/src/nnapi_delegate.cpp rename to runtime/libs/tflite/port/1.13.1/src/nnapi_delegate.cpp diff --git a/runtimes/libs/tflite/port/1.13.1/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc b/runtime/libs/tflite/port/1.13.1/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc similarity index 100% rename from runtimes/libs/tflite/port/1.13.1/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc rename to runtime/libs/tflite/port/1.13.1/src/nnapi_delegate_ex_AddOpsAndParams_lambda.inc diff --git a/runtimes/libs/tflite/port/CMakeLists.txt b/runtime/libs/tflite/port/CMakeLists.txt similarity index 100% rename from runtimes/libs/tflite/port/CMakeLists.txt rename to runtime/libs/tflite/port/CMakeLists.txt diff --git a/runtimes/libs/tflite/src/Diff.cpp b/runtime/libs/tflite/src/Diff.cpp similarity index 100% rename from runtimes/libs/tflite/src/Diff.cpp rename to runtime/libs/tflite/src/Diff.cpp diff --git a/runtimes/libs/tflite/src/FeatureView.cpp b/runtime/libs/tflite/src/FeatureView.cpp similarity index 100% rename from runtimes/libs/tflite/src/FeatureView.cpp rename to runtime/libs/tflite/src/FeatureView.cpp diff --git a/runtimes/libs/tflite/src/Quantization.cpp b/runtime/libs/tflite/src/Quantization.cpp similarity index 100% rename from runtimes/libs/tflite/src/Quantization.cpp rename to runtime/libs/tflite/src/Quantization.cpp diff --git a/runtimes/libs/tflite/src/TensorShapeUtils.cpp b/runtime/libs/tflite/src/TensorShapeUtils.cpp similarity index 100% rename from runtimes/libs/tflite/src/TensorShapeUtils.cpp rename to runtime/libs/tflite/src/TensorShapeUtils.cpp diff --git a/runtimes/libs/tflite/src/TensorView.test.cpp b/runtime/libs/tflite/src/TensorView.test.cpp similarity index 100% rename from runtimes/libs/tflite/src/TensorView.test.cpp rename to runtime/libs/tflite/src/TensorView.test.cpp diff --git a/runtimes/libs/tflite/src/interp/FlatBufferBuilder.cpp b/runtime/libs/tflite/src/interp/FlatBufferBuilder.cpp similarity index 100% rename from runtimes/libs/tflite/src/interp/FlatBufferBuilder.cpp rename to runtime/libs/tflite/src/interp/FlatBufferBuilder.cpp diff --git a/runtimes/libs/tflite/src/interp/FunctionBuilder.cpp b/runtime/libs/tflite/src/interp/FunctionBuilder.cpp similarity index 100% rename from runtimes/libs/tflite/src/interp/FunctionBuilder.cpp rename to runtime/libs/tflite/src/interp/FunctionBuilder.cpp diff --git a/runtimes/libs/xdata/CMakeLists.txt b/runtime/libs/xdata/CMakeLists.txt similarity index 100% rename from runtimes/libs/xdata/CMakeLists.txt rename to runtime/libs/xdata/CMakeLists.txt diff --git a/runtimes/libs/xdata/README.md b/runtime/libs/xdata/README.md similarity index 100% rename from runtimes/libs/xdata/README.md rename to runtime/libs/xdata/README.md diff --git a/runtimes/libs/xdata/include/xdata.h b/runtime/libs/xdata/include/xdata.h similarity index 100% rename from runtimes/libs/xdata/include/xdata.h rename to runtime/libs/xdata/include/xdata.h diff --git a/runtimes/libs/xdata/include/xdata/trace.h b/runtime/libs/xdata/include/xdata/trace.h similarity index 100% rename from runtimes/libs/xdata/include/xdata/trace.h rename to runtime/libs/xdata/include/xdata/trace.h diff --git a/runtimes/libs/xdata/src/trace.cpp b/runtime/libs/xdata/src/trace.cpp similarity index 100% rename from runtimes/libs/xdata/src/trace.cpp rename to runtime/libs/xdata/src/trace.cpp diff --git a/runtimes/libs/xprobe/CMakeLists.txt b/runtime/libs/xprobe/CMakeLists.txt similarity index 100% rename from runtimes/libs/xprobe/CMakeLists.txt rename to runtime/libs/xprobe/CMakeLists.txt diff --git a/runtimes/libs/xprobe/include/xprobe.h b/runtime/libs/xprobe/include/xprobe.h similarity index 100% rename from runtimes/libs/xprobe/include/xprobe.h rename to runtime/libs/xprobe/include/xprobe.h diff --git a/runtimes/libs/xprobe/include/xprobe/trace.h b/runtime/libs/xprobe/include/xprobe/trace.h similarity index 100% rename from runtimes/libs/xprobe/include/xprobe/trace.h rename to runtime/libs/xprobe/include/xprobe/trace.h diff --git a/runtimes/libs/xprobe/src/trace.cpp b/runtime/libs/xprobe/src/trace.cpp similarity index 100% rename from runtimes/libs/xprobe/src/trace.cpp rename to runtime/libs/xprobe/src/trace.cpp diff --git a/runtimes/libs/xray/CMakeLists.txt b/runtime/libs/xray/CMakeLists.txt similarity index 100% rename from runtimes/libs/xray/CMakeLists.txt rename to runtime/libs/xray/CMakeLists.txt diff --git a/runtimes/libs/xray/event/CMakeLists.txt b/runtime/libs/xray/event/CMakeLists.txt similarity index 100% rename from runtimes/libs/xray/event/CMakeLists.txt rename to runtime/libs/xray/event/CMakeLists.txt diff --git a/runtimes/libs/xray/event/include/xray/event.h b/runtime/libs/xray/event/include/xray/event.h similarity index 100% rename from runtimes/libs/xray/event/include/xray/event.h rename to runtime/libs/xray/event/include/xray/event.h diff --git a/runtimes/libs/xray/event/include/xray/event_category.h b/runtime/libs/xray/event/include/xray/event_category.h similarity index 100% rename from runtimes/libs/xray/event/include/xray/event_category.h rename to runtime/libs/xray/event/include/xray/event_category.h diff --git a/runtimes/libs/xray/event/include/xray/event_code.h b/runtime/libs/xray/event/include/xray/event_code.h similarity index 100% rename from runtimes/libs/xray/event/include/xray/event_code.h rename to runtime/libs/xray/event/include/xray/event_code.h diff --git a/runtimes/libs/xray/mux/CMakeLists.txt b/runtime/libs/xray/mux/CMakeLists.txt similarity index 100% rename from runtimes/libs/xray/mux/CMakeLists.txt rename to runtime/libs/xray/mux/CMakeLists.txt diff --git a/runtimes/libs/xray/mux/include/xray/mux.h b/runtime/libs/xray/mux/include/xray/mux.h similarity index 100% rename from runtimes/libs/xray/mux/include/xray/mux.h rename to runtime/libs/xray/mux/include/xray/mux.h diff --git a/runtimes/libs/xray/mux/src/mux.cc b/runtime/libs/xray/mux/src/mux.cc similarity index 100% rename from runtimes/libs/xray/mux/src/mux.cc rename to runtime/libs/xray/mux/src/mux.cc diff --git a/runtimes/libs/xray/pipe/CMakeLists.txt b/runtime/libs/xray/pipe/CMakeLists.txt similarity index 100% rename from runtimes/libs/xray/pipe/CMakeLists.txt rename to runtime/libs/xray/pipe/CMakeLists.txt diff --git a/runtimes/libs/xray/pipe/include/xray/pipe.h b/runtime/libs/xray/pipe/include/xray/pipe.h similarity index 100% rename from runtimes/libs/xray/pipe/include/xray/pipe.h rename to runtime/libs/xray/pipe/include/xray/pipe.h diff --git a/runtimes/neurun/CMakeLists.txt b/runtime/neurun/CMakeLists.txt similarity index 100% rename from runtimes/neurun/CMakeLists.txt rename to runtime/neurun/CMakeLists.txt diff --git a/runtimes/neurun/api/CMakeLists.txt b/runtime/neurun/api/CMakeLists.txt similarity index 100% rename from runtimes/neurun/api/CMakeLists.txt rename to runtime/neurun/api/CMakeLists.txt diff --git a/runtimes/neurun/api/include/nnfw.h b/runtime/neurun/api/include/nnfw.h similarity index 100% rename from runtimes/neurun/api/include/nnfw.h rename to runtime/neurun/api/include/nnfw.h diff --git a/runtimes/neurun/api/include/nnfw_dev.h b/runtime/neurun/api/include/nnfw_dev.h similarity index 100% rename from runtimes/neurun/api/include/nnfw_dev.h rename to runtime/neurun/api/include/nnfw_dev.h diff --git a/runtimes/neurun/api/src/CustomKernel.cc b/runtime/neurun/api/src/CustomKernel.cc similarity index 100% rename from runtimes/neurun/api/src/CustomKernel.cc rename to runtime/neurun/api/src/CustomKernel.cc diff --git a/runtimes/neurun/api/src/CustomKernel.h b/runtime/neurun/api/src/CustomKernel.h similarity index 100% rename from runtimes/neurun/api/src/CustomKernel.h rename to runtime/neurun/api/src/CustomKernel.h diff --git a/runtimes/neurun/api/src/CustomKernelRegistry.cc b/runtime/neurun/api/src/CustomKernelRegistry.cc similarity index 100% rename from runtimes/neurun/api/src/CustomKernelRegistry.cc rename to runtime/neurun/api/src/CustomKernelRegistry.cc diff --git a/runtimes/neurun/api/src/CustomKernelRegistry.h b/runtime/neurun/api/src/CustomKernelRegistry.h similarity index 100% rename from runtimes/neurun/api/src/CustomKernelRegistry.h rename to runtime/neurun/api/src/CustomKernelRegistry.h diff --git a/runtimes/neurun/api/src/nnfw_api.cc b/runtime/neurun/api/src/nnfw_api.cc similarity index 100% rename from runtimes/neurun/api/src/nnfw_api.cc rename to runtime/neurun/api/src/nnfw_api.cc diff --git a/runtimes/neurun/api/src/nnfw_api_internal.cc b/runtime/neurun/api/src/nnfw_api_internal.cc similarity index 100% rename from runtimes/neurun/api/src/nnfw_api_internal.cc rename to runtime/neurun/api/src/nnfw_api_internal.cc diff --git a/runtimes/neurun/api/src/nnfw_api_internal.h b/runtime/neurun/api/src/nnfw_api_internal.h similarity index 100% rename from runtimes/neurun/api/src/nnfw_api_internal.h rename to runtime/neurun/api/src/nnfw_api_internal.h diff --git a/runtimes/neurun/backend/CMakeLists.txt b/runtime/neurun/backend/CMakeLists.txt similarity index 100% rename from runtimes/neurun/backend/CMakeLists.txt rename to runtime/neurun/backend/CMakeLists.txt diff --git a/runtimes/neurun/backend/acl_cl/Backend.h b/runtime/neurun/backend/acl_cl/Backend.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/Backend.h rename to runtime/neurun/backend/acl_cl/Backend.h diff --git a/runtimes/neurun/backend/acl_cl/CLTimer.h b/runtime/neurun/backend/acl_cl/CLTimer.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/CLTimer.h rename to runtime/neurun/backend/acl_cl/CLTimer.h diff --git a/runtimes/neurun/backend/acl_cl/CMakeLists.txt b/runtime/neurun/backend/acl_cl/CMakeLists.txt similarity index 100% rename from runtimes/neurun/backend/acl_cl/CMakeLists.txt rename to runtime/neurun/backend/acl_cl/CMakeLists.txt diff --git a/runtimes/neurun/backend/acl_cl/Config.cc b/runtime/neurun/backend/acl_cl/Config.cc similarity index 100% rename from runtimes/neurun/backend/acl_cl/Config.cc rename to runtime/neurun/backend/acl_cl/Config.cc diff --git a/runtimes/neurun/backend/acl_cl/Config.h b/runtime/neurun/backend/acl_cl/Config.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/Config.h rename to runtime/neurun/backend/acl_cl/Config.h diff --git a/runtimes/neurun/backend/acl_cl/ConstantInitializer.cc b/runtime/neurun/backend/acl_cl/ConstantInitializer.cc similarity index 100% rename from runtimes/neurun/backend/acl_cl/ConstantInitializer.cc rename to runtime/neurun/backend/acl_cl/ConstantInitializer.cc diff --git a/runtimes/neurun/backend/acl_cl/ConstantInitializer.h b/runtime/neurun/backend/acl_cl/ConstantInitializer.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/ConstantInitializer.h rename to runtime/neurun/backend/acl_cl/ConstantInitializer.h diff --git a/runtimes/neurun/backend/acl_cl/KernelGenerator.cc b/runtime/neurun/backend/acl_cl/KernelGenerator.cc similarity index 100% rename from runtimes/neurun/backend/acl_cl/KernelGenerator.cc rename to runtime/neurun/backend/acl_cl/KernelGenerator.cc diff --git a/runtimes/neurun/backend/acl_cl/KernelGenerator.h b/runtime/neurun/backend/acl_cl/KernelGenerator.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/KernelGenerator.h rename to runtime/neurun/backend/acl_cl/KernelGenerator.h diff --git a/runtimes/neurun/backend/acl_cl/PluginClassesAllocator.cc b/runtime/neurun/backend/acl_cl/PluginClassesAllocator.cc similarity index 100% rename from runtimes/neurun/backend/acl_cl/PluginClassesAllocator.cc rename to runtime/neurun/backend/acl_cl/PluginClassesAllocator.cc diff --git a/runtimes/neurun/backend/acl_cl/ShapeFixer.cc b/runtime/neurun/backend/acl_cl/ShapeFixer.cc similarity index 100% rename from runtimes/neurun/backend/acl_cl/ShapeFixer.cc rename to runtime/neurun/backend/acl_cl/ShapeFixer.cc diff --git a/runtimes/neurun/backend/acl_cl/ShapeFixer.h b/runtime/neurun/backend/acl_cl/ShapeFixer.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/ShapeFixer.h rename to runtime/neurun/backend/acl_cl/ShapeFixer.h diff --git a/runtimes/neurun/backend/acl_cl/TensorBuilder.h b/runtime/neurun/backend/acl_cl/TensorBuilder.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/TensorBuilder.h rename to runtime/neurun/backend/acl_cl/TensorBuilder.h diff --git a/runtimes/neurun/backend/acl_cl/TensorManager.h b/runtime/neurun/backend/acl_cl/TensorManager.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/TensorManager.h rename to runtime/neurun/backend/acl_cl/TensorManager.h diff --git a/runtimes/neurun/backend/acl_cl/kernel/ConcatLayer.cc b/runtime/neurun/backend/acl_cl/kernel/ConcatLayer.cc similarity index 100% rename from runtimes/neurun/backend/acl_cl/kernel/ConcatLayer.cc rename to runtime/neurun/backend/acl_cl/kernel/ConcatLayer.cc diff --git a/runtimes/neurun/backend/acl_cl/kernel/ConcatLayer.h b/runtime/neurun/backend/acl_cl/kernel/ConcatLayer.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/kernel/ConcatLayer.h rename to runtime/neurun/backend/acl_cl/kernel/ConcatLayer.h diff --git a/runtimes/neurun/backend/acl_cl/operand/CLSubTensor.cc b/runtime/neurun/backend/acl_cl/operand/CLSubTensor.cc similarity index 100% rename from runtimes/neurun/backend/acl_cl/operand/CLSubTensor.cc rename to runtime/neurun/backend/acl_cl/operand/CLSubTensor.cc diff --git a/runtimes/neurun/backend/acl_cl/operand/CLSubTensor.h b/runtime/neurun/backend/acl_cl/operand/CLSubTensor.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/operand/CLSubTensor.h rename to runtime/neurun/backend/acl_cl/operand/CLSubTensor.h diff --git a/runtimes/neurun/backend/acl_cl/operand/CLTensor.cc b/runtime/neurun/backend/acl_cl/operand/CLTensor.cc similarity index 100% rename from runtimes/neurun/backend/acl_cl/operand/CLTensor.cc rename to runtime/neurun/backend/acl_cl/operand/CLTensor.cc diff --git a/runtimes/neurun/backend/acl_cl/operand/CLTensor.h b/runtime/neurun/backend/acl_cl/operand/CLTensor.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/operand/CLTensor.h rename to runtime/neurun/backend/acl_cl/operand/CLTensor.h diff --git a/runtimes/neurun/backend/acl_cl/operand/ICLTensor.h b/runtime/neurun/backend/acl_cl/operand/ICLTensor.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/operand/ICLTensor.h rename to runtime/neurun/backend/acl_cl/operand/ICLTensor.h diff --git a/runtimes/neurun/backend/acl_cl/operand/Object.cc b/runtime/neurun/backend/acl_cl/operand/Object.cc similarity index 100% rename from runtimes/neurun/backend/acl_cl/operand/Object.cc rename to runtime/neurun/backend/acl_cl/operand/Object.cc diff --git a/runtimes/neurun/backend/acl_cl/operand/Object.h b/runtime/neurun/backend/acl_cl/operand/Object.h similarity index 100% rename from runtimes/neurun/backend/acl_cl/operand/Object.h rename to runtime/neurun/backend/acl_cl/operand/Object.h diff --git a/runtimes/neurun/backend/acl_common/AclFunction.h b/runtime/neurun/backend/acl_common/AclFunction.h similarity index 100% rename from runtimes/neurun/backend/acl_common/AclFunction.h rename to runtime/neurun/backend/acl_common/AclFunction.h diff --git a/runtimes/neurun/backend/acl_common/AclInternalBufferManager.h b/runtime/neurun/backend/acl_common/AclInternalBufferManager.h similarity index 100% rename from runtimes/neurun/backend/acl_common/AclInternalBufferManager.h rename to runtime/neurun/backend/acl_common/AclInternalBufferManager.h diff --git a/runtimes/neurun/backend/acl_common/AclLinearMemoryManager.h b/runtime/neurun/backend/acl_common/AclLinearMemoryManager.h similarity index 100% rename from runtimes/neurun/backend/acl_common/AclLinearMemoryManager.h rename to runtime/neurun/backend/acl_common/AclLinearMemoryManager.h diff --git a/runtimes/neurun/backend/acl_common/AclMemoryManager.h b/runtime/neurun/backend/acl_common/AclMemoryManager.h similarity index 100% rename from runtimes/neurun/backend/acl_common/AclMemoryManager.h rename to runtime/neurun/backend/acl_common/AclMemoryManager.h diff --git a/runtimes/neurun/backend/acl_common/AclTensorManager.h b/runtime/neurun/backend/acl_common/AclTensorManager.h similarity index 100% rename from runtimes/neurun/backend/acl_common/AclTensorManager.h rename to runtime/neurun/backend/acl_common/AclTensorManager.h diff --git a/runtimes/neurun/backend/acl_common/CMakeLists.txt b/runtime/neurun/backend/acl_common/CMakeLists.txt similarity index 100% rename from runtimes/neurun/backend/acl_common/CMakeLists.txt rename to runtime/neurun/backend/acl_common/CMakeLists.txt diff --git a/runtimes/neurun/backend/acl_common/Convert.cc b/runtime/neurun/backend/acl_common/Convert.cc similarity index 100% rename from runtimes/neurun/backend/acl_common/Convert.cc rename to runtime/neurun/backend/acl_common/Convert.cc diff --git a/runtimes/neurun/backend/acl_common/Convert.h b/runtime/neurun/backend/acl_common/Convert.h similarity index 100% rename from runtimes/neurun/backend/acl_common/Convert.h rename to runtime/neurun/backend/acl_common/Convert.h diff --git a/runtimes/neurun/backend/acl_common/IACLTensor.cc b/runtime/neurun/backend/acl_common/IACLTensor.cc similarity index 100% rename from runtimes/neurun/backend/acl_common/IACLTensor.cc rename to runtime/neurun/backend/acl_common/IACLTensor.cc diff --git a/runtimes/neurun/backend/acl_common/IACLTensor.h b/runtime/neurun/backend/acl_common/IACLTensor.h similarity index 100% rename from runtimes/neurun/backend/acl_common/IACLTensor.h rename to runtime/neurun/backend/acl_common/IACLTensor.h diff --git a/runtimes/neurun/backend/acl_common/Swizzle.h b/runtime/neurun/backend/acl_common/Swizzle.h similarity index 100% rename from runtimes/neurun/backend/acl_common/Swizzle.h rename to runtime/neurun/backend/acl_common/Swizzle.h diff --git a/runtimes/neurun/backend/acl_common/TemplTensorBuilder.h b/runtime/neurun/backend/acl_common/TemplTensorBuilder.h similarity index 100% rename from runtimes/neurun/backend/acl_common/TemplTensorBuilder.h rename to runtime/neurun/backend/acl_common/TemplTensorBuilder.h diff --git a/runtimes/neurun/backend/acl_neon/Backend.h b/runtime/neurun/backend/acl_neon/Backend.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/Backend.h rename to runtime/neurun/backend/acl_neon/Backend.h diff --git a/runtimes/neurun/backend/acl_neon/CMakeLists.txt b/runtime/neurun/backend/acl_neon/CMakeLists.txt similarity index 100% rename from runtimes/neurun/backend/acl_neon/CMakeLists.txt rename to runtime/neurun/backend/acl_neon/CMakeLists.txt diff --git a/runtimes/neurun/backend/acl_neon/Config.cc b/runtime/neurun/backend/acl_neon/Config.cc similarity index 100% rename from runtimes/neurun/backend/acl_neon/Config.cc rename to runtime/neurun/backend/acl_neon/Config.cc diff --git a/runtimes/neurun/backend/acl_neon/Config.h b/runtime/neurun/backend/acl_neon/Config.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/Config.h rename to runtime/neurun/backend/acl_neon/Config.h diff --git a/runtimes/neurun/backend/acl_neon/ConstantInitializer.cc b/runtime/neurun/backend/acl_neon/ConstantInitializer.cc similarity index 100% rename from runtimes/neurun/backend/acl_neon/ConstantInitializer.cc rename to runtime/neurun/backend/acl_neon/ConstantInitializer.cc diff --git a/runtimes/neurun/backend/acl_neon/ConstantInitializer.h b/runtime/neurun/backend/acl_neon/ConstantInitializer.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/ConstantInitializer.h rename to runtime/neurun/backend/acl_neon/ConstantInitializer.h diff --git a/runtimes/neurun/backend/acl_neon/KernelGenerator.cc b/runtime/neurun/backend/acl_neon/KernelGenerator.cc similarity index 100% rename from runtimes/neurun/backend/acl_neon/KernelGenerator.cc rename to runtime/neurun/backend/acl_neon/KernelGenerator.cc diff --git a/runtimes/neurun/backend/acl_neon/KernelGenerator.h b/runtime/neurun/backend/acl_neon/KernelGenerator.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/KernelGenerator.h rename to runtime/neurun/backend/acl_neon/KernelGenerator.h diff --git a/runtimes/neurun/backend/acl_neon/PluginClassesAllocator.cc b/runtime/neurun/backend/acl_neon/PluginClassesAllocator.cc similarity index 100% rename from runtimes/neurun/backend/acl_neon/PluginClassesAllocator.cc rename to runtime/neurun/backend/acl_neon/PluginClassesAllocator.cc diff --git a/runtimes/neurun/backend/acl_neon/ShapeFixer.cc b/runtime/neurun/backend/acl_neon/ShapeFixer.cc similarity index 100% rename from runtimes/neurun/backend/acl_neon/ShapeFixer.cc rename to runtime/neurun/backend/acl_neon/ShapeFixer.cc diff --git a/runtimes/neurun/backend/acl_neon/ShapeFixer.h b/runtime/neurun/backend/acl_neon/ShapeFixer.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/ShapeFixer.h rename to runtime/neurun/backend/acl_neon/ShapeFixer.h diff --git a/runtimes/neurun/backend/acl_neon/TensorBuilder.h b/runtime/neurun/backend/acl_neon/TensorBuilder.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/TensorBuilder.h rename to runtime/neurun/backend/acl_neon/TensorBuilder.h diff --git a/runtimes/neurun/backend/acl_neon/TensorManager.h b/runtime/neurun/backend/acl_neon/TensorManager.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/TensorManager.h rename to runtime/neurun/backend/acl_neon/TensorManager.h diff --git a/runtimes/neurun/backend/acl_neon/kernel/ConcatLayer.cc b/runtime/neurun/backend/acl_neon/kernel/ConcatLayer.cc similarity index 100% rename from runtimes/neurun/backend/acl_neon/kernel/ConcatLayer.cc rename to runtime/neurun/backend/acl_neon/kernel/ConcatLayer.cc diff --git a/runtimes/neurun/backend/acl_neon/kernel/ConcatLayer.h b/runtime/neurun/backend/acl_neon/kernel/ConcatLayer.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/kernel/ConcatLayer.h rename to runtime/neurun/backend/acl_neon/kernel/ConcatLayer.h diff --git a/runtimes/neurun/backend/acl_neon/operand/INETensor.h b/runtime/neurun/backend/acl_neon/operand/INETensor.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/operand/INETensor.h rename to runtime/neurun/backend/acl_neon/operand/INETensor.h diff --git a/runtimes/neurun/backend/acl_neon/operand/NESubTensor.cc b/runtime/neurun/backend/acl_neon/operand/NESubTensor.cc similarity index 100% rename from runtimes/neurun/backend/acl_neon/operand/NESubTensor.cc rename to runtime/neurun/backend/acl_neon/operand/NESubTensor.cc diff --git a/runtimes/neurun/backend/acl_neon/operand/NESubTensor.h b/runtime/neurun/backend/acl_neon/operand/NESubTensor.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/operand/NESubTensor.h rename to runtime/neurun/backend/acl_neon/operand/NESubTensor.h diff --git a/runtimes/neurun/backend/acl_neon/operand/NETensor.cc b/runtime/neurun/backend/acl_neon/operand/NETensor.cc similarity index 100% rename from runtimes/neurun/backend/acl_neon/operand/NETensor.cc rename to runtime/neurun/backend/acl_neon/operand/NETensor.cc diff --git a/runtimes/neurun/backend/acl_neon/operand/NETensor.h b/runtime/neurun/backend/acl_neon/operand/NETensor.h similarity index 100% rename from runtimes/neurun/backend/acl_neon/operand/NETensor.h rename to runtime/neurun/backend/acl_neon/operand/NETensor.h diff --git a/runtimes/neurun/backend/cpu/Backend.h b/runtime/neurun/backend/cpu/Backend.h similarity index 100% rename from runtimes/neurun/backend/cpu/Backend.h rename to runtime/neurun/backend/cpu/Backend.h diff --git a/runtimes/neurun/backend/cpu/CMakeLists.txt b/runtime/neurun/backend/cpu/CMakeLists.txt similarity index 100% rename from runtimes/neurun/backend/cpu/CMakeLists.txt rename to runtime/neurun/backend/cpu/CMakeLists.txt diff --git a/runtimes/neurun/backend/cpu/Config.cc b/runtime/neurun/backend/cpu/Config.cc similarity index 100% rename from runtimes/neurun/backend/cpu/Config.cc rename to runtime/neurun/backend/cpu/Config.cc diff --git a/runtimes/neurun/backend/cpu/Config.h b/runtime/neurun/backend/cpu/Config.h similarity index 100% rename from runtimes/neurun/backend/cpu/Config.h rename to runtime/neurun/backend/cpu/Config.h diff --git a/runtimes/neurun/backend/cpu/ConstantInitializer.cc b/runtime/neurun/backend/cpu/ConstantInitializer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/ConstantInitializer.cc rename to runtime/neurun/backend/cpu/ConstantInitializer.cc diff --git a/runtimes/neurun/backend/cpu/ConstantInitializer.h b/runtime/neurun/backend/cpu/ConstantInitializer.h similarity index 100% rename from runtimes/neurun/backend/cpu/ConstantInitializer.h rename to runtime/neurun/backend/cpu/ConstantInitializer.h diff --git a/runtimes/neurun/backend/cpu/KernelGenerator.cc b/runtime/neurun/backend/cpu/KernelGenerator.cc similarity index 100% rename from runtimes/neurun/backend/cpu/KernelGenerator.cc rename to runtime/neurun/backend/cpu/KernelGenerator.cc diff --git a/runtimes/neurun/backend/cpu/KernelGenerator.h b/runtime/neurun/backend/cpu/KernelGenerator.h similarity index 100% rename from runtimes/neurun/backend/cpu/KernelGenerator.h rename to runtime/neurun/backend/cpu/KernelGenerator.h diff --git a/runtimes/neurun/backend/cpu/MemoryManager.cc b/runtime/neurun/backend/cpu/MemoryManager.cc similarity index 100% rename from runtimes/neurun/backend/cpu/MemoryManager.cc rename to runtime/neurun/backend/cpu/MemoryManager.cc diff --git a/runtimes/neurun/backend/cpu/MemoryManager.h b/runtime/neurun/backend/cpu/MemoryManager.h similarity index 100% rename from runtimes/neurun/backend/cpu/MemoryManager.h rename to runtime/neurun/backend/cpu/MemoryManager.h diff --git a/runtimes/neurun/backend/cpu/MemoryPlanner.cc b/runtime/neurun/backend/cpu/MemoryPlanner.cc similarity index 100% rename from runtimes/neurun/backend/cpu/MemoryPlanner.cc rename to runtime/neurun/backend/cpu/MemoryPlanner.cc diff --git a/runtimes/neurun/backend/cpu/MemoryPlanner.h b/runtime/neurun/backend/cpu/MemoryPlanner.h similarity index 100% rename from runtimes/neurun/backend/cpu/MemoryPlanner.h rename to runtime/neurun/backend/cpu/MemoryPlanner.h diff --git a/runtimes/neurun/backend/cpu/MemoryPlanner.test.cc b/runtime/neurun/backend/cpu/MemoryPlanner.test.cc similarity index 100% rename from runtimes/neurun/backend/cpu/MemoryPlanner.test.cc rename to runtime/neurun/backend/cpu/MemoryPlanner.test.cc diff --git a/runtimes/neurun/backend/cpu/MemoryPlannerFactory.cc b/runtime/neurun/backend/cpu/MemoryPlannerFactory.cc similarity index 100% rename from runtimes/neurun/backend/cpu/MemoryPlannerFactory.cc rename to runtime/neurun/backend/cpu/MemoryPlannerFactory.cc diff --git a/runtimes/neurun/backend/cpu/MemoryPlannerFactory.h b/runtime/neurun/backend/cpu/MemoryPlannerFactory.h similarity index 100% rename from runtimes/neurun/backend/cpu/MemoryPlannerFactory.h rename to runtime/neurun/backend/cpu/MemoryPlannerFactory.h diff --git a/runtimes/neurun/backend/cpu/PluginClassesAllocator.cc b/runtime/neurun/backend/cpu/PluginClassesAllocator.cc similarity index 100% rename from runtimes/neurun/backend/cpu/PluginClassesAllocator.cc rename to runtime/neurun/backend/cpu/PluginClassesAllocator.cc diff --git a/runtimes/neurun/backend/cpu/ShapeFixer.cc b/runtime/neurun/backend/cpu/ShapeFixer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/ShapeFixer.cc rename to runtime/neurun/backend/cpu/ShapeFixer.cc diff --git a/runtimes/neurun/backend/cpu/ShapeFixer.h b/runtime/neurun/backend/cpu/ShapeFixer.h similarity index 100% rename from runtimes/neurun/backend/cpu/ShapeFixer.h rename to runtime/neurun/backend/cpu/ShapeFixer.h diff --git a/runtimes/neurun/backend/cpu/TensorBuilder.cc b/runtime/neurun/backend/cpu/TensorBuilder.cc similarity index 100% rename from runtimes/neurun/backend/cpu/TensorBuilder.cc rename to runtime/neurun/backend/cpu/TensorBuilder.cc diff --git a/runtimes/neurun/backend/cpu/TensorBuilder.h b/runtime/neurun/backend/cpu/TensorBuilder.h similarity index 100% rename from runtimes/neurun/backend/cpu/TensorBuilder.h rename to runtime/neurun/backend/cpu/TensorBuilder.h diff --git a/runtimes/neurun/backend/cpu/TensorManager.cc b/runtime/neurun/backend/cpu/TensorManager.cc similarity index 100% rename from runtimes/neurun/backend/cpu/TensorManager.cc rename to runtime/neurun/backend/cpu/TensorManager.cc diff --git a/runtimes/neurun/backend/cpu/TensorManager.h b/runtime/neurun/backend/cpu/TensorManager.h similarity index 100% rename from runtimes/neurun/backend/cpu/TensorManager.h rename to runtime/neurun/backend/cpu/TensorManager.h diff --git a/runtimes/neurun/backend/cpu/kernel/AddLayer.cc b/runtime/neurun/backend/cpu/kernel/AddLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/AddLayer.cc rename to runtime/neurun/backend/cpu/kernel/AddLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/AddLayer.h b/runtime/neurun/backend/cpu/kernel/AddLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/AddLayer.h rename to runtime/neurun/backend/cpu/kernel/AddLayer.h diff --git a/runtimes/neurun/backend/cpu/kernel/AvgPoolLayer.cc b/runtime/neurun/backend/cpu/kernel/AvgPoolLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/AvgPoolLayer.cc rename to runtime/neurun/backend/cpu/kernel/AvgPoolLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/AvgPoolLayer.h b/runtime/neurun/backend/cpu/kernel/AvgPoolLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/AvgPoolLayer.h rename to runtime/neurun/backend/cpu/kernel/AvgPoolLayer.h diff --git a/runtimes/neurun/backend/cpu/kernel/ConcatLayer.cc b/runtime/neurun/backend/cpu/kernel/ConcatLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/ConcatLayer.cc rename to runtime/neurun/backend/cpu/kernel/ConcatLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/ConcatLayer.h b/runtime/neurun/backend/cpu/kernel/ConcatLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/ConcatLayer.h rename to runtime/neurun/backend/cpu/kernel/ConcatLayer.h diff --git a/runtimes/neurun/backend/cpu/kernel/ConvolutionLayer.cc b/runtime/neurun/backend/cpu/kernel/ConvolutionLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/ConvolutionLayer.cc rename to runtime/neurun/backend/cpu/kernel/ConvolutionLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/ConvolutionLayer.h b/runtime/neurun/backend/cpu/kernel/ConvolutionLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/ConvolutionLayer.h rename to runtime/neurun/backend/cpu/kernel/ConvolutionLayer.h diff --git a/runtimes/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.cc b/runtime/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.cc rename to runtime/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.h b/runtime/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.h rename to runtime/neurun/backend/cpu/kernel/DepthwiseConvolutionLayer.h diff --git a/runtimes/neurun/backend/cpu/kernel/FullyConnectedLayer.cc b/runtime/neurun/backend/cpu/kernel/FullyConnectedLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/FullyConnectedLayer.cc rename to runtime/neurun/backend/cpu/kernel/FullyConnectedLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/FullyConnectedLayer.h b/runtime/neurun/backend/cpu/kernel/FullyConnectedLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/FullyConnectedLayer.h rename to runtime/neurun/backend/cpu/kernel/FullyConnectedLayer.h diff --git a/runtimes/neurun/backend/cpu/kernel/GatherLayer.cc b/runtime/neurun/backend/cpu/kernel/GatherLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/GatherLayer.cc rename to runtime/neurun/backend/cpu/kernel/GatherLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/GatherLayer.h b/runtime/neurun/backend/cpu/kernel/GatherLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/GatherLayer.h rename to runtime/neurun/backend/cpu/kernel/GatherLayer.h diff --git a/runtimes/neurun/backend/cpu/kernel/MaxPoolLayer.cc b/runtime/neurun/backend/cpu/kernel/MaxPoolLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/MaxPoolLayer.cc rename to runtime/neurun/backend/cpu/kernel/MaxPoolLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/MaxPoolLayer.h b/runtime/neurun/backend/cpu/kernel/MaxPoolLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/MaxPoolLayer.h rename to runtime/neurun/backend/cpu/kernel/MaxPoolLayer.h diff --git a/runtimes/neurun/backend/cpu/kernel/OperationUtils.cc b/runtime/neurun/backend/cpu/kernel/OperationUtils.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/OperationUtils.cc rename to runtime/neurun/backend/cpu/kernel/OperationUtils.cc diff --git a/runtimes/neurun/backend/cpu/kernel/OperationUtils.h b/runtime/neurun/backend/cpu/kernel/OperationUtils.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/OperationUtils.h rename to runtime/neurun/backend/cpu/kernel/OperationUtils.h diff --git a/runtimes/neurun/backend/cpu/kernel/PermuteLayer.cc b/runtime/neurun/backend/cpu/kernel/PermuteLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/PermuteLayer.cc rename to runtime/neurun/backend/cpu/kernel/PermuteLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/PermuteLayer.h b/runtime/neurun/backend/cpu/kernel/PermuteLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/PermuteLayer.h rename to runtime/neurun/backend/cpu/kernel/PermuteLayer.h diff --git a/runtimes/neurun/backend/cpu/kernel/ReshapeLayer.cc b/runtime/neurun/backend/cpu/kernel/ReshapeLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/ReshapeLayer.cc rename to runtime/neurun/backend/cpu/kernel/ReshapeLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/ReshapeLayer.h b/runtime/neurun/backend/cpu/kernel/ReshapeLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/ReshapeLayer.h rename to runtime/neurun/backend/cpu/kernel/ReshapeLayer.h diff --git a/runtimes/neurun/backend/cpu/kernel/SoftMaxLayer.cc b/runtime/neurun/backend/cpu/kernel/SoftMaxLayer.cc similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/SoftMaxLayer.cc rename to runtime/neurun/backend/cpu/kernel/SoftMaxLayer.cc diff --git a/runtimes/neurun/backend/cpu/kernel/SoftMaxLayer.h b/runtime/neurun/backend/cpu/kernel/SoftMaxLayer.h similarity index 100% rename from runtimes/neurun/backend/cpu/kernel/SoftMaxLayer.h rename to runtime/neurun/backend/cpu/kernel/SoftMaxLayer.h diff --git a/runtimes/neurun/backend/cpu/operand/Tensor.cc b/runtime/neurun/backend/cpu/operand/Tensor.cc similarity index 100% rename from runtimes/neurun/backend/cpu/operand/Tensor.cc rename to runtime/neurun/backend/cpu/operand/Tensor.cc diff --git a/runtimes/neurun/backend/cpu/operand/Tensor.h b/runtime/neurun/backend/cpu/operand/Tensor.h similarity index 100% rename from runtimes/neurun/backend/cpu/operand/Tensor.h rename to runtime/neurun/backend/cpu/operand/Tensor.h diff --git a/runtimes/neurun/backend/hi_perf_cpu/CMakeLists.txt b/runtime/neurun/backend/hi_perf_cpu/CMakeLists.txt similarity index 100% rename from runtimes/neurun/backend/hi_perf_cpu/CMakeLists.txt rename to runtime/neurun/backend/hi_perf_cpu/CMakeLists.txt diff --git a/runtimes/neurun/backend/hi_perf_cpu/HighPerformanceBackend.test.cc b/runtime/neurun/backend/hi_perf_cpu/HighPerformanceBackend.test.cc similarity index 100% rename from runtimes/neurun/backend/hi_perf_cpu/HighPerformanceBackend.test.cc rename to runtime/neurun/backend/hi_perf_cpu/HighPerformanceBackend.test.cc diff --git a/runtimes/neurun/backend/hi_perf_cpu/KernelGenerator.cc b/runtime/neurun/backend/hi_perf_cpu/KernelGenerator.cc similarity index 100% rename from runtimes/neurun/backend/hi_perf_cpu/KernelGenerator.cc rename to runtime/neurun/backend/hi_perf_cpu/KernelGenerator.cc diff --git a/runtimes/neurun/backend/hi_perf_cpu/KernelGenerator.h b/runtime/neurun/backend/hi_perf_cpu/KernelGenerator.h similarity index 100% rename from runtimes/neurun/backend/hi_perf_cpu/KernelGenerator.h rename to runtime/neurun/backend/hi_perf_cpu/KernelGenerator.h diff --git a/runtimes/neurun/backend/hi_perf_cpu/TensorBuilder.cc b/runtime/neurun/backend/hi_perf_cpu/TensorBuilder.cc similarity index 100% rename from runtimes/neurun/backend/hi_perf_cpu/TensorBuilder.cc rename to runtime/neurun/backend/hi_perf_cpu/TensorBuilder.cc diff --git a/runtimes/neurun/backend/hi_perf_cpu/TensorBuilder.h b/runtime/neurun/backend/hi_perf_cpu/TensorBuilder.h similarity index 100% rename from runtimes/neurun/backend/hi_perf_cpu/TensorBuilder.h rename to runtime/neurun/backend/hi_perf_cpu/TensorBuilder.h diff --git a/runtimes/neurun/backend/srcn/Backend.h b/runtime/neurun/backend/srcn/Backend.h similarity index 100% rename from runtimes/neurun/backend/srcn/Backend.h rename to runtime/neurun/backend/srcn/Backend.h diff --git a/runtimes/neurun/backend/srcn/CMakeLists.txt b/runtime/neurun/backend/srcn/CMakeLists.txt similarity index 100% rename from runtimes/neurun/backend/srcn/CMakeLists.txt rename to runtime/neurun/backend/srcn/CMakeLists.txt diff --git a/runtimes/neurun/backend/srcn/Config.cc b/runtime/neurun/backend/srcn/Config.cc similarity index 100% rename from runtimes/neurun/backend/srcn/Config.cc rename to runtime/neurun/backend/srcn/Config.cc diff --git a/runtimes/neurun/backend/srcn/Config.h b/runtime/neurun/backend/srcn/Config.h similarity index 100% rename from runtimes/neurun/backend/srcn/Config.h rename to runtime/neurun/backend/srcn/Config.h diff --git a/runtimes/neurun/backend/srcn/ConstantInitializer.cc b/runtime/neurun/backend/srcn/ConstantInitializer.cc similarity index 100% rename from runtimes/neurun/backend/srcn/ConstantInitializer.cc rename to runtime/neurun/backend/srcn/ConstantInitializer.cc diff --git a/runtimes/neurun/backend/srcn/ConstantInitializer.h b/runtime/neurun/backend/srcn/ConstantInitializer.h similarity index 100% rename from runtimes/neurun/backend/srcn/ConstantInitializer.h rename to runtime/neurun/backend/srcn/ConstantInitializer.h diff --git a/runtimes/neurun/backend/srcn/KernelGenerator.cc b/runtime/neurun/backend/srcn/KernelGenerator.cc similarity index 100% rename from runtimes/neurun/backend/srcn/KernelGenerator.cc rename to runtime/neurun/backend/srcn/KernelGenerator.cc diff --git a/runtimes/neurun/backend/srcn/KernelGenerator.h b/runtime/neurun/backend/srcn/KernelGenerator.h similarity index 100% rename from runtimes/neurun/backend/srcn/KernelGenerator.h rename to runtime/neurun/backend/srcn/KernelGenerator.h diff --git a/runtimes/neurun/backend/srcn/MemoryManager.cc b/runtime/neurun/backend/srcn/MemoryManager.cc similarity index 100% rename from runtimes/neurun/backend/srcn/MemoryManager.cc rename to runtime/neurun/backend/srcn/MemoryManager.cc diff --git a/runtimes/neurun/backend/srcn/MemoryManager.h b/runtime/neurun/backend/srcn/MemoryManager.h similarity index 100% rename from runtimes/neurun/backend/srcn/MemoryManager.h rename to runtime/neurun/backend/srcn/MemoryManager.h diff --git a/runtimes/neurun/backend/srcn/MemoryPlanner.cc b/runtime/neurun/backend/srcn/MemoryPlanner.cc similarity index 100% rename from runtimes/neurun/backend/srcn/MemoryPlanner.cc rename to runtime/neurun/backend/srcn/MemoryPlanner.cc diff --git a/runtimes/neurun/backend/srcn/MemoryPlanner.h b/runtime/neurun/backend/srcn/MemoryPlanner.h similarity index 100% rename from runtimes/neurun/backend/srcn/MemoryPlanner.h rename to runtime/neurun/backend/srcn/MemoryPlanner.h diff --git a/runtimes/neurun/backend/srcn/MemoryPlannerFactory.cc b/runtime/neurun/backend/srcn/MemoryPlannerFactory.cc similarity index 100% rename from runtimes/neurun/backend/srcn/MemoryPlannerFactory.cc rename to runtime/neurun/backend/srcn/MemoryPlannerFactory.cc diff --git a/runtimes/neurun/backend/srcn/MemoryPlannerFactory.h b/runtime/neurun/backend/srcn/MemoryPlannerFactory.h similarity index 100% rename from runtimes/neurun/backend/srcn/MemoryPlannerFactory.h rename to runtime/neurun/backend/srcn/MemoryPlannerFactory.h diff --git a/runtimes/neurun/backend/srcn/PluginClassesAllocator.cc b/runtime/neurun/backend/srcn/PluginClassesAllocator.cc similarity index 100% rename from runtimes/neurun/backend/srcn/PluginClassesAllocator.cc rename to runtime/neurun/backend/srcn/PluginClassesAllocator.cc diff --git a/runtimes/neurun/backend/srcn/ShapeFixer.cc b/runtime/neurun/backend/srcn/ShapeFixer.cc similarity index 100% rename from runtimes/neurun/backend/srcn/ShapeFixer.cc rename to runtime/neurun/backend/srcn/ShapeFixer.cc diff --git a/runtimes/neurun/backend/srcn/ShapeFixer.h b/runtime/neurun/backend/srcn/ShapeFixer.h similarity index 100% rename from runtimes/neurun/backend/srcn/ShapeFixer.h rename to runtime/neurun/backend/srcn/ShapeFixer.h diff --git a/runtimes/neurun/backend/srcn/TensorBuilder.cc b/runtime/neurun/backend/srcn/TensorBuilder.cc similarity index 100% rename from runtimes/neurun/backend/srcn/TensorBuilder.cc rename to runtime/neurun/backend/srcn/TensorBuilder.cc diff --git a/runtimes/neurun/backend/srcn/TensorBuilder.h b/runtime/neurun/backend/srcn/TensorBuilder.h similarity index 100% rename from runtimes/neurun/backend/srcn/TensorBuilder.h rename to runtime/neurun/backend/srcn/TensorBuilder.h diff --git a/runtimes/neurun/backend/srcn/TensorManager.cc b/runtime/neurun/backend/srcn/TensorManager.cc similarity index 100% rename from runtimes/neurun/backend/srcn/TensorManager.cc rename to runtime/neurun/backend/srcn/TensorManager.cc diff --git a/runtimes/neurun/backend/srcn/TensorManager.h b/runtime/neurun/backend/srcn/TensorManager.h similarity index 100% rename from runtimes/neurun/backend/srcn/TensorManager.h rename to runtime/neurun/backend/srcn/TensorManager.h diff --git a/runtimes/neurun/backend/srcn/kernel/AddLayer.cc b/runtime/neurun/backend/srcn/kernel/AddLayer.cc similarity index 100% rename from runtimes/neurun/backend/srcn/kernel/AddLayer.cc rename to runtime/neurun/backend/srcn/kernel/AddLayer.cc diff --git a/runtimes/neurun/backend/srcn/kernel/AddLayer.h b/runtime/neurun/backend/srcn/kernel/AddLayer.h similarity index 100% rename from runtimes/neurun/backend/srcn/kernel/AddLayer.h rename to runtime/neurun/backend/srcn/kernel/AddLayer.h diff --git a/runtimes/neurun/backend/srcn/kernel/OperationUtils.cc b/runtime/neurun/backend/srcn/kernel/OperationUtils.cc similarity index 100% rename from runtimes/neurun/backend/srcn/kernel/OperationUtils.cc rename to runtime/neurun/backend/srcn/kernel/OperationUtils.cc diff --git a/runtimes/neurun/backend/srcn/kernel/OperationUtils.h b/runtime/neurun/backend/srcn/kernel/OperationUtils.h similarity index 100% rename from runtimes/neurun/backend/srcn/kernel/OperationUtils.h rename to runtime/neurun/backend/srcn/kernel/OperationUtils.h diff --git a/runtimes/neurun/backend/srcn/kernel/TransposeConvLayer.cc b/runtime/neurun/backend/srcn/kernel/TransposeConvLayer.cc similarity index 100% rename from runtimes/neurun/backend/srcn/kernel/TransposeConvLayer.cc rename to runtime/neurun/backend/srcn/kernel/TransposeConvLayer.cc diff --git a/runtimes/neurun/backend/srcn/kernel/TransposeConvLayer.h b/runtime/neurun/backend/srcn/kernel/TransposeConvLayer.h similarity index 100% rename from runtimes/neurun/backend/srcn/kernel/TransposeConvLayer.h rename to runtime/neurun/backend/srcn/kernel/TransposeConvLayer.h diff --git a/runtimes/neurun/backend/srcn/operand/Tensor.cc b/runtime/neurun/backend/srcn/operand/Tensor.cc similarity index 100% rename from runtimes/neurun/backend/srcn/operand/Tensor.cc rename to runtime/neurun/backend/srcn/operand/Tensor.cc diff --git a/runtimes/neurun/backend/srcn/operand/Tensor.h b/runtime/neurun/backend/srcn/operand/Tensor.h similarity index 100% rename from runtimes/neurun/backend/srcn/operand/Tensor.h rename to runtime/neurun/backend/srcn/operand/Tensor.h diff --git a/runtimes/neurun/core/CMakeLists.txt b/runtime/neurun/core/CMakeLists.txt similarity index 100% rename from runtimes/neurun/core/CMakeLists.txt rename to runtime/neurun/core/CMakeLists.txt diff --git a/runtimes/neurun/core/include/backend/Backend.h b/runtime/neurun/core/include/backend/Backend.h similarity index 100% rename from runtimes/neurun/core/include/backend/Backend.h rename to runtime/neurun/core/include/backend/Backend.h diff --git a/runtimes/neurun/core/include/backend/CustomKernelBuilder.h b/runtime/neurun/core/include/backend/CustomKernelBuilder.h similarity index 100% rename from runtimes/neurun/core/include/backend/CustomKernelBuilder.h rename to runtime/neurun/core/include/backend/CustomKernelBuilder.h diff --git a/runtimes/neurun/core/include/backend/ExecTime.h b/runtime/neurun/core/include/backend/ExecTime.h similarity index 100% rename from runtimes/neurun/core/include/backend/ExecTime.h rename to runtime/neurun/core/include/backend/ExecTime.h diff --git a/runtimes/neurun/core/include/backend/IConfig.h b/runtime/neurun/core/include/backend/IConfig.h similarity index 100% rename from runtimes/neurun/core/include/backend/IConfig.h rename to runtime/neurun/core/include/backend/IConfig.h diff --git a/runtimes/neurun/core/include/backend/IConstantInitializer.h b/runtime/neurun/core/include/backend/IConstantInitializer.h similarity index 100% rename from runtimes/neurun/core/include/backend/IConstantInitializer.h rename to runtime/neurun/core/include/backend/IConstantInitializer.h diff --git a/runtimes/neurun/core/include/backend/IKernelGenerator.h b/runtime/neurun/core/include/backend/IKernelGenerator.h similarity index 100% rename from runtimes/neurun/core/include/backend/IKernelGenerator.h rename to runtime/neurun/core/include/backend/IKernelGenerator.h diff --git a/runtimes/neurun/core/include/backend/IMemoryManager.h b/runtime/neurun/core/include/backend/IMemoryManager.h similarity index 100% rename from runtimes/neurun/core/include/backend/IMemoryManager.h rename to runtime/neurun/core/include/backend/IMemoryManager.h diff --git a/runtimes/neurun/core/include/backend/IShapeFixer.h b/runtime/neurun/core/include/backend/IShapeFixer.h similarity index 100% rename from runtimes/neurun/core/include/backend/IShapeFixer.h rename to runtime/neurun/core/include/backend/IShapeFixer.h diff --git a/runtimes/neurun/core/include/backend/ITensorBuilder.h b/runtime/neurun/core/include/backend/ITensorBuilder.h similarity index 100% rename from runtimes/neurun/core/include/backend/ITensorBuilder.h rename to runtime/neurun/core/include/backend/ITensorBuilder.h diff --git a/runtimes/neurun/core/include/backend/ITensorManager.h b/runtime/neurun/core/include/backend/ITensorManager.h similarity index 100% rename from runtimes/neurun/core/include/backend/ITensorManager.h rename to runtime/neurun/core/include/backend/ITensorManager.h diff --git a/runtimes/neurun/core/include/backend/JSONExecTime.h b/runtime/neurun/core/include/backend/JSONExecTime.h similarity index 100% rename from runtimes/neurun/core/include/backend/JSONExecTime.h rename to runtime/neurun/core/include/backend/JSONExecTime.h diff --git a/runtimes/neurun/core/include/backend/operand/IObject.h b/runtime/neurun/core/include/backend/operand/IObject.h similarity index 100% rename from runtimes/neurun/core/include/backend/operand/IObject.h rename to runtime/neurun/core/include/backend/operand/IObject.h diff --git a/runtimes/neurun/core/include/backend/operand/ITensor.h b/runtime/neurun/core/include/backend/operand/ITensor.h similarity index 100% rename from runtimes/neurun/core/include/backend/operand/ITensor.h rename to runtime/neurun/core/include/backend/operand/ITensor.h diff --git a/runtimes/neurun/core/include/backend/operand/Object.h b/runtime/neurun/core/include/backend/operand/Object.h similarity index 100% rename from runtimes/neurun/core/include/backend/operand/Object.h rename to runtime/neurun/core/include/backend/operand/Object.h diff --git a/runtimes/neurun/core/include/compiler/Compiler.h b/runtime/neurun/core/include/compiler/Compiler.h similarity index 100% rename from runtimes/neurun/core/include/compiler/Compiler.h rename to runtime/neurun/core/include/compiler/Compiler.h diff --git a/runtimes/neurun/core/include/compiler/IExecutionBuilder.h b/runtime/neurun/core/include/compiler/IExecutionBuilder.h similarity index 100% rename from runtimes/neurun/core/include/compiler/IExecutionBuilder.h rename to runtime/neurun/core/include/compiler/IExecutionBuilder.h diff --git a/runtimes/neurun/core/include/compiler/SubTensorInfo.h b/runtime/neurun/core/include/compiler/SubTensorInfo.h similarity index 100% rename from runtimes/neurun/core/include/compiler/SubTensorInfo.h rename to runtime/neurun/core/include/compiler/SubTensorInfo.h diff --git a/runtimes/neurun/core/include/exec/Execution.h b/runtime/neurun/core/include/exec/Execution.h similarity index 100% rename from runtimes/neurun/core/include/exec/Execution.h rename to runtime/neurun/core/include/exec/Execution.h diff --git a/runtimes/neurun/core/include/exec/ExecutionObservers.h b/runtime/neurun/core/include/exec/ExecutionObservers.h similarity index 100% rename from runtimes/neurun/core/include/exec/ExecutionObservers.h rename to runtime/neurun/core/include/exec/ExecutionObservers.h diff --git a/runtimes/neurun/core/include/exec/IExecutor.h b/runtime/neurun/core/include/exec/IExecutor.h similarity index 100% rename from runtimes/neurun/core/include/exec/IExecutor.h rename to runtime/neurun/core/include/exec/IExecutor.h diff --git a/runtimes/neurun/core/include/exec/IFunction.h b/runtime/neurun/core/include/exec/IFunction.h similarity index 100% rename from runtimes/neurun/core/include/exec/IFunction.h rename to runtime/neurun/core/include/exec/IFunction.h diff --git a/runtimes/neurun/core/include/exec/IODescription.h b/runtime/neurun/core/include/exec/IODescription.h similarity index 100% rename from runtimes/neurun/core/include/exec/IODescription.h rename to runtime/neurun/core/include/exec/IODescription.h diff --git a/runtimes/neurun/core/include/exec/NopFunction.h b/runtime/neurun/core/include/exec/NopFunction.h similarity index 100% rename from runtimes/neurun/core/include/exec/NopFunction.h rename to runtime/neurun/core/include/exec/NopFunction.h diff --git a/runtimes/neurun/core/include/graph/BackendSet.h b/runtime/neurun/core/include/graph/BackendSet.h similarity index 100% rename from runtimes/neurun/core/include/graph/BackendSet.h rename to runtime/neurun/core/include/graph/BackendSet.h diff --git a/runtimes/neurun/core/include/graph/Graph.h b/runtime/neurun/core/include/graph/Graph.h similarity index 100% rename from runtimes/neurun/core/include/graph/Graph.h rename to runtime/neurun/core/include/graph/Graph.h diff --git a/runtimes/neurun/core/include/graph/LowerInfoMap.h b/runtime/neurun/core/include/graph/LowerInfoMap.h similarity index 100% rename from runtimes/neurun/core/include/graph/LowerInfoMap.h rename to runtime/neurun/core/include/graph/LowerInfoMap.h diff --git a/runtimes/neurun/core/include/graph/operand/LowerInfo.h b/runtime/neurun/core/include/graph/operand/LowerInfo.h similarity index 100% rename from runtimes/neurun/core/include/graph/operand/LowerInfo.h rename to runtime/neurun/core/include/graph/operand/LowerInfo.h diff --git a/runtimes/neurun/core/include/graph/operand/ParentInfo.h b/runtime/neurun/core/include/graph/operand/ParentInfo.h similarity index 100% rename from runtimes/neurun/core/include/graph/operand/ParentInfo.h rename to runtime/neurun/core/include/graph/operand/ParentInfo.h diff --git a/runtimes/neurun/core/include/graph/operand/PermuteFactor.h b/runtime/neurun/core/include/graph/operand/PermuteFactor.h similarity index 100% rename from runtimes/neurun/core/include/graph/operand/PermuteFactor.h rename to runtime/neurun/core/include/graph/operand/PermuteFactor.h diff --git a/runtimes/neurun/core/include/graph/operation/LowerInfo.h b/runtime/neurun/core/include/graph/operation/LowerInfo.h similarity index 100% rename from runtimes/neurun/core/include/graph/operation/LowerInfo.h rename to runtime/neurun/core/include/graph/operation/LowerInfo.h diff --git a/runtimes/neurun/core/include/model/Data.h b/runtime/neurun/core/include/model/Data.h similarity index 100% rename from runtimes/neurun/core/include/model/Data.h rename to runtime/neurun/core/include/model/Data.h diff --git a/runtimes/neurun/core/include/model/DataType.h b/runtime/neurun/core/include/model/DataType.h similarity index 100% rename from runtimes/neurun/core/include/model/DataType.h rename to runtime/neurun/core/include/model/DataType.h diff --git a/runtimes/neurun/core/include/model/Index.h b/runtime/neurun/core/include/model/Index.h similarity index 100% rename from runtimes/neurun/core/include/model/Index.h rename to runtime/neurun/core/include/model/Index.h diff --git a/runtimes/neurun/core/include/model/InternalType.h b/runtime/neurun/core/include/model/InternalType.h similarity index 100% rename from runtimes/neurun/core/include/model/InternalType.h rename to runtime/neurun/core/include/model/InternalType.h diff --git a/runtimes/neurun/core/include/model/Layout.h b/runtime/neurun/core/include/model/Layout.h similarity index 100% rename from runtimes/neurun/core/include/model/Layout.h rename to runtime/neurun/core/include/model/Layout.h diff --git a/runtimes/neurun/core/include/model/Model.h b/runtime/neurun/core/include/model/Model.h similarity index 100% rename from runtimes/neurun/core/include/model/Model.h rename to runtime/neurun/core/include/model/Model.h diff --git a/runtimes/neurun/core/include/model/Operand.h b/runtime/neurun/core/include/model/Operand.h similarity index 100% rename from runtimes/neurun/core/include/model/Operand.h rename to runtime/neurun/core/include/model/Operand.h diff --git a/runtimes/neurun/core/include/model/OperandConstraint.h b/runtime/neurun/core/include/model/OperandConstraint.h similarity index 100% rename from runtimes/neurun/core/include/model/OperandConstraint.h rename to runtime/neurun/core/include/model/OperandConstraint.h diff --git a/runtimes/neurun/core/include/model/OperandIndexMap.h b/runtime/neurun/core/include/model/OperandIndexMap.h similarity index 100% rename from runtimes/neurun/core/include/model/OperandIndexMap.h rename to runtime/neurun/core/include/model/OperandIndexMap.h diff --git a/runtimes/neurun/core/include/model/OperandIndexSequence.h b/runtime/neurun/core/include/model/OperandIndexSequence.h similarity index 100% rename from runtimes/neurun/core/include/model/OperandIndexSequence.h rename to runtime/neurun/core/include/model/OperandIndexSequence.h diff --git a/runtimes/neurun/core/include/model/OperandInfo.h b/runtime/neurun/core/include/model/OperandInfo.h similarity index 100% rename from runtimes/neurun/core/include/model/OperandInfo.h rename to runtime/neurun/core/include/model/OperandInfo.h diff --git a/runtimes/neurun/core/include/model/Operands.h b/runtime/neurun/core/include/model/Operands.h similarity index 100% rename from runtimes/neurun/core/include/model/Operands.h rename to runtime/neurun/core/include/model/Operands.h diff --git a/runtimes/neurun/core/include/model/Operation.h b/runtime/neurun/core/include/model/Operation.h similarity index 100% rename from runtimes/neurun/core/include/model/Operation.h rename to runtime/neurun/core/include/model/Operation.h diff --git a/runtimes/neurun/core/include/model/OperationIndexList.h b/runtime/neurun/core/include/model/OperationIndexList.h similarity index 100% rename from runtimes/neurun/core/include/model/OperationIndexList.h rename to runtime/neurun/core/include/model/OperationIndexList.h diff --git a/runtimes/neurun/core/include/model/OperationIndexMap.h b/runtime/neurun/core/include/model/OperationIndexMap.h similarity index 100% rename from runtimes/neurun/core/include/model/OperationIndexMap.h rename to runtime/neurun/core/include/model/OperationIndexMap.h diff --git a/runtimes/neurun/core/include/model/OperationVisitor.h b/runtime/neurun/core/include/model/OperationVisitor.h similarity index 100% rename from runtimes/neurun/core/include/model/OperationVisitor.h rename to runtime/neurun/core/include/model/OperationVisitor.h diff --git a/runtimes/neurun/core/include/model/Operations.Include.h b/runtime/neurun/core/include/model/Operations.Include.h similarity index 100% rename from runtimes/neurun/core/include/model/Operations.Include.h rename to runtime/neurun/core/include/model/Operations.Include.h diff --git a/runtimes/neurun/core/include/model/Operations.h b/runtime/neurun/core/include/model/Operations.h similarity index 100% rename from runtimes/neurun/core/include/model/Operations.h rename to runtime/neurun/core/include/model/Operations.h diff --git a/runtimes/neurun/core/include/model/Operations.lst b/runtime/neurun/core/include/model/Operations.lst similarity index 100% rename from runtimes/neurun/core/include/model/Operations.lst rename to runtime/neurun/core/include/model/Operations.lst diff --git a/runtimes/neurun/core/include/model/Shape.h b/runtime/neurun/core/include/model/Shape.h similarity index 100% rename from runtimes/neurun/core/include/model/Shape.h rename to runtime/neurun/core/include/model/Shape.h diff --git a/runtimes/neurun/core/include/model/Subgraph.h b/runtime/neurun/core/include/model/Subgraph.h similarity index 100% rename from runtimes/neurun/core/include/model/Subgraph.h rename to runtime/neurun/core/include/model/Subgraph.h diff --git a/runtimes/neurun/core/include/model/Subgraphs.h b/runtime/neurun/core/include/model/Subgraphs.h similarity index 100% rename from runtimes/neurun/core/include/model/Subgraphs.h rename to runtime/neurun/core/include/model/Subgraphs.h diff --git a/runtimes/neurun/core/include/model/TypeInfo.h b/runtime/neurun/core/include/model/TypeInfo.h similarity index 100% rename from runtimes/neurun/core/include/model/TypeInfo.h rename to runtime/neurun/core/include/model/TypeInfo.h diff --git a/runtimes/neurun/core/include/model/operation/AbsNode.h b/runtime/neurun/core/include/model/operation/AbsNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/AbsNode.h rename to runtime/neurun/core/include/model/operation/AbsNode.h diff --git a/runtimes/neurun/core/include/model/operation/AddNode.h b/runtime/neurun/core/include/model/operation/AddNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/AddNode.h rename to runtime/neurun/core/include/model/operation/AddNode.h diff --git a/runtimes/neurun/core/include/model/operation/ArgMaxNode.h b/runtime/neurun/core/include/model/operation/ArgMaxNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ArgMaxNode.h rename to runtime/neurun/core/include/model/operation/ArgMaxNode.h diff --git a/runtimes/neurun/core/include/model/operation/AvgPool2DNode.h b/runtime/neurun/core/include/model/operation/AvgPool2DNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/AvgPool2DNode.h rename to runtime/neurun/core/include/model/operation/AvgPool2DNode.h diff --git a/runtimes/neurun/core/include/model/operation/BatchToSpaceNDNode.h b/runtime/neurun/core/include/model/operation/BatchToSpaceNDNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/BatchToSpaceNDNode.h rename to runtime/neurun/core/include/model/operation/BatchToSpaceNDNode.h diff --git a/runtimes/neurun/core/include/model/operation/CastNode.h b/runtime/neurun/core/include/model/operation/CastNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/CastNode.h rename to runtime/neurun/core/include/model/operation/CastNode.h diff --git a/runtimes/neurun/core/include/model/operation/ComparisonNode.h b/runtime/neurun/core/include/model/operation/ComparisonNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ComparisonNode.h rename to runtime/neurun/core/include/model/operation/ComparisonNode.h diff --git a/runtimes/neurun/core/include/model/operation/ConcatNode.h b/runtime/neurun/core/include/model/operation/ConcatNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ConcatNode.h rename to runtime/neurun/core/include/model/operation/ConcatNode.h diff --git a/runtimes/neurun/core/include/model/operation/Conv2DNode.h b/runtime/neurun/core/include/model/operation/Conv2DNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/Conv2DNode.h rename to runtime/neurun/core/include/model/operation/Conv2DNode.h diff --git a/runtimes/neurun/core/include/model/operation/CustomNode.h b/runtime/neurun/core/include/model/operation/CustomNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/CustomNode.h rename to runtime/neurun/core/include/model/operation/CustomNode.h diff --git a/runtimes/neurun/core/include/model/operation/DepthToSpaceNode.h b/runtime/neurun/core/include/model/operation/DepthToSpaceNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/DepthToSpaceNode.h rename to runtime/neurun/core/include/model/operation/DepthToSpaceNode.h diff --git a/runtimes/neurun/core/include/model/operation/DepthwiseConv2DNode.h b/runtime/neurun/core/include/model/operation/DepthwiseConv2DNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/DepthwiseConv2DNode.h rename to runtime/neurun/core/include/model/operation/DepthwiseConv2DNode.h diff --git a/runtimes/neurun/core/include/model/operation/DequantizeNode.h b/runtime/neurun/core/include/model/operation/DequantizeNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/DequantizeNode.h rename to runtime/neurun/core/include/model/operation/DequantizeNode.h diff --git a/runtimes/neurun/core/include/model/operation/DivNode.h b/runtime/neurun/core/include/model/operation/DivNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/DivNode.h rename to runtime/neurun/core/include/model/operation/DivNode.h diff --git a/runtimes/neurun/core/include/model/operation/EmbeddingLookupNode.h b/runtime/neurun/core/include/model/operation/EmbeddingLookupNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/EmbeddingLookupNode.h rename to runtime/neurun/core/include/model/operation/EmbeddingLookupNode.h diff --git a/runtimes/neurun/core/include/model/operation/ExpNode.h b/runtime/neurun/core/include/model/operation/ExpNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ExpNode.h rename to runtime/neurun/core/include/model/operation/ExpNode.h diff --git a/runtimes/neurun/core/include/model/operation/FloorNode.h b/runtime/neurun/core/include/model/operation/FloorNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/FloorNode.h rename to runtime/neurun/core/include/model/operation/FloorNode.h diff --git a/runtimes/neurun/core/include/model/operation/FullyConnectedNode.h b/runtime/neurun/core/include/model/operation/FullyConnectedNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/FullyConnectedNode.h rename to runtime/neurun/core/include/model/operation/FullyConnectedNode.h diff --git a/runtimes/neurun/core/include/model/operation/GatherNode.h b/runtime/neurun/core/include/model/operation/GatherNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/GatherNode.h rename to runtime/neurun/core/include/model/operation/GatherNode.h diff --git a/runtimes/neurun/core/include/model/operation/HashtableLookupNode.h b/runtime/neurun/core/include/model/operation/HashtableLookupNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/HashtableLookupNode.h rename to runtime/neurun/core/include/model/operation/HashtableLookupNode.h diff --git a/runtimes/neurun/core/include/model/operation/L2NormalizationNode.h b/runtime/neurun/core/include/model/operation/L2NormalizationNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/L2NormalizationNode.h rename to runtime/neurun/core/include/model/operation/L2NormalizationNode.h diff --git a/runtimes/neurun/core/include/model/operation/L2Pool2DNode.h b/runtime/neurun/core/include/model/operation/L2Pool2DNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/L2Pool2DNode.h rename to runtime/neurun/core/include/model/operation/L2Pool2DNode.h diff --git a/runtimes/neurun/core/include/model/operation/LSTMNode.h b/runtime/neurun/core/include/model/operation/LSTMNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/LSTMNode.h rename to runtime/neurun/core/include/model/operation/LSTMNode.h diff --git a/runtimes/neurun/core/include/model/operation/LocalResponseNormalizationNode.h b/runtime/neurun/core/include/model/operation/LocalResponseNormalizationNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/LocalResponseNormalizationNode.h rename to runtime/neurun/core/include/model/operation/LocalResponseNormalizationNode.h diff --git a/runtimes/neurun/core/include/model/operation/LogicalAndNode.h b/runtime/neurun/core/include/model/operation/LogicalAndNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/LogicalAndNode.h rename to runtime/neurun/core/include/model/operation/LogicalAndNode.h diff --git a/runtimes/neurun/core/include/model/operation/LogicalNotNode.h b/runtime/neurun/core/include/model/operation/LogicalNotNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/LogicalNotNode.h rename to runtime/neurun/core/include/model/operation/LogicalNotNode.h diff --git a/runtimes/neurun/core/include/model/operation/LogicalOrNode.h b/runtime/neurun/core/include/model/operation/LogicalOrNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/LogicalOrNode.h rename to runtime/neurun/core/include/model/operation/LogicalOrNode.h diff --git a/runtimes/neurun/core/include/model/operation/LogisticNode.h b/runtime/neurun/core/include/model/operation/LogisticNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/LogisticNode.h rename to runtime/neurun/core/include/model/operation/LogisticNode.h diff --git a/runtimes/neurun/core/include/model/operation/MaxPool2DNode.h b/runtime/neurun/core/include/model/operation/MaxPool2DNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/MaxPool2DNode.h rename to runtime/neurun/core/include/model/operation/MaxPool2DNode.h diff --git a/runtimes/neurun/core/include/model/operation/MeanNode.h b/runtime/neurun/core/include/model/operation/MeanNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/MeanNode.h rename to runtime/neurun/core/include/model/operation/MeanNode.h diff --git a/runtimes/neurun/core/include/model/operation/MulNode.h b/runtime/neurun/core/include/model/operation/MulNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/MulNode.h rename to runtime/neurun/core/include/model/operation/MulNode.h diff --git a/runtimes/neurun/core/include/model/operation/NegNode.h b/runtime/neurun/core/include/model/operation/NegNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/NegNode.h rename to runtime/neurun/core/include/model/operation/NegNode.h diff --git a/runtimes/neurun/core/include/model/operation/PReLUNode.h b/runtime/neurun/core/include/model/operation/PReLUNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/PReLUNode.h rename to runtime/neurun/core/include/model/operation/PReLUNode.h diff --git a/runtimes/neurun/core/include/model/operation/PackNode.h b/runtime/neurun/core/include/model/operation/PackNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/PackNode.h rename to runtime/neurun/core/include/model/operation/PackNode.h diff --git a/runtimes/neurun/core/include/model/operation/PadNode.h b/runtime/neurun/core/include/model/operation/PadNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/PadNode.h rename to runtime/neurun/core/include/model/operation/PadNode.h diff --git a/runtimes/neurun/core/include/model/operation/PermuteNode.h b/runtime/neurun/core/include/model/operation/PermuteNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/PermuteNode.h rename to runtime/neurun/core/include/model/operation/PermuteNode.h diff --git a/runtimes/neurun/core/include/model/operation/RNNNode.h b/runtime/neurun/core/include/model/operation/RNNNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/RNNNode.h rename to runtime/neurun/core/include/model/operation/RNNNode.h diff --git a/runtimes/neurun/core/include/model/operation/RSQRTNode.h b/runtime/neurun/core/include/model/operation/RSQRTNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/RSQRTNode.h rename to runtime/neurun/core/include/model/operation/RSQRTNode.h diff --git a/runtimes/neurun/core/include/model/operation/ReLU1Node.h b/runtime/neurun/core/include/model/operation/ReLU1Node.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ReLU1Node.h rename to runtime/neurun/core/include/model/operation/ReLU1Node.h diff --git a/runtimes/neurun/core/include/model/operation/ReLU6Node.h b/runtime/neurun/core/include/model/operation/ReLU6Node.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ReLU6Node.h rename to runtime/neurun/core/include/model/operation/ReLU6Node.h diff --git a/runtimes/neurun/core/include/model/operation/ReLUNode.h b/runtime/neurun/core/include/model/operation/ReLUNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ReLUNode.h rename to runtime/neurun/core/include/model/operation/ReLUNode.h diff --git a/runtimes/neurun/core/include/model/operation/ReduceMaxNode.h b/runtime/neurun/core/include/model/operation/ReduceMaxNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ReduceMaxNode.h rename to runtime/neurun/core/include/model/operation/ReduceMaxNode.h diff --git a/runtimes/neurun/core/include/model/operation/ReduceMinNode.h b/runtime/neurun/core/include/model/operation/ReduceMinNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ReduceMinNode.h rename to runtime/neurun/core/include/model/operation/ReduceMinNode.h diff --git a/runtimes/neurun/core/include/model/operation/ReduceSumNode.h b/runtime/neurun/core/include/model/operation/ReduceSumNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ReduceSumNode.h rename to runtime/neurun/core/include/model/operation/ReduceSumNode.h diff --git a/runtimes/neurun/core/include/model/operation/ReshapeNode.h b/runtime/neurun/core/include/model/operation/ReshapeNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ReshapeNode.h rename to runtime/neurun/core/include/model/operation/ReshapeNode.h diff --git a/runtimes/neurun/core/include/model/operation/ResizeBilinearNode.h b/runtime/neurun/core/include/model/operation/ResizeBilinearNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/ResizeBilinearNode.h rename to runtime/neurun/core/include/model/operation/ResizeBilinearNode.h diff --git a/runtimes/neurun/core/include/model/operation/SQRTNode.h b/runtime/neurun/core/include/model/operation/SQRTNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/SQRTNode.h rename to runtime/neurun/core/include/model/operation/SQRTNode.h diff --git a/runtimes/neurun/core/include/model/operation/SoftmaxNode.h b/runtime/neurun/core/include/model/operation/SoftmaxNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/SoftmaxNode.h rename to runtime/neurun/core/include/model/operation/SoftmaxNode.h diff --git a/runtimes/neurun/core/include/model/operation/SpaceToBatchNDNode.h b/runtime/neurun/core/include/model/operation/SpaceToBatchNDNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/SpaceToBatchNDNode.h rename to runtime/neurun/core/include/model/operation/SpaceToBatchNDNode.h diff --git a/runtimes/neurun/core/include/model/operation/SpaceToDepthNode.h b/runtime/neurun/core/include/model/operation/SpaceToDepthNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/SpaceToDepthNode.h rename to runtime/neurun/core/include/model/operation/SpaceToDepthNode.h diff --git a/runtimes/neurun/core/include/model/operation/SplitNode.h b/runtime/neurun/core/include/model/operation/SplitNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/SplitNode.h rename to runtime/neurun/core/include/model/operation/SplitNode.h diff --git a/runtimes/neurun/core/include/model/operation/SquaredDifferenceNode.h b/runtime/neurun/core/include/model/operation/SquaredDifferenceNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/SquaredDifferenceNode.h rename to runtime/neurun/core/include/model/operation/SquaredDifferenceNode.h diff --git a/runtimes/neurun/core/include/model/operation/SqueezeNode.h b/runtime/neurun/core/include/model/operation/SqueezeNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/SqueezeNode.h rename to runtime/neurun/core/include/model/operation/SqueezeNode.h diff --git a/runtimes/neurun/core/include/model/operation/StridedSliceNode.h b/runtime/neurun/core/include/model/operation/StridedSliceNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/StridedSliceNode.h rename to runtime/neurun/core/include/model/operation/StridedSliceNode.h diff --git a/runtimes/neurun/core/include/model/operation/SubNode.h b/runtime/neurun/core/include/model/operation/SubNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/SubNode.h rename to runtime/neurun/core/include/model/operation/SubNode.h diff --git a/runtimes/neurun/core/include/model/operation/TanhNode.h b/runtime/neurun/core/include/model/operation/TanhNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/TanhNode.h rename to runtime/neurun/core/include/model/operation/TanhNode.h diff --git a/runtimes/neurun/core/include/model/operation/TopKV2Node.h b/runtime/neurun/core/include/model/operation/TopKV2Node.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/TopKV2Node.h rename to runtime/neurun/core/include/model/operation/TopKV2Node.h diff --git a/runtimes/neurun/core/include/model/operation/TransposeConvNode.h b/runtime/neurun/core/include/model/operation/TransposeConvNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/TransposeConvNode.h rename to runtime/neurun/core/include/model/operation/TransposeConvNode.h diff --git a/runtimes/neurun/core/include/model/operation/TransposeNode.h b/runtime/neurun/core/include/model/operation/TransposeNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/TransposeNode.h rename to runtime/neurun/core/include/model/operation/TransposeNode.h diff --git a/runtimes/neurun/core/include/model/operation/UnpackNode.h b/runtime/neurun/core/include/model/operation/UnpackNode.h similarity index 100% rename from runtimes/neurun/core/include/model/operation/UnpackNode.h rename to runtime/neurun/core/include/model/operation/UnpackNode.h diff --git a/runtimes/neurun/core/include/util/Config.lst b/runtime/neurun/core/include/util/Config.lst similarity index 100% rename from runtimes/neurun/core/include/util/Config.lst rename to runtime/neurun/core/include/util/Config.lst diff --git a/runtimes/neurun/core/include/util/ConfigSource.h b/runtime/neurun/core/include/util/ConfigSource.h similarity index 100% rename from runtimes/neurun/core/include/util/ConfigSource.h rename to runtime/neurun/core/include/util/ConfigSource.h diff --git a/runtimes/neurun/core/include/util/Coordinates.h b/runtime/neurun/core/include/util/Coordinates.h similarity index 100% rename from runtimes/neurun/core/include/util/Coordinates.h rename to runtime/neurun/core/include/util/Coordinates.h diff --git a/runtimes/neurun/core/include/util/GeneralConfigSource.h b/runtime/neurun/core/include/util/GeneralConfigSource.h similarity index 100% rename from runtimes/neurun/core/include/util/GeneralConfigSource.h rename to runtime/neurun/core/include/util/GeneralConfigSource.h diff --git a/runtimes/neurun/core/include/util/IConfigSource.h b/runtime/neurun/core/include/util/IConfigSource.h similarity index 100% rename from runtimes/neurun/core/include/util/IConfigSource.h rename to runtime/neurun/core/include/util/IConfigSource.h diff --git a/runtimes/neurun/core/include/util/ITimer.h b/runtime/neurun/core/include/util/ITimer.h similarity index 100% rename from runtimes/neurun/core/include/util/ITimer.h rename to runtime/neurun/core/include/util/ITimer.h diff --git a/runtimes/neurun/core/include/util/Index.h b/runtime/neurun/core/include/util/Index.h similarity index 100% rename from runtimes/neurun/core/include/util/Index.h rename to runtime/neurun/core/include/util/Index.h diff --git a/runtimes/neurun/core/include/util/ObjectManager.h b/runtime/neurun/core/include/util/ObjectManager.h similarity index 100% rename from runtimes/neurun/core/include/util/ObjectManager.h rename to runtime/neurun/core/include/util/ObjectManager.h diff --git a/runtimes/neurun/core/include/util/Padding.h b/runtime/neurun/core/include/util/Padding.h similarity index 100% rename from runtimes/neurun/core/include/util/Padding.h rename to runtime/neurun/core/include/util/Padding.h diff --git a/runtimes/neurun/core/include/util/Set.h b/runtime/neurun/core/include/util/Set.h similarity index 100% rename from runtimes/neurun/core/include/util/Set.h rename to runtime/neurun/core/include/util/Set.h diff --git a/runtimes/neurun/core/include/util/ShapeInference.h b/runtime/neurun/core/include/util/ShapeInference.h similarity index 100% rename from runtimes/neurun/core/include/util/ShapeInference.h rename to runtime/neurun/core/include/util/ShapeInference.h diff --git a/runtimes/neurun/core/include/util/Utils.h b/runtime/neurun/core/include/util/Utils.h similarity index 100% rename from runtimes/neurun/core/include/util/Utils.h rename to runtime/neurun/core/include/util/Utils.h diff --git a/runtimes/neurun/core/include/util/feature/Coordinate4D.h b/runtime/neurun/core/include/util/feature/Coordinate4D.h similarity index 100% rename from runtimes/neurun/core/include/util/feature/Coordinate4D.h rename to runtime/neurun/core/include/util/feature/Coordinate4D.h diff --git a/runtimes/neurun/core/include/util/feature/nchw/View.h b/runtime/neurun/core/include/util/feature/nchw/View.h similarity index 100% rename from runtimes/neurun/core/include/util/feature/nchw/View.h rename to runtime/neurun/core/include/util/feature/nchw/View.h diff --git a/runtimes/neurun/core/include/util/feature/nhwc/Reader.h b/runtime/neurun/core/include/util/feature/nhwc/Reader.h similarity index 100% rename from runtimes/neurun/core/include/util/feature/nhwc/Reader.h rename to runtime/neurun/core/include/util/feature/nhwc/Reader.h diff --git a/runtimes/neurun/core/include/util/feature/nhwc/View.h b/runtime/neurun/core/include/util/feature/nhwc/View.h similarity index 100% rename from runtimes/neurun/core/include/util/feature/nhwc/View.h rename to runtime/neurun/core/include/util/feature/nhwc/View.h diff --git a/runtimes/neurun/core/include/util/logging.h b/runtime/neurun/core/include/util/logging.h similarity index 100% rename from runtimes/neurun/core/include/util/logging.h rename to runtime/neurun/core/include/util/logging.h diff --git a/runtimes/neurun/core/src/backend/Backend.cc b/runtime/neurun/core/src/backend/Backend.cc similarity index 100% rename from runtimes/neurun/core/src/backend/Backend.cc rename to runtime/neurun/core/src/backend/Backend.cc diff --git a/runtimes/neurun/core/src/backend/BackendManager.cc b/runtime/neurun/core/src/backend/BackendManager.cc similarity index 100% rename from runtimes/neurun/core/src/backend/BackendManager.cc rename to runtime/neurun/core/src/backend/BackendManager.cc diff --git a/runtimes/neurun/core/src/backend/BackendManager.h b/runtime/neurun/core/src/backend/BackendManager.h similarity index 100% rename from runtimes/neurun/core/src/backend/BackendManager.h rename to runtime/neurun/core/src/backend/BackendManager.h diff --git a/runtimes/neurun/core/src/backend/ExecTime.cc b/runtime/neurun/core/src/backend/ExecTime.cc similarity index 100% rename from runtimes/neurun/core/src/backend/ExecTime.cc rename to runtime/neurun/core/src/backend/ExecTime.cc diff --git a/runtimes/neurun/core/src/backend/JSONExecTime.cc b/runtime/neurun/core/src/backend/JSONExecTime.cc similarity index 100% rename from runtimes/neurun/core/src/backend/JSONExecTime.cc rename to runtime/neurun/core/src/backend/JSONExecTime.cc diff --git a/runtimes/neurun/core/src/compiler/BackendResolver.cc b/runtime/neurun/core/src/compiler/BackendResolver.cc similarity index 100% rename from runtimes/neurun/core/src/compiler/BackendResolver.cc rename to runtime/neurun/core/src/compiler/BackendResolver.cc diff --git a/runtimes/neurun/core/src/compiler/BackendResolver.h b/runtime/neurun/core/src/compiler/BackendResolver.h similarity index 100% rename from runtimes/neurun/core/src/compiler/BackendResolver.h rename to runtime/neurun/core/src/compiler/BackendResolver.h diff --git a/runtimes/neurun/core/src/compiler/Compiler.cc b/runtime/neurun/core/src/compiler/Compiler.cc similarity index 100% rename from runtimes/neurun/core/src/compiler/Compiler.cc rename to runtime/neurun/core/src/compiler/Compiler.cc diff --git a/runtimes/neurun/core/src/compiler/ExecutorFactory.cc b/runtime/neurun/core/src/compiler/ExecutorFactory.cc similarity index 100% rename from runtimes/neurun/core/src/compiler/ExecutorFactory.cc rename to runtime/neurun/core/src/compiler/ExecutorFactory.cc diff --git a/runtimes/neurun/core/src/compiler/ExecutorFactory.h b/runtime/neurun/core/src/compiler/ExecutorFactory.h similarity index 100% rename from runtimes/neurun/core/src/compiler/ExecutorFactory.h rename to runtime/neurun/core/src/compiler/ExecutorFactory.h diff --git a/runtimes/neurun/core/src/compiler/HEScheduler.cc b/runtime/neurun/core/src/compiler/HEScheduler.cc similarity index 100% rename from runtimes/neurun/core/src/compiler/HEScheduler.cc rename to runtime/neurun/core/src/compiler/HEScheduler.cc diff --git a/runtimes/neurun/core/src/compiler/HEScheduler.h b/runtime/neurun/core/src/compiler/HEScheduler.h similarity index 100% rename from runtimes/neurun/core/src/compiler/HEScheduler.h rename to runtime/neurun/core/src/compiler/HEScheduler.h diff --git a/runtimes/neurun/core/src/compiler/IScheduler.h b/runtime/neurun/core/src/compiler/IScheduler.h similarity index 100% rename from runtimes/neurun/core/src/compiler/IScheduler.h rename to runtime/neurun/core/src/compiler/IScheduler.h diff --git a/runtimes/neurun/core/src/compiler/Linear.cc b/runtime/neurun/core/src/compiler/Linear.cc similarity index 100% rename from runtimes/neurun/core/src/compiler/Linear.cc rename to runtime/neurun/core/src/compiler/Linear.cc diff --git a/runtimes/neurun/core/src/compiler/Linear.h b/runtime/neurun/core/src/compiler/Linear.h similarity index 100% rename from runtimes/neurun/core/src/compiler/Linear.h rename to runtime/neurun/core/src/compiler/Linear.h diff --git a/runtimes/neurun/core/src/compiler/ManualScheduler.cc b/runtime/neurun/core/src/compiler/ManualScheduler.cc similarity index 100% rename from runtimes/neurun/core/src/compiler/ManualScheduler.cc rename to runtime/neurun/core/src/compiler/ManualScheduler.cc diff --git a/runtimes/neurun/core/src/compiler/ManualScheduler.h b/runtime/neurun/core/src/compiler/ManualScheduler.h similarity index 100% rename from runtimes/neurun/core/src/compiler/ManualScheduler.h rename to runtime/neurun/core/src/compiler/ManualScheduler.h diff --git a/runtimes/neurun/core/src/compiler/OperandContext.cc b/runtime/neurun/core/src/compiler/OperandContext.cc similarity index 100% rename from runtimes/neurun/core/src/compiler/OperandContext.cc rename to runtime/neurun/core/src/compiler/OperandContext.cc diff --git a/runtimes/neurun/core/src/compiler/OperandContext.h b/runtime/neurun/core/src/compiler/OperandContext.h similarity index 100% rename from runtimes/neurun/core/src/compiler/OperandContext.h rename to runtime/neurun/core/src/compiler/OperandContext.h diff --git a/runtimes/neurun/core/src/compiler/OperationValidator.cc b/runtime/neurun/core/src/compiler/OperationValidator.cc similarity index 100% rename from runtimes/neurun/core/src/compiler/OperationValidator.cc rename to runtime/neurun/core/src/compiler/OperationValidator.cc diff --git a/runtimes/neurun/core/src/compiler/OperationValidator.h b/runtime/neurun/core/src/compiler/OperationValidator.h similarity index 100% rename from runtimes/neurun/core/src/compiler/OperationValidator.h rename to runtime/neurun/core/src/compiler/OperationValidator.h diff --git a/runtimes/neurun/core/src/compiler/ParamChecker.cc b/runtime/neurun/core/src/compiler/ParamChecker.cc similarity index 100% rename from runtimes/neurun/core/src/compiler/ParamChecker.cc rename to runtime/neurun/core/src/compiler/ParamChecker.cc diff --git a/runtimes/neurun/core/src/compiler/ParamChecker.h b/runtime/neurun/core/src/compiler/ParamChecker.h similarity index 100% rename from runtimes/neurun/core/src/compiler/ParamChecker.h rename to runtime/neurun/core/src/compiler/ParamChecker.h diff --git a/runtimes/neurun/core/src/compiler/SubTensorAnalyzer.cc b/runtime/neurun/core/src/compiler/SubTensorAnalyzer.cc similarity index 100% rename from runtimes/neurun/core/src/compiler/SubTensorAnalyzer.cc rename to runtime/neurun/core/src/compiler/SubTensorAnalyzer.cc diff --git a/runtimes/neurun/core/src/compiler/SubTensorAnalyzer.h b/runtime/neurun/core/src/compiler/SubTensorAnalyzer.h similarity index 100% rename from runtimes/neurun/core/src/compiler/SubTensorAnalyzer.h rename to runtime/neurun/core/src/compiler/SubTensorAnalyzer.h diff --git a/runtimes/neurun/core/src/dumper/dot/DotBuilder.cc b/runtime/neurun/core/src/dumper/dot/DotBuilder.cc similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/DotBuilder.cc rename to runtime/neurun/core/src/dumper/dot/DotBuilder.cc diff --git a/runtimes/neurun/core/src/dumper/dot/DotBuilder.h b/runtime/neurun/core/src/dumper/dot/DotBuilder.h similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/DotBuilder.h rename to runtime/neurun/core/src/dumper/dot/DotBuilder.h diff --git a/runtimes/neurun/core/src/dumper/dot/DotDumper.cc b/runtime/neurun/core/src/dumper/dot/DotDumper.cc similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/DotDumper.cc rename to runtime/neurun/core/src/dumper/dot/DotDumper.cc diff --git a/runtimes/neurun/core/src/dumper/dot/DotDumper.h b/runtime/neurun/core/src/dumper/dot/DotDumper.h similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/DotDumper.h rename to runtime/neurun/core/src/dumper/dot/DotDumper.h diff --git a/runtimes/neurun/core/src/dumper/dot/DotSubgraphInfo.cc b/runtime/neurun/core/src/dumper/dot/DotSubgraphInfo.cc similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/DotSubgraphInfo.cc rename to runtime/neurun/core/src/dumper/dot/DotSubgraphInfo.cc diff --git a/runtimes/neurun/core/src/dumper/dot/DotSubgraphInfo.h b/runtime/neurun/core/src/dumper/dot/DotSubgraphInfo.h similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/DotSubgraphInfo.h rename to runtime/neurun/core/src/dumper/dot/DotSubgraphInfo.h diff --git a/runtimes/neurun/core/src/dumper/dot/Node.cc b/runtime/neurun/core/src/dumper/dot/Node.cc similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/Node.cc rename to runtime/neurun/core/src/dumper/dot/Node.cc diff --git a/runtimes/neurun/core/src/dumper/dot/Node.h b/runtime/neurun/core/src/dumper/dot/Node.h similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/Node.h rename to runtime/neurun/core/src/dumper/dot/Node.h diff --git a/runtimes/neurun/core/src/dumper/dot/OperandNode.cc b/runtime/neurun/core/src/dumper/dot/OperandNode.cc similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/OperandNode.cc rename to runtime/neurun/core/src/dumper/dot/OperandNode.cc diff --git a/runtimes/neurun/core/src/dumper/dot/OperandNode.h b/runtime/neurun/core/src/dumper/dot/OperandNode.h similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/OperandNode.h rename to runtime/neurun/core/src/dumper/dot/OperandNode.h diff --git a/runtimes/neurun/core/src/dumper/dot/OperationNode.cc b/runtime/neurun/core/src/dumper/dot/OperationNode.cc similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/OperationNode.cc rename to runtime/neurun/core/src/dumper/dot/OperationNode.cc diff --git a/runtimes/neurun/core/src/dumper/dot/OperationNode.h b/runtime/neurun/core/src/dumper/dot/OperationNode.h similarity index 100% rename from runtimes/neurun/core/src/dumper/dot/OperationNode.h rename to runtime/neurun/core/src/dumper/dot/OperationNode.h diff --git a/runtimes/neurun/core/src/exec/DataflowExecutor.cc b/runtime/neurun/core/src/exec/DataflowExecutor.cc similarity index 100% rename from runtimes/neurun/core/src/exec/DataflowExecutor.cc rename to runtime/neurun/core/src/exec/DataflowExecutor.cc diff --git a/runtimes/neurun/core/src/exec/DataflowExecutor.h b/runtime/neurun/core/src/exec/DataflowExecutor.h similarity index 100% rename from runtimes/neurun/core/src/exec/DataflowExecutor.h rename to runtime/neurun/core/src/exec/DataflowExecutor.h diff --git a/runtimes/neurun/core/src/exec/Execution.cc b/runtime/neurun/core/src/exec/Execution.cc similarity index 100% rename from runtimes/neurun/core/src/exec/Execution.cc rename to runtime/neurun/core/src/exec/Execution.cc diff --git a/runtimes/neurun/core/src/exec/ExecutionObservers.cc b/runtime/neurun/core/src/exec/ExecutionObservers.cc similarity index 100% rename from runtimes/neurun/core/src/exec/ExecutionObservers.cc rename to runtime/neurun/core/src/exec/ExecutionObservers.cc diff --git a/runtimes/neurun/core/src/exec/ExecutorBase.cc b/runtime/neurun/core/src/exec/ExecutorBase.cc similarity index 100% rename from runtimes/neurun/core/src/exec/ExecutorBase.cc rename to runtime/neurun/core/src/exec/ExecutorBase.cc diff --git a/runtimes/neurun/core/src/exec/ExecutorBase.h b/runtime/neurun/core/src/exec/ExecutorBase.h similarity index 100% rename from runtimes/neurun/core/src/exec/ExecutorBase.h rename to runtime/neurun/core/src/exec/ExecutorBase.h diff --git a/runtimes/neurun/core/src/exec/FunctionSequence.cc b/runtime/neurun/core/src/exec/FunctionSequence.cc similarity index 100% rename from runtimes/neurun/core/src/exec/FunctionSequence.cc rename to runtime/neurun/core/src/exec/FunctionSequence.cc diff --git a/runtimes/neurun/core/src/exec/FunctionSequence.h b/runtime/neurun/core/src/exec/FunctionSequence.h similarity index 100% rename from runtimes/neurun/core/src/exec/FunctionSequence.h rename to runtime/neurun/core/src/exec/FunctionSequence.h diff --git a/runtimes/neurun/core/src/exec/Job.cc b/runtime/neurun/core/src/exec/Job.cc similarity index 100% rename from runtimes/neurun/core/src/exec/Job.cc rename to runtime/neurun/core/src/exec/Job.cc diff --git a/runtimes/neurun/core/src/exec/Job.h b/runtime/neurun/core/src/exec/Job.h similarity index 100% rename from runtimes/neurun/core/src/exec/Job.h rename to runtime/neurun/core/src/exec/Job.h diff --git a/runtimes/neurun/core/src/exec/LinearExecutor.cc b/runtime/neurun/core/src/exec/LinearExecutor.cc similarity index 100% rename from runtimes/neurun/core/src/exec/LinearExecutor.cc rename to runtime/neurun/core/src/exec/LinearExecutor.cc diff --git a/runtimes/neurun/core/src/exec/LinearExecutor.h b/runtime/neurun/core/src/exec/LinearExecutor.h similarity index 100% rename from runtimes/neurun/core/src/exec/LinearExecutor.h rename to runtime/neurun/core/src/exec/LinearExecutor.h diff --git a/runtimes/neurun/core/src/exec/ParallelExecutor.cc b/runtime/neurun/core/src/exec/ParallelExecutor.cc similarity index 100% rename from runtimes/neurun/core/src/exec/ParallelExecutor.cc rename to runtime/neurun/core/src/exec/ParallelExecutor.cc diff --git a/runtimes/neurun/core/src/exec/ParallelExecutor.h b/runtime/neurun/core/src/exec/ParallelExecutor.h similarity index 100% rename from runtimes/neurun/core/src/exec/ParallelExecutor.h rename to runtime/neurun/core/src/exec/ParallelExecutor.h diff --git a/runtimes/neurun/core/src/exec/ParallelScheduler.cc b/runtime/neurun/core/src/exec/ParallelScheduler.cc similarity index 100% rename from runtimes/neurun/core/src/exec/ParallelScheduler.cc rename to runtime/neurun/core/src/exec/ParallelScheduler.cc diff --git a/runtimes/neurun/core/src/exec/ParallelScheduler.h b/runtime/neurun/core/src/exec/ParallelScheduler.h similarity index 100% rename from runtimes/neurun/core/src/exec/ParallelScheduler.h rename to runtime/neurun/core/src/exec/ParallelScheduler.h diff --git a/runtimes/neurun/core/src/exec/Sink.h b/runtime/neurun/core/src/exec/Sink.h similarity index 100% rename from runtimes/neurun/core/src/exec/Sink.h rename to runtime/neurun/core/src/exec/Sink.h diff --git a/runtimes/neurun/core/src/exec/Source.h b/runtime/neurun/core/src/exec/Source.h similarity index 100% rename from runtimes/neurun/core/src/exec/Source.h rename to runtime/neurun/core/src/exec/Source.h diff --git a/runtimes/neurun/core/src/exec/interp/Buffer.h b/runtime/neurun/core/src/exec/interp/Buffer.h similarity index 100% rename from runtimes/neurun/core/src/exec/interp/Buffer.h rename to runtime/neurun/core/src/exec/interp/Buffer.h diff --git a/runtimes/neurun/core/src/exec/interp/ExecEnv.h b/runtime/neurun/core/src/exec/interp/ExecEnv.h similarity index 100% rename from runtimes/neurun/core/src/exec/interp/ExecEnv.h rename to runtime/neurun/core/src/exec/interp/ExecEnv.h diff --git a/runtimes/neurun/core/src/exec/interp/ExecManager.cc b/runtime/neurun/core/src/exec/interp/ExecManager.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/ExecManager.cc rename to runtime/neurun/core/src/exec/interp/ExecManager.cc diff --git a/runtimes/neurun/core/src/exec/interp/ExecManager.h b/runtime/neurun/core/src/exec/interp/ExecManager.h similarity index 100% rename from runtimes/neurun/core/src/exec/interp/ExecManager.h rename to runtime/neurun/core/src/exec/interp/ExecManager.h diff --git a/runtimes/neurun/core/src/exec/interp/Interpreter.cc b/runtime/neurun/core/src/exec/interp/Interpreter.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/Interpreter.cc rename to runtime/neurun/core/src/exec/interp/Interpreter.cc diff --git a/runtimes/neurun/core/src/exec/interp/Interpreter.h b/runtime/neurun/core/src/exec/interp/Interpreter.h similarity index 100% rename from runtimes/neurun/core/src/exec/interp/Interpreter.h rename to runtime/neurun/core/src/exec/interp/Interpreter.h diff --git a/runtimes/neurun/core/src/exec/interp/Registration.h b/runtime/neurun/core/src/exec/interp/Registration.h similarity index 100% rename from runtimes/neurun/core/src/exec/interp/Registration.h rename to runtime/neurun/core/src/exec/interp/Registration.h diff --git a/runtimes/neurun/core/src/exec/interp/Tensor.cc b/runtime/neurun/core/src/exec/interp/Tensor.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/Tensor.cc rename to runtime/neurun/core/src/exec/interp/Tensor.cc diff --git a/runtimes/neurun/core/src/exec/interp/Tensor.h b/runtime/neurun/core/src/exec/interp/Tensor.h similarity index 100% rename from runtimes/neurun/core/src/exec/interp/Tensor.h rename to runtime/neurun/core/src/exec/interp/Tensor.h diff --git a/runtimes/neurun/core/src/exec/interp/operations/Add.cc b/runtime/neurun/core/src/exec/interp/operations/Add.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/operations/Add.cc rename to runtime/neurun/core/src/exec/interp/operations/Add.cc diff --git a/runtimes/neurun/core/src/exec/interp/operations/AvgPool2D.cc b/runtime/neurun/core/src/exec/interp/operations/AvgPool2D.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/operations/AvgPool2D.cc rename to runtime/neurun/core/src/exec/interp/operations/AvgPool2D.cc diff --git a/runtimes/neurun/core/src/exec/interp/operations/Concat.cc b/runtime/neurun/core/src/exec/interp/operations/Concat.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/operations/Concat.cc rename to runtime/neurun/core/src/exec/interp/operations/Concat.cc diff --git a/runtimes/neurun/core/src/exec/interp/operations/Conv2D.cc b/runtime/neurun/core/src/exec/interp/operations/Conv2D.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/operations/Conv2D.cc rename to runtime/neurun/core/src/exec/interp/operations/Conv2D.cc diff --git a/runtimes/neurun/core/src/exec/interp/operations/DepthwiseConv.cc b/runtime/neurun/core/src/exec/interp/operations/DepthwiseConv.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/operations/DepthwiseConv.cc rename to runtime/neurun/core/src/exec/interp/operations/DepthwiseConv.cc diff --git a/runtimes/neurun/core/src/exec/interp/operations/FullyConnected.cc b/runtime/neurun/core/src/exec/interp/operations/FullyConnected.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/operations/FullyConnected.cc rename to runtime/neurun/core/src/exec/interp/operations/FullyConnected.cc diff --git a/runtimes/neurun/core/src/exec/interp/operations/MaxPool2D.cc b/runtime/neurun/core/src/exec/interp/operations/MaxPool2D.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/operations/MaxPool2D.cc rename to runtime/neurun/core/src/exec/interp/operations/MaxPool2D.cc diff --git a/runtimes/neurun/core/src/exec/interp/operations/OperationUtil.h b/runtime/neurun/core/src/exec/interp/operations/OperationUtil.h similarity index 100% rename from runtimes/neurun/core/src/exec/interp/operations/OperationUtil.h rename to runtime/neurun/core/src/exec/interp/operations/OperationUtil.h diff --git a/runtimes/neurun/core/src/exec/interp/operations/Reshape.cc b/runtime/neurun/core/src/exec/interp/operations/Reshape.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/operations/Reshape.cc rename to runtime/neurun/core/src/exec/interp/operations/Reshape.cc diff --git a/runtimes/neurun/core/src/exec/interp/operations/SoftMax.cc b/runtime/neurun/core/src/exec/interp/operations/SoftMax.cc similarity index 100% rename from runtimes/neurun/core/src/exec/interp/operations/SoftMax.cc rename to runtime/neurun/core/src/exec/interp/operations/SoftMax.cc diff --git a/runtimes/neurun/core/src/graph/Graph.cc b/runtime/neurun/core/src/graph/Graph.cc similarity index 100% rename from runtimes/neurun/core/src/graph/Graph.cc rename to runtime/neurun/core/src/graph/Graph.cc diff --git a/runtimes/neurun/core/src/graph/dumper/Dumper.cc b/runtime/neurun/core/src/graph/dumper/Dumper.cc similarity index 100% rename from runtimes/neurun/core/src/graph/dumper/Dumper.cc rename to runtime/neurun/core/src/graph/dumper/Dumper.cc diff --git a/runtimes/neurun/core/src/graph/dumper/Dumper.h b/runtime/neurun/core/src/graph/dumper/Dumper.h similarity index 100% rename from runtimes/neurun/core/src/graph/dumper/Dumper.h rename to runtime/neurun/core/src/graph/dumper/Dumper.h diff --git a/runtimes/neurun/core/src/graph/operand/LowerInfo.cc b/runtime/neurun/core/src/graph/operand/LowerInfo.cc similarity index 100% rename from runtimes/neurun/core/src/graph/operand/LowerInfo.cc rename to runtime/neurun/core/src/graph/operand/LowerInfo.cc diff --git a/runtimes/neurun/core/src/graph/operand/Shape4DConvert.h b/runtime/neurun/core/src/graph/operand/Shape4DConvert.h similarity index 100% rename from runtimes/neurun/core/src/graph/operand/Shape4DConvert.h rename to runtime/neurun/core/src/graph/operand/Shape4DConvert.h diff --git a/runtimes/neurun/core/src/graph/operation/LowerInfo.cc b/runtime/neurun/core/src/graph/operation/LowerInfo.cc similarity index 100% rename from runtimes/neurun/core/src/graph/operation/LowerInfo.cc rename to runtime/neurun/core/src/graph/operation/LowerInfo.cc diff --git a/runtimes/neurun/core/src/graph/pass/OperandPass.cc b/runtime/neurun/core/src/graph/pass/OperandPass.cc similarity index 100% rename from runtimes/neurun/core/src/graph/pass/OperandPass.cc rename to runtime/neurun/core/src/graph/pass/OperandPass.cc diff --git a/runtimes/neurun/core/src/graph/pass/OperandPass.h b/runtime/neurun/core/src/graph/pass/OperandPass.h similarity index 100% rename from runtimes/neurun/core/src/graph/pass/OperandPass.h rename to runtime/neurun/core/src/graph/pass/OperandPass.h diff --git a/runtimes/neurun/core/src/graph/pass/OperationPass.cc b/runtime/neurun/core/src/graph/pass/OperationPass.cc similarity index 100% rename from runtimes/neurun/core/src/graph/pass/OperationPass.cc rename to runtime/neurun/core/src/graph/pass/OperationPass.cc diff --git a/runtimes/neurun/core/src/graph/pass/OperationPass.h b/runtime/neurun/core/src/graph/pass/OperationPass.h similarity index 100% rename from runtimes/neurun/core/src/graph/pass/OperationPass.h rename to runtime/neurun/core/src/graph/pass/OperationPass.h diff --git a/runtimes/neurun/core/src/graph/pass/Pass.cc b/runtime/neurun/core/src/graph/pass/Pass.cc similarity index 100% rename from runtimes/neurun/core/src/graph/pass/Pass.cc rename to runtime/neurun/core/src/graph/pass/Pass.cc diff --git a/runtimes/neurun/core/src/graph/pass/Pass.h b/runtime/neurun/core/src/graph/pass/Pass.h similarity index 100% rename from runtimes/neurun/core/src/graph/pass/Pass.h rename to runtime/neurun/core/src/graph/pass/Pass.h diff --git a/runtimes/neurun/core/src/graph/pass/PermutationEliminationPass.cc b/runtime/neurun/core/src/graph/pass/PermutationEliminationPass.cc similarity index 100% rename from runtimes/neurun/core/src/graph/pass/PermutationEliminationPass.cc rename to runtime/neurun/core/src/graph/pass/PermutationEliminationPass.cc diff --git a/runtimes/neurun/core/src/graph/pass/PermutationEliminationPass.h b/runtime/neurun/core/src/graph/pass/PermutationEliminationPass.h similarity index 100% rename from runtimes/neurun/core/src/graph/pass/PermutationEliminationPass.h rename to runtime/neurun/core/src/graph/pass/PermutationEliminationPass.h diff --git a/runtimes/neurun/core/src/graph/pass/PermutationInsertionPass.cc b/runtime/neurun/core/src/graph/pass/PermutationInsertionPass.cc similarity index 100% rename from runtimes/neurun/core/src/graph/pass/PermutationInsertionPass.cc rename to runtime/neurun/core/src/graph/pass/PermutationInsertionPass.cc diff --git a/runtimes/neurun/core/src/graph/pass/PermutationInsertionPass.h b/runtime/neurun/core/src/graph/pass/PermutationInsertionPass.h similarity index 100% rename from runtimes/neurun/core/src/graph/pass/PermutationInsertionPass.h rename to runtime/neurun/core/src/graph/pass/PermutationInsertionPass.h diff --git a/runtimes/neurun/core/src/graph/pass/PermutationOperationPass.cc b/runtime/neurun/core/src/graph/pass/PermutationOperationPass.cc similarity index 100% rename from runtimes/neurun/core/src/graph/pass/PermutationOperationPass.cc rename to runtime/neurun/core/src/graph/pass/PermutationOperationPass.cc diff --git a/runtimes/neurun/core/src/graph/pass/PermutationOperationPass.h b/runtime/neurun/core/src/graph/pass/PermutationOperationPass.h similarity index 100% rename from runtimes/neurun/core/src/graph/pass/PermutationOperationPass.h rename to runtime/neurun/core/src/graph/pass/PermutationOperationPass.h diff --git a/runtimes/neurun/core/src/graph/verifier/Verifier.cc b/runtime/neurun/core/src/graph/verifier/Verifier.cc similarity index 100% rename from runtimes/neurun/core/src/graph/verifier/Verifier.cc rename to runtime/neurun/core/src/graph/verifier/Verifier.cc diff --git a/runtimes/neurun/core/src/graph/verifier/Verifier.h b/runtime/neurun/core/src/graph/verifier/Verifier.h similarity index 100% rename from runtimes/neurun/core/src/graph/verifier/Verifier.h rename to runtime/neurun/core/src/graph/verifier/Verifier.h diff --git a/runtimes/neurun/core/src/library_info.cc b/runtime/neurun/core/src/library_info.cc similarity index 100% rename from runtimes/neurun/core/src/library_info.cc rename to runtime/neurun/core/src/library_info.cc diff --git a/runtimes/neurun/core/src/model/LayoutSet.cc b/runtime/neurun/core/src/model/LayoutSet.cc similarity index 100% rename from runtimes/neurun/core/src/model/LayoutSet.cc rename to runtime/neurun/core/src/model/LayoutSet.cc diff --git a/runtimes/neurun/core/src/model/LayoutSet.h b/runtime/neurun/core/src/model/LayoutSet.h similarity index 100% rename from runtimes/neurun/core/src/model/LayoutSet.h rename to runtime/neurun/core/src/model/LayoutSet.h diff --git a/runtimes/neurun/core/src/model/Operand.cc b/runtime/neurun/core/src/model/Operand.cc similarity index 100% rename from runtimes/neurun/core/src/model/Operand.cc rename to runtime/neurun/core/src/model/Operand.cc diff --git a/runtimes/neurun/core/src/model/OperandConstraint.cc b/runtime/neurun/core/src/model/OperandConstraint.cc similarity index 100% rename from runtimes/neurun/core/src/model/OperandConstraint.cc rename to runtime/neurun/core/src/model/OperandConstraint.cc diff --git a/runtimes/neurun/core/src/model/OperandIndexSequence.cc b/runtime/neurun/core/src/model/OperandIndexSequence.cc similarity index 100% rename from runtimes/neurun/core/src/model/OperandIndexSequence.cc rename to runtime/neurun/core/src/model/OperandIndexSequence.cc diff --git a/runtimes/neurun/core/src/model/Operation.cc b/runtime/neurun/core/src/model/Operation.cc similarity index 100% rename from runtimes/neurun/core/src/model/Operation.cc rename to runtime/neurun/core/src/model/Operation.cc diff --git a/runtimes/neurun/core/src/model/OperationIndexList.cc b/runtime/neurun/core/src/model/OperationIndexList.cc similarity index 100% rename from runtimes/neurun/core/src/model/OperationIndexList.cc rename to runtime/neurun/core/src/model/OperationIndexList.cc diff --git a/runtimes/neurun/core/src/model/Shape.cc b/runtime/neurun/core/src/model/Shape.cc similarity index 100% rename from runtimes/neurun/core/src/model/Shape.cc rename to runtime/neurun/core/src/model/Shape.cc diff --git a/runtimes/neurun/core/src/model/Subgraph.cc b/runtime/neurun/core/src/model/Subgraph.cc similarity index 100% rename from runtimes/neurun/core/src/model/Subgraph.cc rename to runtime/neurun/core/src/model/Subgraph.cc diff --git a/runtimes/neurun/core/src/model/Subgraphs.cc b/runtime/neurun/core/src/model/Subgraphs.cc similarity index 100% rename from runtimes/neurun/core/src/model/Subgraphs.cc rename to runtime/neurun/core/src/model/Subgraphs.cc diff --git a/runtimes/neurun/core/src/model/TypeInfo.cc b/runtime/neurun/core/src/model/TypeInfo.cc similarity index 100% rename from runtimes/neurun/core/src/model/TypeInfo.cc rename to runtime/neurun/core/src/model/TypeInfo.cc diff --git a/runtimes/neurun/core/src/model/operation/AbsNode.cc b/runtime/neurun/core/src/model/operation/AbsNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/AbsNode.cc rename to runtime/neurun/core/src/model/operation/AbsNode.cc diff --git a/runtimes/neurun/core/src/model/operation/AddNode.cc b/runtime/neurun/core/src/model/operation/AddNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/AddNode.cc rename to runtime/neurun/core/src/model/operation/AddNode.cc diff --git a/runtimes/neurun/core/src/model/operation/ArgMaxNode.cc b/runtime/neurun/core/src/model/operation/ArgMaxNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ArgMaxNode.cc rename to runtime/neurun/core/src/model/operation/ArgMaxNode.cc diff --git a/runtimes/neurun/core/src/model/operation/AvgPool2DNode.cc b/runtime/neurun/core/src/model/operation/AvgPool2DNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/AvgPool2DNode.cc rename to runtime/neurun/core/src/model/operation/AvgPool2DNode.cc diff --git a/runtimes/neurun/core/src/model/operation/BatchToSpaceNDNode.cc b/runtime/neurun/core/src/model/operation/BatchToSpaceNDNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/BatchToSpaceNDNode.cc rename to runtime/neurun/core/src/model/operation/BatchToSpaceNDNode.cc diff --git a/runtimes/neurun/core/src/model/operation/CastNode.cc b/runtime/neurun/core/src/model/operation/CastNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/CastNode.cc rename to runtime/neurun/core/src/model/operation/CastNode.cc diff --git a/runtimes/neurun/core/src/model/operation/ComparisonNode.cc b/runtime/neurun/core/src/model/operation/ComparisonNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ComparisonNode.cc rename to runtime/neurun/core/src/model/operation/ComparisonNode.cc diff --git a/runtimes/neurun/core/src/model/operation/ConcatNode.cc b/runtime/neurun/core/src/model/operation/ConcatNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ConcatNode.cc rename to runtime/neurun/core/src/model/operation/ConcatNode.cc diff --git a/runtimes/neurun/core/src/model/operation/Conv2DNode.cc b/runtime/neurun/core/src/model/operation/Conv2DNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/Conv2DNode.cc rename to runtime/neurun/core/src/model/operation/Conv2DNode.cc diff --git a/runtimes/neurun/core/src/model/operation/CustomNode.cc b/runtime/neurun/core/src/model/operation/CustomNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/CustomNode.cc rename to runtime/neurun/core/src/model/operation/CustomNode.cc diff --git a/runtimes/neurun/core/src/model/operation/DepthToSpaceNode.cc b/runtime/neurun/core/src/model/operation/DepthToSpaceNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/DepthToSpaceNode.cc rename to runtime/neurun/core/src/model/operation/DepthToSpaceNode.cc diff --git a/runtimes/neurun/core/src/model/operation/DepthwiseConv2DNode.cc b/runtime/neurun/core/src/model/operation/DepthwiseConv2DNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/DepthwiseConv2DNode.cc rename to runtime/neurun/core/src/model/operation/DepthwiseConv2DNode.cc diff --git a/runtimes/neurun/core/src/model/operation/DequantizeNode.cc b/runtime/neurun/core/src/model/operation/DequantizeNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/DequantizeNode.cc rename to runtime/neurun/core/src/model/operation/DequantizeNode.cc diff --git a/runtimes/neurun/core/src/model/operation/DivNode.cc b/runtime/neurun/core/src/model/operation/DivNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/DivNode.cc rename to runtime/neurun/core/src/model/operation/DivNode.cc diff --git a/runtimes/neurun/core/src/model/operation/EmbeddingLookupNode.cc b/runtime/neurun/core/src/model/operation/EmbeddingLookupNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/EmbeddingLookupNode.cc rename to runtime/neurun/core/src/model/operation/EmbeddingLookupNode.cc diff --git a/runtimes/neurun/core/src/model/operation/ExpNode.cc b/runtime/neurun/core/src/model/operation/ExpNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ExpNode.cc rename to runtime/neurun/core/src/model/operation/ExpNode.cc diff --git a/runtimes/neurun/core/src/model/operation/FloorNode.cc b/runtime/neurun/core/src/model/operation/FloorNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/FloorNode.cc rename to runtime/neurun/core/src/model/operation/FloorNode.cc diff --git a/runtimes/neurun/core/src/model/operation/FullyConnectedNode.cc b/runtime/neurun/core/src/model/operation/FullyConnectedNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/FullyConnectedNode.cc rename to runtime/neurun/core/src/model/operation/FullyConnectedNode.cc diff --git a/runtimes/neurun/core/src/model/operation/GatherNode.cc b/runtime/neurun/core/src/model/operation/GatherNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/GatherNode.cc rename to runtime/neurun/core/src/model/operation/GatherNode.cc diff --git a/runtimes/neurun/core/src/model/operation/HashtableLookupNode.cc b/runtime/neurun/core/src/model/operation/HashtableLookupNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/HashtableLookupNode.cc rename to runtime/neurun/core/src/model/operation/HashtableLookupNode.cc diff --git a/runtimes/neurun/core/src/model/operation/L2NormalizationNode.cc b/runtime/neurun/core/src/model/operation/L2NormalizationNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/L2NormalizationNode.cc rename to runtime/neurun/core/src/model/operation/L2NormalizationNode.cc diff --git a/runtimes/neurun/core/src/model/operation/L2Pool2DNode.cc b/runtime/neurun/core/src/model/operation/L2Pool2DNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/L2Pool2DNode.cc rename to runtime/neurun/core/src/model/operation/L2Pool2DNode.cc diff --git a/runtimes/neurun/core/src/model/operation/LSTMNode.cc b/runtime/neurun/core/src/model/operation/LSTMNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/LSTMNode.cc rename to runtime/neurun/core/src/model/operation/LSTMNode.cc diff --git a/runtimes/neurun/core/src/model/operation/LocalResponseNormalizationNode.cc b/runtime/neurun/core/src/model/operation/LocalResponseNormalizationNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/LocalResponseNormalizationNode.cc rename to runtime/neurun/core/src/model/operation/LocalResponseNormalizationNode.cc diff --git a/runtimes/neurun/core/src/model/operation/LogicalAndNode.cc b/runtime/neurun/core/src/model/operation/LogicalAndNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/LogicalAndNode.cc rename to runtime/neurun/core/src/model/operation/LogicalAndNode.cc diff --git a/runtimes/neurun/core/src/model/operation/LogicalNotNode.cc b/runtime/neurun/core/src/model/operation/LogicalNotNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/LogicalNotNode.cc rename to runtime/neurun/core/src/model/operation/LogicalNotNode.cc diff --git a/runtimes/neurun/core/src/model/operation/LogicalOrNode.cc b/runtime/neurun/core/src/model/operation/LogicalOrNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/LogicalOrNode.cc rename to runtime/neurun/core/src/model/operation/LogicalOrNode.cc diff --git a/runtimes/neurun/core/src/model/operation/LogisticNode.cc b/runtime/neurun/core/src/model/operation/LogisticNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/LogisticNode.cc rename to runtime/neurun/core/src/model/operation/LogisticNode.cc diff --git a/runtimes/neurun/core/src/model/operation/MaxPool2DNode.cc b/runtime/neurun/core/src/model/operation/MaxPool2DNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/MaxPool2DNode.cc rename to runtime/neurun/core/src/model/operation/MaxPool2DNode.cc diff --git a/runtimes/neurun/core/src/model/operation/MeanNode.cc b/runtime/neurun/core/src/model/operation/MeanNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/MeanNode.cc rename to runtime/neurun/core/src/model/operation/MeanNode.cc diff --git a/runtimes/neurun/core/src/model/operation/MulNode.cc b/runtime/neurun/core/src/model/operation/MulNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/MulNode.cc rename to runtime/neurun/core/src/model/operation/MulNode.cc diff --git a/runtimes/neurun/core/src/model/operation/NegNode.cc b/runtime/neurun/core/src/model/operation/NegNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/NegNode.cc rename to runtime/neurun/core/src/model/operation/NegNode.cc diff --git a/runtimes/neurun/core/src/model/operation/PReLUNode.cc b/runtime/neurun/core/src/model/operation/PReLUNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/PReLUNode.cc rename to runtime/neurun/core/src/model/operation/PReLUNode.cc diff --git a/runtimes/neurun/core/src/model/operation/PackNode.cc b/runtime/neurun/core/src/model/operation/PackNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/PackNode.cc rename to runtime/neurun/core/src/model/operation/PackNode.cc diff --git a/runtimes/neurun/core/src/model/operation/PadNode.cc b/runtime/neurun/core/src/model/operation/PadNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/PadNode.cc rename to runtime/neurun/core/src/model/operation/PadNode.cc diff --git a/runtimes/neurun/core/src/model/operation/PermuteNode.cc b/runtime/neurun/core/src/model/operation/PermuteNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/PermuteNode.cc rename to runtime/neurun/core/src/model/operation/PermuteNode.cc diff --git a/runtimes/neurun/core/src/model/operation/RNNNode.cc b/runtime/neurun/core/src/model/operation/RNNNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/RNNNode.cc rename to runtime/neurun/core/src/model/operation/RNNNode.cc diff --git a/runtimes/neurun/core/src/model/operation/RSQRTNode.cc b/runtime/neurun/core/src/model/operation/RSQRTNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/RSQRTNode.cc rename to runtime/neurun/core/src/model/operation/RSQRTNode.cc diff --git a/runtimes/neurun/core/src/model/operation/ReLU1Node.cc b/runtime/neurun/core/src/model/operation/ReLU1Node.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ReLU1Node.cc rename to runtime/neurun/core/src/model/operation/ReLU1Node.cc diff --git a/runtimes/neurun/core/src/model/operation/ReLU6Node.cc b/runtime/neurun/core/src/model/operation/ReLU6Node.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ReLU6Node.cc rename to runtime/neurun/core/src/model/operation/ReLU6Node.cc diff --git a/runtimes/neurun/core/src/model/operation/ReLUNode.cc b/runtime/neurun/core/src/model/operation/ReLUNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ReLUNode.cc rename to runtime/neurun/core/src/model/operation/ReLUNode.cc diff --git a/runtimes/neurun/core/src/model/operation/ReduceMaxNode.cc b/runtime/neurun/core/src/model/operation/ReduceMaxNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ReduceMaxNode.cc rename to runtime/neurun/core/src/model/operation/ReduceMaxNode.cc diff --git a/runtimes/neurun/core/src/model/operation/ReduceMinNode.cc b/runtime/neurun/core/src/model/operation/ReduceMinNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ReduceMinNode.cc rename to runtime/neurun/core/src/model/operation/ReduceMinNode.cc diff --git a/runtimes/neurun/core/src/model/operation/ReduceSumNode.cc b/runtime/neurun/core/src/model/operation/ReduceSumNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ReduceSumNode.cc rename to runtime/neurun/core/src/model/operation/ReduceSumNode.cc diff --git a/runtimes/neurun/core/src/model/operation/ReshapeNode.cc b/runtime/neurun/core/src/model/operation/ReshapeNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ReshapeNode.cc rename to runtime/neurun/core/src/model/operation/ReshapeNode.cc diff --git a/runtimes/neurun/core/src/model/operation/ResizeBilinearNode.cc b/runtime/neurun/core/src/model/operation/ResizeBilinearNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/ResizeBilinearNode.cc rename to runtime/neurun/core/src/model/operation/ResizeBilinearNode.cc diff --git a/runtimes/neurun/core/src/model/operation/SQRTNode.cc b/runtime/neurun/core/src/model/operation/SQRTNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/SQRTNode.cc rename to runtime/neurun/core/src/model/operation/SQRTNode.cc diff --git a/runtimes/neurun/core/src/model/operation/SoftmaxNode.cc b/runtime/neurun/core/src/model/operation/SoftmaxNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/SoftmaxNode.cc rename to runtime/neurun/core/src/model/operation/SoftmaxNode.cc diff --git a/runtimes/neurun/core/src/model/operation/SpaceToBatchNDNode.cc b/runtime/neurun/core/src/model/operation/SpaceToBatchNDNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/SpaceToBatchNDNode.cc rename to runtime/neurun/core/src/model/operation/SpaceToBatchNDNode.cc diff --git a/runtimes/neurun/core/src/model/operation/SpaceToDepthNode.cc b/runtime/neurun/core/src/model/operation/SpaceToDepthNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/SpaceToDepthNode.cc rename to runtime/neurun/core/src/model/operation/SpaceToDepthNode.cc diff --git a/runtimes/neurun/core/src/model/operation/SplitNode.cc b/runtime/neurun/core/src/model/operation/SplitNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/SplitNode.cc rename to runtime/neurun/core/src/model/operation/SplitNode.cc diff --git a/runtimes/neurun/core/src/model/operation/SquaredDifferenceNode.cc b/runtime/neurun/core/src/model/operation/SquaredDifferenceNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/SquaredDifferenceNode.cc rename to runtime/neurun/core/src/model/operation/SquaredDifferenceNode.cc diff --git a/runtimes/neurun/core/src/model/operation/SqueezeNode.cc b/runtime/neurun/core/src/model/operation/SqueezeNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/SqueezeNode.cc rename to runtime/neurun/core/src/model/operation/SqueezeNode.cc diff --git a/runtimes/neurun/core/src/model/operation/StridedSliceNode.cc b/runtime/neurun/core/src/model/operation/StridedSliceNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/StridedSliceNode.cc rename to runtime/neurun/core/src/model/operation/StridedSliceNode.cc diff --git a/runtimes/neurun/core/src/model/operation/SubNode.cc b/runtime/neurun/core/src/model/operation/SubNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/SubNode.cc rename to runtime/neurun/core/src/model/operation/SubNode.cc diff --git a/runtimes/neurun/core/src/model/operation/TanhNode.cc b/runtime/neurun/core/src/model/operation/TanhNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/TanhNode.cc rename to runtime/neurun/core/src/model/operation/TanhNode.cc diff --git a/runtimes/neurun/core/src/model/operation/TopKV2Node.cc b/runtime/neurun/core/src/model/operation/TopKV2Node.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/TopKV2Node.cc rename to runtime/neurun/core/src/model/operation/TopKV2Node.cc diff --git a/runtimes/neurun/core/src/model/operation/TransposeConvNode.cc b/runtime/neurun/core/src/model/operation/TransposeConvNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/TransposeConvNode.cc rename to runtime/neurun/core/src/model/operation/TransposeConvNode.cc diff --git a/runtimes/neurun/core/src/model/operation/TransposeNode.cc b/runtime/neurun/core/src/model/operation/TransposeNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/TransposeNode.cc rename to runtime/neurun/core/src/model/operation/TransposeNode.cc diff --git a/runtimes/neurun/core/src/model/operation/UnpackNode.cc b/runtime/neurun/core/src/model/operation/UnpackNode.cc similarity index 100% rename from runtimes/neurun/core/src/model/operation/UnpackNode.cc rename to runtime/neurun/core/src/model/operation/UnpackNode.cc diff --git a/runtimes/neurun/core/src/util/ConfigSource.cc b/runtime/neurun/core/src/util/ConfigSource.cc similarity index 100% rename from runtimes/neurun/core/src/util/ConfigSource.cc rename to runtime/neurun/core/src/util/ConfigSource.cc diff --git a/runtimes/neurun/core/src/util/EnvConfigSource.cc b/runtime/neurun/core/src/util/EnvConfigSource.cc similarity index 100% rename from runtimes/neurun/core/src/util/EnvConfigSource.cc rename to runtime/neurun/core/src/util/EnvConfigSource.cc diff --git a/runtimes/neurun/core/src/util/EnvConfigSource.h b/runtime/neurun/core/src/util/EnvConfigSource.h similarity index 100% rename from runtimes/neurun/core/src/util/EnvConfigSource.h rename to runtime/neurun/core/src/util/EnvConfigSource.h diff --git a/runtimes/neurun/core/src/util/GeneralConfigSource.cc b/runtime/neurun/core/src/util/GeneralConfigSource.cc similarity index 100% rename from runtimes/neurun/core/src/util/GeneralConfigSource.cc rename to runtime/neurun/core/src/util/GeneralConfigSource.cc diff --git a/runtimes/neurun/core/src/util/Padding.cc b/runtime/neurun/core/src/util/Padding.cc similarity index 100% rename from runtimes/neurun/core/src/util/Padding.cc rename to runtime/neurun/core/src/util/Padding.cc diff --git a/runtimes/neurun/core/src/util/ShapeInference.cc b/runtime/neurun/core/src/util/ShapeInference.cc similarity index 100% rename from runtimes/neurun/core/src/util/ShapeInference.cc rename to runtime/neurun/core/src/util/ShapeInference.cc diff --git a/runtimes/neurun/core/src/util/Utils.cc b/runtime/neurun/core/src/util/Utils.cc similarity index 100% rename from runtimes/neurun/core/src/util/Utils.cc rename to runtime/neurun/core/src/util/Utils.cc diff --git a/runtimes/neurun/core/src/util/logging.cc b/runtime/neurun/core/src/util/logging.cc similarity index 100% rename from runtimes/neurun/core/src/util/logging.cc rename to runtime/neurun/core/src/util/logging.cc diff --git a/runtimes/CMakeLists.txt b/runtime/neurun/frontend/CMakeLists.txt similarity index 100% rename from runtimes/CMakeLists.txt rename to runtime/neurun/frontend/CMakeLists.txt diff --git a/runtimes/neurun/frontend/base_loader/CMakeLists.txt b/runtime/neurun/frontend/base_loader/CMakeLists.txt similarity index 100% rename from runtimes/neurun/frontend/base_loader/CMakeLists.txt rename to runtime/neurun/frontend/base_loader/CMakeLists.txt diff --git a/runtimes/neurun/frontend/base_loader/base_loader.h b/runtime/neurun/frontend/base_loader/base_loader.h similarity index 100% rename from runtimes/neurun/frontend/base_loader/base_loader.h rename to runtime/neurun/frontend/base_loader/base_loader.h diff --git a/runtimes/neurun/frontend/circle/CMakeLists.txt b/runtime/neurun/frontend/circle/CMakeLists.txt similarity index 100% rename from runtimes/neurun/frontend/circle/CMakeLists.txt rename to runtime/neurun/frontend/circle/CMakeLists.txt diff --git a/runtimes/neurun/frontend/circle/circle_loader.cc b/runtime/neurun/frontend/circle/circle_loader.cc similarity index 100% rename from runtimes/neurun/frontend/circle/circle_loader.cc rename to runtime/neurun/frontend/circle/circle_loader.cc diff --git a/runtimes/neurun/frontend/circle/circle_loader.h b/runtime/neurun/frontend/circle/circle_loader.h similarity index 100% rename from runtimes/neurun/frontend/circle/circle_loader.h rename to runtime/neurun/frontend/circle/circle_loader.h diff --git a/runtimes/neurun/frontend/circle/circle_schema_generated.h b/runtime/neurun/frontend/circle/circle_schema_generated.h similarity index 100% rename from runtimes/neurun/frontend/circle/circle_schema_generated.h rename to runtime/neurun/frontend/circle/circle_schema_generated.h diff --git a/runtimes/neurun/frontend/nnapi/ANeuralNetworksModel.test.cc b/runtime/neurun/frontend/nnapi/ANeuralNetworksModel.test.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/ANeuralNetworksModel.test.cc rename to runtime/neurun/frontend/nnapi/ANeuralNetworksModel.test.cc diff --git a/runtimes/neurun/frontend/nnapi/CMakeLists.txt b/runtime/neurun/frontend/nnapi/CMakeLists.txt similarity index 100% rename from runtimes/neurun/frontend/nnapi/CMakeLists.txt rename to runtime/neurun/frontend/nnapi/CMakeLists.txt diff --git a/runtimes/neurun/frontend/nnapi/compilation.cc b/runtime/neurun/frontend/nnapi/compilation.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/compilation.cc rename to runtime/neurun/frontend/nnapi/compilation.cc diff --git a/runtimes/neurun/frontend/nnapi/event.cc b/runtime/neurun/frontend/nnapi/event.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/event.cc rename to runtime/neurun/frontend/nnapi/event.cc diff --git a/runtimes/neurun/frontend/nnapi/execution.cc b/runtime/neurun/frontend/nnapi/execution.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/execution.cc rename to runtime/neurun/frontend/nnapi/execution.cc diff --git a/runtimes/neurun/frontend/nnapi/memory.cc b/runtime/neurun/frontend/nnapi/memory.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/memory.cc rename to runtime/neurun/frontend/nnapi/memory.cc diff --git a/runtimes/neurun/frontend/nnapi/model.cc b/runtime/neurun/frontend/nnapi/model.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/model.cc rename to runtime/neurun/frontend/nnapi/model.cc diff --git a/runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.cc b/runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.cc rename to runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.cc diff --git a/runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.h b/runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.h similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.h rename to runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksCompilation.h diff --git a/runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.cc b/runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.cc rename to runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.cc diff --git a/runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.h b/runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.h similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.h rename to runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksEvent.h diff --git a/runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc b/runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc rename to runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc diff --git a/runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.h b/runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.h similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.h rename to runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.h diff --git a/runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.cc b/runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.cc rename to runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.cc diff --git a/runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.h b/runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.h similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.h rename to runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksMemory.h diff --git a/runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.cc b/runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.cc rename to runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.cc diff --git a/runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.h b/runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.h similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.h rename to runtime/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.h diff --git a/runtimes/neurun/frontend/nnapi/wrapper/NNAPIConvert.cc b/runtime/neurun/frontend/nnapi/wrapper/NNAPIConvert.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/NNAPIConvert.cc rename to runtime/neurun/frontend/nnapi/wrapper/NNAPIConvert.cc diff --git a/runtimes/neurun/frontend/nnapi/wrapper/NNAPIConvert.h b/runtime/neurun/frontend/nnapi/wrapper/NNAPIConvert.h similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/NNAPIConvert.h rename to runtime/neurun/frontend/nnapi/wrapper/NNAPIConvert.h diff --git a/runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc b/runtime/neurun/frontend/nnapi/wrapper/OperationFactory.cc similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc rename to runtime/neurun/frontend/nnapi/wrapper/OperationFactory.cc diff --git a/runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.h b/runtime/neurun/frontend/nnapi/wrapper/OperationFactory.h similarity index 100% rename from runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.h rename to runtime/neurun/frontend/nnapi/wrapper/OperationFactory.h diff --git a/runtimes/neurun/frontend/tflite/CMakeLists.txt b/runtime/neurun/frontend/tflite/CMakeLists.txt similarity index 100% rename from runtimes/neurun/frontend/tflite/CMakeLists.txt rename to runtime/neurun/frontend/tflite/CMakeLists.txt diff --git a/runtimes/neurun/frontend/tflite/schema.fbs b/runtime/neurun/frontend/tflite/schema.fbs similarity index 100% rename from runtimes/neurun/frontend/tflite/schema.fbs rename to runtime/neurun/frontend/tflite/schema.fbs diff --git a/runtimes/neurun/frontend/tflite/schema_generated.h b/runtime/neurun/frontend/tflite/schema_generated.h similarity index 100% rename from runtimes/neurun/frontend/tflite/schema_generated.h rename to runtime/neurun/frontend/tflite/schema_generated.h diff --git a/runtimes/neurun/frontend/tflite/tflite_loader.cc b/runtime/neurun/frontend/tflite/tflite_loader.cc similarity index 100% rename from runtimes/neurun/frontend/tflite/tflite_loader.cc rename to runtime/neurun/frontend/tflite/tflite_loader.cc diff --git a/runtimes/neurun/frontend/tflite/tflite_loader.h b/runtime/neurun/frontend/tflite/tflite_loader.h similarity index 100% rename from runtimes/neurun/frontend/tflite/tflite_loader.h rename to runtime/neurun/frontend/tflite/tflite_loader.h diff --git a/runtimes/neurun/test/CMakeLists.txt b/runtime/neurun/test/CMakeLists.txt similarity index 100% rename from runtimes/neurun/test/CMakeLists.txt rename to runtime/neurun/test/CMakeLists.txt diff --git a/runtimes/neurun/test/core/backend/ExecTime.test.cc b/runtime/neurun/test/core/backend/ExecTime.test.cc similarity index 100% rename from runtimes/neurun/test/core/backend/ExecTime.test.cc rename to runtime/neurun/test/core/backend/ExecTime.test.cc diff --git a/runtimes/neurun/test/core/compiler/Scheduler.cc b/runtime/neurun/test/core/compiler/Scheduler.cc similarity index 100% rename from runtimes/neurun/test/core/compiler/Scheduler.cc rename to runtime/neurun/test/core/compiler/Scheduler.cc diff --git a/runtimes/neurun/test/core/exec/ExecInstance.cc b/runtime/neurun/test/core/exec/ExecInstance.cc similarity index 100% rename from runtimes/neurun/test/core/exec/ExecInstance.cc rename to runtime/neurun/test/core/exec/ExecInstance.cc diff --git a/runtimes/neurun/test/core/exec/interp/ExecManager.cc b/runtime/neurun/test/core/exec/interp/ExecManager.cc similarity index 100% rename from runtimes/neurun/test/core/exec/interp/ExecManager.cc rename to runtime/neurun/test/core/exec/interp/ExecManager.cc diff --git a/runtimes/neurun/test/graph/Graph.cc b/runtime/neurun/test/graph/Graph.cc similarity index 100% rename from runtimes/neurun/test/graph/Graph.cc rename to runtime/neurun/test/graph/Graph.cc diff --git a/runtimes/neurun/test/graph/Index.cc b/runtime/neurun/test/graph/Index.cc similarity index 100% rename from runtimes/neurun/test/graph/Index.cc rename to runtime/neurun/test/graph/Index.cc diff --git a/runtimes/neurun/test/graph/MockNode.h b/runtime/neurun/test/graph/MockNode.h similarity index 100% rename from runtimes/neurun/test/graph/MockNode.h rename to runtime/neurun/test/graph/MockNode.h diff --git a/runtimes/neurun/test/graph/operand/IndexSet.cc b/runtime/neurun/test/graph/operand/IndexSet.cc similarity index 100% rename from runtimes/neurun/test/graph/operand/IndexSet.cc rename to runtime/neurun/test/graph/operand/IndexSet.cc diff --git a/runtimes/neurun/test/graph/operand/LayoutSet.cc b/runtime/neurun/test/graph/operand/LayoutSet.cc similarity index 100% rename from runtimes/neurun/test/graph/operand/LayoutSet.cc rename to runtime/neurun/test/graph/operand/LayoutSet.cc diff --git a/runtimes/neurun/test/graph/operand/Set.cc b/runtime/neurun/test/graph/operand/Set.cc similarity index 100% rename from runtimes/neurun/test/graph/operand/Set.cc rename to runtime/neurun/test/graph/operand/Set.cc diff --git a/runtimes/neurun/test/graph/operand/UseDef.cc b/runtime/neurun/test/graph/operand/UseDef.cc similarity index 100% rename from runtimes/neurun/test/graph/operand/UseDef.cc rename to runtime/neurun/test/graph/operand/UseDef.cc diff --git a/runtimes/neurun/test/graph/operation/Set.cc b/runtime/neurun/test/graph/operation/Set.cc similarity index 100% rename from runtimes/neurun/test/graph/operation/Set.cc rename to runtime/neurun/test/graph/operation/Set.cc diff --git a/runtimes/neurun/test/graph/operation/SetIO.cc b/runtime/neurun/test/graph/operation/SetIO.cc similarity index 100% rename from runtimes/neurun/test/graph/operation/SetIO.cc rename to runtime/neurun/test/graph/operation/SetIO.cc diff --git a/runtimes/neurun/test/graph/verifier/Verifier.cc b/runtime/neurun/test/graph/verifier/Verifier.cc similarity index 100% rename from runtimes/neurun/test/graph/verifier/Verifier.cc rename to runtime/neurun/test/graph/verifier/Verifier.cc diff --git a/runtimes/neurun/test/util/ShapeInference.cc b/runtime/neurun/test/util/ShapeInference.cc similarity index 100% rename from runtimes/neurun/test/util/ShapeInference.cc rename to runtime/neurun/test/util/ShapeInference.cc diff --git a/runtimes/nnapi-header/CMakeLists.txt b/runtime/nnapi-header/CMakeLists.txt similarity index 100% rename from runtimes/nnapi-header/CMakeLists.txt rename to runtime/nnapi-header/CMakeLists.txt diff --git a/runtimes/nnapi-header/include/NeuralNetworks.h b/runtime/nnapi-header/include/NeuralNetworks.h similarity index 100% rename from runtimes/nnapi-header/include/NeuralNetworks.h rename to runtime/nnapi-header/include/NeuralNetworks.h diff --git a/runtimes/nnapi-header/include/NeuralNetworksEx.h b/runtime/nnapi-header/include/NeuralNetworksEx.h similarity index 100% rename from runtimes/nnapi-header/include/NeuralNetworksEx.h rename to runtime/nnapi-header/include/NeuralNetworksEx.h diff --git a/runtimes/nnapi-header/include/NeuralNetworksExtensions.h b/runtime/nnapi-header/include/NeuralNetworksExtensions.h similarity index 100% rename from runtimes/nnapi-header/include/NeuralNetworksExtensions.h rename to runtime/nnapi-header/include/NeuralNetworksExtensions.h -- 2.7.4