History log of /foundation/ai/neural_network_runtime/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
12e714ce15-Oct-2024 openharmony_ci <120357966@qq.com>

!232 backend单例类存在多个实例问题修复
Merge pull request !232 from wangchuanxia/master


.gitignore
BUILD.gn
LICENSE
OAT.xml
README.md
README_zh.md
bundle.json
common/log.h
common/scoped_trace.h
common/utils.h
config/BUILD.gn
example/deep_learning_framework/CMakeLists.txt
example/deep_learning_framework/README_zh.md
example/deep_learning_framework/cmake_build/build_ohos_tflite.sh
example/deep_learning_framework/tflite/CMakeLists.txt
example/deep_learning_framework/tflite/delegates/nnrt_delegate/CMakeLists.txt
example/deep_learning_framework/tflite/delegates/nnrt_delegate/nnrt_delegate.cpp
example/deep_learning_framework/tflite/delegates/nnrt_delegate/nnrt_delegate.h
example/deep_learning_framework/tflite/delegates/nnrt_delegate/nnrt_delegate_kernel.cpp
example/deep_learning_framework/tflite/delegates/nnrt_delegate/nnrt_delegate_kernel.h
example/deep_learning_framework/tflite/delegates/nnrt_delegate/nnrt_delegate_provider.cpp
example/deep_learning_framework/tflite/delegates/nnrt_delegate/nnrt_op_builder.cpp
example/deep_learning_framework/tflite/delegates/nnrt_delegate/nnrt_op_builder.h
example/deep_learning_framework/tflite/delegates/nnrt_delegate/nnrt_utils.cpp
example/deep_learning_framework/tflite/delegates/nnrt_delegate/nnrt_utils.h
example/deep_learning_framework/tflite/delegates/nnrt_delegate/tensor_mapping.h
example/deep_learning_framework/tflite/label_classify/CMakeLists.txt
example/deep_learning_framework/tflite/label_classify/label_classify.cpp
example/deep_learning_framework/tflite/label_classify/label_classify.h
example/deep_learning_framework/tflite/nnrt/CMakeLists.txt
example/deep_learning_framework/tflite/nnrt/nnrt_implementation.cpp
example/deep_learning_framework/tflite/nnrt/nnrt_implementation.h
example/deep_learning_framework/tflite/tools/bitmap_helpers.cpp
example/deep_learning_framework/tflite/tools/bitmap_helpers.h
example/deep_learning_framework/tflite/tools/get_topn.h
example/deep_learning_framework/tflite/tools/log.h
example/deep_learning_framework/tflite/tools/utils.cpp
example/deep_learning_framework/tflite/tools/utils.h
example/drivers/README_zh.md
example/drivers/nnrt/v1_0/BUILD.gn
example/drivers/nnrt/v1_0/hdi_cpu_service/BUILD.gn
example/drivers/nnrt/v1_0/hdi_cpu_service/include/nnrt_device_service.h
example/drivers/nnrt/v1_0/hdi_cpu_service/include/node_functions.h
example/drivers/nnrt/v1_0/hdi_cpu_service/include/node_registry.h
example/drivers/nnrt/v1_0/hdi_cpu_service/include/prepared_model_service.h
example/drivers/nnrt/v1_0/hdi_cpu_service/include/shared_buffer_parser.h
example/drivers/nnrt/v1_0/hdi_cpu_service/include/validation.h
example/drivers/nnrt/v1_0/hdi_cpu_service/src/nnrt_device_driver.cpp
example/drivers/nnrt/v1_0/hdi_cpu_service/src/nnrt_device_service.cpp
example/drivers/nnrt/v1_0/hdi_cpu_service/src/node_functions.cpp
example/drivers/nnrt/v1_0/hdi_cpu_service/src/node_registry.cpp
example/drivers/nnrt/v1_0/hdi_cpu_service/src/prepared_model_service.cpp
example/drivers/nnrt/v1_0/hdi_cpu_service/src/shared_buffer_parser.cpp
example/drivers/nnrt/v1_0/hdi_cpu_service/src/validation.cpp
example/drivers/nnrt/v2_0/BUILD.gn
example/drivers/nnrt/v2_0/hdi_cpu_service/BUILD.gn
example/drivers/nnrt/v2_0/hdi_cpu_service/include/nnrt_device_service.h
example/drivers/nnrt/v2_0/hdi_cpu_service/include/node_functions.h
example/drivers/nnrt/v2_0/hdi_cpu_service/include/node_registry.h
example/drivers/nnrt/v2_0/hdi_cpu_service/include/prepared_model_service.h
example/drivers/nnrt/v2_0/hdi_cpu_service/include/shared_buffer_parser.h
example/drivers/nnrt/v2_0/hdi_cpu_service/include/validation.h
example/drivers/nnrt/v2_0/hdi_cpu_service/src/nnrt_device_driver.cpp
example/drivers/nnrt/v2_0/hdi_cpu_service/src/nnrt_device_service.cpp
example/drivers/nnrt/v2_0/hdi_cpu_service/src/node_functions.cpp
example/drivers/nnrt/v2_0/hdi_cpu_service/src/node_registry.cpp
example/drivers/nnrt/v2_0/hdi_cpu_service/src/prepared_model_service.cpp
example/drivers/nnrt/v2_0/hdi_cpu_service/src/shared_buffer_parser.cpp
example/drivers/nnrt/v2_0/hdi_cpu_service/src/validation.cpp
figures/Flowchart.png
figures/Principle.png
figures/arch_diagram.png
figures/dev_flow.png
figures/neural_network_runtime.png
figures/neural_network_runtime_add_op_model.png
figures/zh-cn_neural_network_runtime_intro.jpg
frameworks/native/neural_network_core/BUILD.gn
frameworks/native/neural_network_core/backend.h
frameworks/native/neural_network_core/backend_manager.cpp
frameworks/native/neural_network_core/backend_manager.h
frameworks/native/neural_network_core/backend_registrar.cpp
frameworks/native/neural_network_core/backend_registrar.h
frameworks/native/neural_network_core/compilation.h
frameworks/native/neural_network_core/compiler.h
frameworks/native/neural_network_core/cpp_type.h
frameworks/native/neural_network_core/executor.h
frameworks/native/neural_network_core/executor_config.h
frameworks/native/neural_network_core/neural_network_core.cpp
frameworks/native/neural_network_core/nnrt_client.cpp
frameworks/native/neural_network_core/nnrt_client.h
frameworks/native/neural_network_core/tensor.h
frameworks/native/neural_network_core/tensor_desc.cpp
frameworks/native/neural_network_core/tensor_desc.h
frameworks/native/neural_network_core/utils.cpp
frameworks/native/neural_network_core/validation.cpp
frameworks/native/neural_network_core/validation.h
frameworks/native/neural_network_runtime/BUILD.gn
frameworks/native/neural_network_runtime/device.h
frameworks/native/neural_network_runtime/hdi_device_v1_0.cpp
frameworks/native/neural_network_runtime/hdi_device_v1_0.h
frameworks/native/neural_network_runtime/hdi_device_v2_0.cpp
frameworks/native/neural_network_runtime/hdi_device_v2_0.h
frameworks/native/neural_network_runtime/hdi_device_v2_1.cpp
frameworks/native/neural_network_runtime/hdi_device_v2_1.h
frameworks/native/neural_network_runtime/hdi_prepared_model_v1_0.cpp
frameworks/native/neural_network_runtime/hdi_prepared_model_v1_0.h
frameworks/native/neural_network_runtime/hdi_prepared_model_v2_0.cpp
frameworks/native/neural_network_runtime/hdi_prepared_model_v2_0.h
frameworks/native/neural_network_runtime/hdi_prepared_model_v2_1.cpp
frameworks/native/neural_network_runtime/hdi_prepared_model_v2_1.h
frameworks/native/neural_network_runtime/hdi_returncode_utils.h
frameworks/native/neural_network_runtime/hdi_returncode_utils_v2_1.h
frameworks/native/neural_network_runtime/inner_model.cpp
frameworks/native/neural_network_runtime/inner_model.h
frameworks/native/neural_network_runtime/lite_graph_to_hdi_model_v1_0.cpp
frameworks/native/neural_network_runtime/lite_graph_to_hdi_model_v1_0.h
frameworks/native/neural_network_runtime/lite_graph_to_hdi_model_v2_0.cpp
frameworks/native/neural_network_runtime/lite_graph_to_hdi_model_v2_0.h
frameworks/native/neural_network_runtime/lite_graph_to_hdi_model_v2_1.cpp
frameworks/native/neural_network_runtime/lite_graph_to_hdi_model_v2_1.h
frameworks/native/neural_network_runtime/memory_manager.cpp
frameworks/native/neural_network_runtime/memory_manager.h
frameworks/native/neural_network_runtime/neural_network_runtime.cpp
frameworks/native/neural_network_runtime/neural_network_runtime_compat.cpp
frameworks/native/neural_network_runtime/nn_tensor.cpp
frameworks/native/neural_network_runtime/nn_tensor.h
frameworks/native/neural_network_runtime/nnbackend.cpp
frameworks/native/neural_network_runtime/nnbackend.h
frameworks/native/neural_network_runtime/nncompiled_cache.cpp
frameworks/native/neural_network_runtime/nncompiled_cache.h
frameworks/native/neural_network_runtime/nncompiler.cpp
frameworks/native/neural_network_runtime/nncompiler.h
frameworks/native/neural_network_runtime/nnexecutor.cpp
frameworks/native/neural_network_runtime/nnexecutor.h
frameworks/native/neural_network_runtime/nntensor.cpp
frameworks/native/neural_network_runtime/nntensor.h
frameworks/native/neural_network_runtime/ops/abs_builder.cpp
frameworks/native/neural_network_runtime/ops/abs_builder.h
frameworks/native/neural_network_runtime/ops/add_builder.cpp
frameworks/native/neural_network_runtime/ops/add_builder.h
frameworks/native/neural_network_runtime/ops/all_builder.cpp
frameworks/native/neural_network_runtime/ops/all_builder.h
frameworks/native/neural_network_runtime/ops/argmax_builder.cpp
frameworks/native/neural_network_runtime/ops/argmax_builder.h
frameworks/native/neural_network_runtime/ops/assert_builder.cpp
frameworks/native/neural_network_runtime/ops/assert_builder.h
frameworks/native/neural_network_runtime/ops/avgpool_builder.cpp
frameworks/native/neural_network_runtime/ops/avgpool_builder.h
frameworks/native/neural_network_runtime/ops/batch_to_space_nd_builder.cpp
frameworks/native/neural_network_runtime/ops/batch_to_space_nd_builder.h
frameworks/native/neural_network_runtime/ops/batchnorm_builder.cpp
frameworks/native/neural_network_runtime/ops/batchnorm_builder.h
frameworks/native/neural_network_runtime/ops/bias_add_builder.cpp
frameworks/native/neural_network_runtime/ops/bias_add_builder.h
frameworks/native/neural_network_runtime/ops/broadcast_to_builder.cpp
frameworks/native/neural_network_runtime/ops/broadcast_to_builder.h
frameworks/native/neural_network_runtime/ops/cast_builder.cpp
frameworks/native/neural_network_runtime/ops/cast_builder.h
frameworks/native/neural_network_runtime/ops/ceil_builder.cpp
frameworks/native/neural_network_runtime/ops/ceil_builder.h
frameworks/native/neural_network_runtime/ops/clip_builder.cpp
frameworks/native/neural_network_runtime/ops/clip_builder.h
frameworks/native/neural_network_runtime/ops/concat_builder.cpp
frameworks/native/neural_network_runtime/ops/concat_builder.h
frameworks/native/neural_network_runtime/ops/constant_of_shape_builder.cpp
frameworks/native/neural_network_runtime/ops/constant_of_shape_builder.h
frameworks/native/neural_network_runtime/ops/conv2d_builder.cpp
frameworks/native/neural_network_runtime/ops/conv2d_builder.h
frameworks/native/neural_network_runtime/ops/conv2d_transpose_builder.cpp
frameworks/native/neural_network_runtime/ops/conv2d_transpose_builder.h
frameworks/native/neural_network_runtime/ops/cos_builder.cpp
frameworks/native/neural_network_runtime/ops/cos_builder.h
frameworks/native/neural_network_runtime/ops/crop_builder.cpp
frameworks/native/neural_network_runtime/ops/crop_builder.h
frameworks/native/neural_network_runtime/ops/depth_to_space_builder.cpp
frameworks/native/neural_network_runtime/ops/depth_to_space_builder.h
frameworks/native/neural_network_runtime/ops/depthwise_conv2d_native_builder.cpp
frameworks/native/neural_network_runtime/ops/depthwise_conv2d_native_builder.h
frameworks/native/neural_network_runtime/ops/detection_post_process_builder.cpp
frameworks/native/neural_network_runtime/ops/detection_post_process_builder.h
frameworks/native/neural_network_runtime/ops/div_builder.cpp
frameworks/native/neural_network_runtime/ops/div_builder.h
frameworks/native/neural_network_runtime/ops/eltwise_builder.cpp
frameworks/native/neural_network_runtime/ops/eltwise_builder.h
frameworks/native/neural_network_runtime/ops/equal_builder.cpp
frameworks/native/neural_network_runtime/ops/equal_builder.h
frameworks/native/neural_network_runtime/ops/erf_builder.cpp
frameworks/native/neural_network_runtime/ops/erf_builder.h
frameworks/native/neural_network_runtime/ops/exp_builder.cpp
frameworks/native/neural_network_runtime/ops/exp_builder.h
frameworks/native/neural_network_runtime/ops/expandims_builder.cpp
frameworks/native/neural_network_runtime/ops/expandims_builder.h
frameworks/native/neural_network_runtime/ops/fill_builder.cpp
frameworks/native/neural_network_runtime/ops/fill_builder.h
frameworks/native/neural_network_runtime/ops/flatten_builder.cpp
frameworks/native/neural_network_runtime/ops/flatten_builder.h
frameworks/native/neural_network_runtime/ops/floor_builder.cpp
frameworks/native/neural_network_runtime/ops/floor_builder.h
frameworks/native/neural_network_runtime/ops/fullconnection_builder.cpp
frameworks/native/neural_network_runtime/ops/fullconnection_builder.h
frameworks/native/neural_network_runtime/ops/gather_builder.cpp
frameworks/native/neural_network_runtime/ops/gather_builder.h
frameworks/native/neural_network_runtime/ops/gather_nd_builder.cpp
frameworks/native/neural_network_runtime/ops/gather_nd_builder.h
frameworks/native/neural_network_runtime/ops/gelu_builder.cpp
frameworks/native/neural_network_runtime/ops/gelu_builder.h
frameworks/native/neural_network_runtime/ops/greater_builder.cpp
frameworks/native/neural_network_runtime/ops/greater_builder.h
frameworks/native/neural_network_runtime/ops/greater_equal_builder.cpp
frameworks/native/neural_network_runtime/ops/greater_equal_builder.h
frameworks/native/neural_network_runtime/ops/hard_sigmoid_builder.cpp
frameworks/native/neural_network_runtime/ops/hard_sigmoid_builder.h
frameworks/native/neural_network_runtime/ops/hswish_builder.cpp
frameworks/native/neural_network_runtime/ops/hswish_builder.h
frameworks/native/neural_network_runtime/ops/instance_norm_builder.cpp
frameworks/native/neural_network_runtime/ops/instance_norm_builder.h
frameworks/native/neural_network_runtime/ops/l2_normalize_builder.cpp
frameworks/native/neural_network_runtime/ops/l2_normalize_builder.h
frameworks/native/neural_network_runtime/ops/layernorm_builder.cpp
frameworks/native/neural_network_runtime/ops/layernorm_builder.h
frameworks/native/neural_network_runtime/ops/leaky_relu_builder.cpp
frameworks/native/neural_network_runtime/ops/leaky_relu_builder.h
frameworks/native/neural_network_runtime/ops/less_builder.cpp
frameworks/native/neural_network_runtime/ops/less_builder.h
frameworks/native/neural_network_runtime/ops/lessequal_builder.cpp
frameworks/native/neural_network_runtime/ops/lessequal_builder.h
frameworks/native/neural_network_runtime/ops/log_builder.cpp
frameworks/native/neural_network_runtime/ops/log_builder.h
frameworks/native/neural_network_runtime/ops/log_softmax_builder.cpp
frameworks/native/neural_network_runtime/ops/log_softmax_builder.h
frameworks/native/neural_network_runtime/ops/logical_and_builder.cpp
frameworks/native/neural_network_runtime/ops/logical_and_builder.h
frameworks/native/neural_network_runtime/ops/logical_not_builder.cpp
frameworks/native/neural_network_runtime/ops/logical_not_builder.h
frameworks/native/neural_network_runtime/ops/logical_or_builder.cpp
frameworks/native/neural_network_runtime/ops/logical_or_builder.h
frameworks/native/neural_network_runtime/ops/lrn_builder.cpp
frameworks/native/neural_network_runtime/ops/lrn_builder.h
frameworks/native/neural_network_runtime/ops/lstm_builder.cpp
frameworks/native/neural_network_runtime/ops/lstm_builder.h
frameworks/native/neural_network_runtime/ops/matmul_builder.cpp
frameworks/native/neural_network_runtime/ops/matmul_builder.h
frameworks/native/neural_network_runtime/ops/maximum_builder.cpp
frameworks/native/neural_network_runtime/ops/maximum_builder.h
frameworks/native/neural_network_runtime/ops/maxpool_builder.cpp
frameworks/native/neural_network_runtime/ops/maxpool_builder.h
frameworks/native/neural_network_runtime/ops/minimum_builder.cpp
frameworks/native/neural_network_runtime/ops/minimum_builder.h
frameworks/native/neural_network_runtime/ops/mod_builder.cpp
frameworks/native/neural_network_runtime/ops/mod_builder.h
frameworks/native/neural_network_runtime/ops/mul_builder.cpp
frameworks/native/neural_network_runtime/ops/mul_builder.h
frameworks/native/neural_network_runtime/ops/neg_builder.cpp
frameworks/native/neural_network_runtime/ops/neg_builder.h
frameworks/native/neural_network_runtime/ops/notequal_builder.cpp
frameworks/native/neural_network_runtime/ops/notequal_builder.h
frameworks/native/neural_network_runtime/ops/onehot_builder.cpp
frameworks/native/neural_network_runtime/ops/onehot_builder.h
frameworks/native/neural_network_runtime/ops/ops_validation.cpp
frameworks/native/neural_network_runtime/ops/ops_validation.h
frameworks/native/neural_network_runtime/ops/pad_builder.cpp
frameworks/native/neural_network_runtime/ops/pad_builder.h
frameworks/native/neural_network_runtime/ops/pooling_builder.cpp
frameworks/native/neural_network_runtime/ops/pooling_builder.h
frameworks/native/neural_network_runtime/ops/pow_builder.cpp
frameworks/native/neural_network_runtime/ops/pow_builder.h
frameworks/native/neural_network_runtime/ops/prelu_builder.cpp
frameworks/native/neural_network_runtime/ops/prelu_builder.h
frameworks/native/neural_network_runtime/ops/quant_dtype_cast_builder.cpp
frameworks/native/neural_network_runtime/ops/quant_dtype_cast_builder.h
frameworks/native/neural_network_runtime/ops/range_builder.cpp
frameworks/native/neural_network_runtime/ops/range_builder.h
frameworks/native/neural_network_runtime/ops/rank_builder.cpp
frameworks/native/neural_network_runtime/ops/rank_builder.h
frameworks/native/neural_network_runtime/ops/reciprocal_builder.cpp
frameworks/native/neural_network_runtime/ops/reciprocal_builder.h
frameworks/native/neural_network_runtime/ops/reduceL2_builder.cpp
frameworks/native/neural_network_runtime/ops/reduceL2_builder.h
frameworks/native/neural_network_runtime/ops/reduceall_builder.cpp
frameworks/native/neural_network_runtime/ops/reduceall_builder.h
frameworks/native/neural_network_runtime/ops/reducemax_builder.cpp
frameworks/native/neural_network_runtime/ops/reducemax_builder.h
frameworks/native/neural_network_runtime/ops/reducemean_builder.cpp
frameworks/native/neural_network_runtime/ops/reducemean_builder.h
frameworks/native/neural_network_runtime/ops/reducemin_builder.cpp
frameworks/native/neural_network_runtime/ops/reducemin_builder.h
frameworks/native/neural_network_runtime/ops/reduceprod_builder.cpp
frameworks/native/neural_network_runtime/ops/reduceprod_builder.h
frameworks/native/neural_network_runtime/ops/reducesum_builder.cpp
frameworks/native/neural_network_runtime/ops/reducesum_builder.h
frameworks/native/neural_network_runtime/ops/relu6_builder.cpp
frameworks/native/neural_network_runtime/ops/relu6_builder.h
frameworks/native/neural_network_runtime/ops/relu_builder.cpp
frameworks/native/neural_network_runtime/ops/relu_builder.h
frameworks/native/neural_network_runtime/ops/reshape_builder.cpp
frameworks/native/neural_network_runtime/ops/reshape_builder.h
frameworks/native/neural_network_runtime/ops/resize_bilinear_builder.cpp
frameworks/native/neural_network_runtime/ops/resize_bilinear_builder.h
frameworks/native/neural_network_runtime/ops/round_builder.cpp
frameworks/native/neural_network_runtime/ops/round_builder.h
frameworks/native/neural_network_runtime/ops/rsqrt_builder.cpp
frameworks/native/neural_network_runtime/ops/rsqrt_builder.h
frameworks/native/neural_network_runtime/ops/scale_builder.cpp
frameworks/native/neural_network_runtime/ops/scale_builder.h
frameworks/native/neural_network_runtime/ops/scatter_nd_builder.cpp
frameworks/native/neural_network_runtime/ops/scatter_nd_builder.h
frameworks/native/neural_network_runtime/ops/select_builder.cpp
frameworks/native/neural_network_runtime/ops/select_builder.h
frameworks/native/neural_network_runtime/ops/shape_builder.cpp
frameworks/native/neural_network_runtime/ops/shape_builder.h
frameworks/native/neural_network_runtime/ops/sigmoid_builder.cpp
frameworks/native/neural_network_runtime/ops/sigmoid_builder.h
frameworks/native/neural_network_runtime/ops/sin_builder.cpp
frameworks/native/neural_network_runtime/ops/sin_builder.h
frameworks/native/neural_network_runtime/ops/slice_builder.cpp
frameworks/native/neural_network_runtime/ops/slice_builder.h
frameworks/native/neural_network_runtime/ops/softmax_builder.cpp
frameworks/native/neural_network_runtime/ops/softmax_builder.h
frameworks/native/neural_network_runtime/ops/space_to_batch_nd_builder.cpp
frameworks/native/neural_network_runtime/ops/space_to_batch_nd_builder.h
frameworks/native/neural_network_runtime/ops/space_to_depth_builder.cpp
frameworks/native/neural_network_runtime/ops/space_to_depth_builder.h
frameworks/native/neural_network_runtime/ops/sparse_to_dense_builder.cpp
frameworks/native/neural_network_runtime/ops/sparse_to_dense_builder.h
frameworks/native/neural_network_runtime/ops/split_builder.cpp
frameworks/native/neural_network_runtime/ops/split_builder.h
frameworks/native/neural_network_runtime/ops/sqrt_builder.cpp
frameworks/native/neural_network_runtime/ops/sqrt_builder.h
frameworks/native/neural_network_runtime/ops/square_builder.cpp
frameworks/native/neural_network_runtime/ops/square_builder.h
frameworks/native/neural_network_runtime/ops/squared_difference_builder.cpp
frameworks/native/neural_network_runtime/ops/squared_difference_builder.h
frameworks/native/neural_network_runtime/ops/squeeze_builder.cpp
frameworks/native/neural_network_runtime/ops/squeeze_builder.h
frameworks/native/neural_network_runtime/ops/stack_builder.cpp
frameworks/native/neural_network_runtime/ops/stack_builder.h
frameworks/native/neural_network_runtime/ops/strided_slice_builder.cpp
frameworks/native/neural_network_runtime/ops/strided_slice_builder.h
frameworks/native/neural_network_runtime/ops/sub_builder.cpp
frameworks/native/neural_network_runtime/ops/sub_builder.h
frameworks/native/neural_network_runtime/ops/swish_builder.cpp
frameworks/native/neural_network_runtime/ops/swish_builder.h
frameworks/native/neural_network_runtime/ops/tanh_builder.cpp
frameworks/native/neural_network_runtime/ops/tanh_builder.h
frameworks/native/neural_network_runtime/ops/tile_builder.cpp
frameworks/native/neural_network_runtime/ops/tile_builder.h
frameworks/native/neural_network_runtime/ops/top_k_builder.cpp
frameworks/native/neural_network_runtime/ops/top_k_builder.h
frameworks/native/neural_network_runtime/ops/transpose_builder.cpp
frameworks/native/neural_network_runtime/ops/transpose_builder.h
frameworks/native/neural_network_runtime/ops/unsqueeze_builder.cpp
frameworks/native/neural_network_runtime/ops/unsqueeze_builder.h
frameworks/native/neural_network_runtime/ops/unstack_builder.cpp
frameworks/native/neural_network_runtime/ops/unstack_builder.h
frameworks/native/neural_network_runtime/ops/where_builder.cpp
frameworks/native/neural_network_runtime/ops/where_builder.h
frameworks/native/neural_network_runtime/ops_builder.cpp
frameworks/native/neural_network_runtime/ops_builder.h
frameworks/native/neural_network_runtime/ops_registry.cpp
frameworks/native/neural_network_runtime/ops_registry.h
frameworks/native/neural_network_runtime/prepared_model.h
frameworks/native/neural_network_runtime/quant_param.cpp
frameworks/native/neural_network_runtime/quant_param.h
frameworks/native/neural_network_runtime/register_hdi_device_v1_0.cpp
frameworks/native/neural_network_runtime/register_hdi_device_v2_0.cpp
frameworks/native/neural_network_runtime/transform.cpp
frameworks/native/neural_network_runtime/transform.h
interfaces/innerkits/c/neural_network_runtime_inner.h
interfaces/kits/c/neural_network_runtime/neural_network_core.h
interfaces/kits/c/neural_network_runtime/neural_network_runtime.h
interfaces/kits/c/neural_network_runtime/neural_network_runtime_type.h
neural-network-runtime-guidelines.md
test/README.md
test/fuzztest/BUILD.gn
test/fuzztest/data.h
test/fuzztest/hdinnrtdevice_fuzzer/BUILD.gn
test/fuzztest/hdinnrtdevice_fuzzer/corpus/init
test/fuzztest/hdinnrtdevice_fuzzer/hdinnrtdevice_fuzzer.cpp
test/fuzztest/hdinnrtdevice_fuzzer/hdinnrtdevice_fuzzer.h
test/fuzztest/hdinnrtdevice_fuzzer/project.xml
test/fuzztest/hdinnrtpreparedmodel_fuzzer/BUILD.gn
test/fuzztest/hdinnrtpreparedmodel_fuzzer/corpus/init
test/fuzztest/hdinnrtpreparedmodel_fuzzer/hdinnrtpreparedmodel_fuzzer.cpp
test/fuzztest/hdinnrtpreparedmodel_fuzzer/hdinnrtpreparedmodel_fuzzer.h
test/fuzztest/hdinnrtpreparedmodel_fuzzer/project.xml
test/fuzztest/nnrt_device_impl.h
test/fuzztest/nnrt_prepare_model_impl.h
test/system_test/BUILD.gn
test/system_test/common/nnrt_test.cpp
test/system_test/common/nnrt_test.h
test/system_test/device_test.cpp
test/system_test/end_to_end_test.cpp
test/system_test/end_to_end_test.h
test/unittest/BUILD.gn
test/unittest/common/base_test.cpp
test/unittest/common/base_test.h
test/unittest/common/file_utils.cpp
test/unittest/common/file_utils.h
test/unittest/common/v1_0/compilation_mock_idevice.cpp
test/unittest/common/v1_0/executor_mock_device.cpp
test/unittest/common/v1_0/inner_model_mock_device.cpp
test/unittest/common/v1_0/mock_idevice.cpp
test/unittest/common/v1_0/mock_idevice.h
test/unittest/common/v2_0/compilation_mock_idevice.cpp
test/unittest/common/v2_0/executor_mock_device.cpp
test/unittest/common/v2_0/inner_model_mock_device.cpp
test/unittest/common/v2_0/mock_idevice.cpp
test/unittest/common/v2_0/mock_idevice.h
test/unittest/common/v2_1/mock_idevice.cpp
test/unittest/common/v2_1/mock_idevice.h
test/unittest/components/BUILD.gn
test/unittest/components/memory_manager/memory_manager_test.cpp
test/unittest/components/nn_backend/nn_backend_test.cpp
test/unittest/components/nn_compiled_cache/nn_compiled_cache_test.cpp
test/unittest/components/nn_compiler/nn_compiler_test.cpp
test/unittest/components/nn_executor/nn_executor_test.cpp
test/unittest/components/nn_tensor/nn_tensor_test.cpp
test/unittest/components/quant_param/quant_param_test.cpp
test/unittest/components/v1_0/compilation/compilation_test.cpp
test/unittest/components/v1_0/compilation/compilation_test.h
test/unittest/components/v1_0/device_manager/device_manager_test.cpp
test/unittest/components/v1_0/device_registrar/device_registrar_test.cpp
test/unittest/components/v1_0/executor/executor_test.cpp
test/unittest/components/v1_0/executor/executor_test.h
test/unittest/components/v1_0/hdi_device/hdi_device_test.cpp
test/unittest/components/v1_0/hdi_prepared_model/hdi_prepared_model_test.cpp
test/unittest/components/v1_0/inner_model/inner_model_test.cpp
test/unittest/components/v1_0/inner_model/nn_tensor_desc_test.cpp
test/unittest/components/v1_0/inner_model/nn_tensor_test.cpp
test/unittest/components/v1_0/inner_model/nn_validation_test.cpp
test/unittest/components/v1_0/inner_model/ops_registry_test.cpp
test/unittest/components/v1_0/neural_network_core_test/neural_network_core_test.cpp
test/unittest/components/v1_0/neural_network_core_test/neural_network_core_test.h
test/unittest/components/v1_0/neural_network_runtime_test/neural_network_runtime_test.cpp
test/unittest/components/v1_0/neural_network_runtime_test/neural_network_runtime_test.h
test/unittest/components/v1_0/transform/transform_test.cpp
test/unittest/components/v2_0/compilation/compilation_test.cpp
test/unittest/components/v2_0/compilation/compilation_test.h
test/unittest/components/v2_0/device_manager/device_manager_test.cpp
test/unittest/components/v2_0/device_registrar/device_registrar_test.cpp
test/unittest/components/v2_0/executor/executor_test.cpp
test/unittest/components/v2_0/executor/executor_test.h
test/unittest/components/v2_0/hdi_device/hdi_device_test.cpp
test/unittest/components/v2_0/hdi_prepared_model/hdi_prepared_model_test.cpp
test/unittest/components/v2_0/inner_model/inner_model_test.cpp
test/unittest/components/v2_0/inner_model/nn_tensor_test.cpp
test/unittest/components/v2_0/inner_model/nn_validation_test.cpp
test/unittest/components/v2_0/inner_model/ops_registry_test.cpp
test/unittest/components/v2_0/neural_network_runtime_test/neural_network_runtime_test.cpp
test/unittest/components/v2_0/neural_network_runtime_test/neural_network_runtime_test.h
test/unittest/components/v2_0/transform/transform_test.cpp
test/unittest/components/v2_1/hdi_prepared_model/hdi_prepared_model_test.cpp
test/unittest/inner_kits/BUILD.gn
test/unittest/inner_kits/neural_network_runtime_inner_test.cpp
test/unittest/inner_kits/neural_network_runtime_inner_test.h
test/unittest/ops/BUILD.gn
test/unittest/ops/abs_test.cpp
test/unittest/ops/add_test.cpp
test/unittest/ops/all_test.cpp
test/unittest/ops/argmax_test.cpp
test/unittest/ops/assert_test.cpp
test/unittest/ops/avgpool_pad_test.cpp
test/unittest/ops/avgpool_padmod_test.cpp
test/unittest/ops/batch_to_space_nd_test.cpp
test/unittest/ops/batchnorm_builder_test.cpp
test/unittest/ops/biasadd_test.cpp
test/unittest/ops/broadcast_to_test.cpp
test/unittest/ops/cast_test.cpp
test/unittest/ops/ceil_test.cpp
test/unittest/ops/clip_test.cpp
test/unittest/ops/concat_three_inputs_test.cpp
test/unittest/ops/concat_two_inputs_test.cpp
test/unittest/ops/constant_of_shape_test.cpp
test/unittest/ops/conv2d_pad_test.cpp
test/unittest/ops/conv2d_padmode_test.cpp
test/unittest/ops/conv2d_tranpose_padmode_test.cpp
test/unittest/ops/conv2d_transpose_pad_test.cpp
test/unittest/ops/cos_test.cpp
test/unittest/ops/crop_test.cpp
test/unittest/ops/depth_to_space_test.cpp
test/unittest/ops/depthwise_conv2d_native_pad_test.cpp
test/unittest/ops/depthwise_conv2d_native_padmode_test.cpp
test/unittest/ops/detection_post_process_test.cpp
test/unittest/ops/div_test.cpp
test/unittest/ops/eltwise_test.cpp
test/unittest/ops/equal_builder_test.cpp
test/unittest/ops/erf_test.cpp
test/unittest/ops/exp_test.cpp
test/unittest/ops/expandims_test.cpp
test/unittest/ops/fill_builder_test.cpp
test/unittest/ops/flatten_test.cpp
test/unittest/ops/floor_test.cpp
test/unittest/ops/fullconnection_test.cpp
test/unittest/ops/fullconnection_with_axis_test.cpp
test/unittest/ops/gather_builder_test.cpp
test/unittest/ops/gather_nd_test.cpp
test/unittest/ops/gelu_builder_test.cpp
test/unittest/ops/greater_builder_test.cpp
test/unittest/ops/greater_equal_builder_test.cpp
test/unittest/ops/hard_sigmoid_test.cpp
test/unittest/ops/hswish_builder_test.cpp
test/unittest/ops/instance_norm_test.cpp
test/unittest/ops/l2_normalize_test.cpp
test/unittest/ops/layernorm_builder_test.cpp
test/unittest/ops/leaky_relu_test.cpp
test/unittest/ops/less_test.cpp
test/unittest/ops/lessequal_builder_test.cpp
test/unittest/ops/log_softmax_test.cpp
test/unittest/ops/log_test.cpp
test/unittest/ops/logical_and_test.cpp
test/unittest/ops/logical_not_test.cpp
test/unittest/ops/logical_or_test.cpp
test/unittest/ops/lrn_test.cpp
test/unittest/ops/lstm_test.cpp
test/unittest/ops/matmul_builder_test.cpp
test/unittest/ops/maximum_builder_test.cpp
test/unittest/ops/maxpool_pad_test.cpp
test/unittest/ops/maxpool_padmode_test.cpp
test/unittest/ops/minimum_test.cpp
test/unittest/ops/mod_test.cpp
test/unittest/ops/mul_builder_test.cpp
test/unittest/ops/neg_test.cpp
test/unittest/ops/not_equal_builder_test.cpp
test/unittest/ops/onehot_builder_test.cpp
test/unittest/ops/ops_test.cpp
test/unittest/ops/ops_test.h
test/unittest/ops/pad_builder_test.cpp
test/unittest/ops/pow_builder_test.cpp
test/unittest/ops/prelu_builder_test.cpp
test/unittest/ops/quant_dtype_cast_builder_test.cpp
test/unittest/ops/range_test.cpp
test/unittest/ops/rank_test.cpp
test/unittest/ops/reciprocal_test.cpp
test/unittest/ops/reduce_all_builder_test.cpp
test/unittest/ops/reduce_l2_test.cpp
test/unittest/ops/reduce_max_builder_test.cpp
test/unittest/ops/reduce_mean_builder_test.cpp
test/unittest/ops/reduce_min_builder_test.cpp
test/unittest/ops/reduce_prod_builder_test.cpp
test/unittest/ops/reduce_sum_builder_test.cpp
test/unittest/ops/relu6_builder_test.cpp
test/unittest/ops/relu_builder_test.cpp
test/unittest/ops/reshape_builder_test.cpp
test/unittest/ops/resize_bilinear_builder_test.cpp
test/unittest/ops/round_test.cpp
test/unittest/ops/rsqrt_builder_test.cpp
test/unittest/ops/scale_builder_test.cpp
test/unittest/ops/scatter_nd_test.cpp
test/unittest/ops/select_test.cpp
test/unittest/ops/shape_builder_test.cpp
test/unittest/ops/sigmoid_builder_test.cpp
test/unittest/ops/sin_test.cpp
test/unittest/ops/slice_builder_test.cpp
test/unittest/ops/softmax_builder_test.cpp
test/unittest/ops/space_to_depth_test.cpp
test/unittest/ops/spacetobatchnd_builder_test.cpp
test/unittest/ops/sparse_to_dense_test.cpp
test/unittest/ops/split_builder_test.cpp
test/unittest/ops/sqrt_builder_test.cpp
test/unittest/ops/square_test.cpp
test/unittest/ops/squared_difference_builder_test.cpp
test/unittest/ops/squeeze_builder_test.cpp
test/unittest/ops/stack_builder_test.cpp
test/unittest/ops/strided_slice_builder_test.cpp
test/unittest/ops/sub_builder_test.cpp
test/unittest/ops/swish_test.cpp
test/unittest/ops/tanh_builder_test.cpp
test/unittest/ops/tile_builder_test.cpp
test/unittest/ops/topk_builder_test.cpp
test/unittest/ops/transpose_builder_test.cpp
test/unittest/ops/unsqueeze_builder_test.cpp
test/unittest/ops/unstack_test.cpp
test/unittest/ops/where_test.cpp