/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/ |
H A D | nn_tensor_test.cpp | 190 TensorDesc* tensorDesc = &desc; variable 296 TensorDesc* tensorDesc = &desc; variable 399 TensorDesc* tensorDesc = &desc; variable 464 TensorDesc* tensorDesc = &desc; variable 533 TensorDesc* tensorDesc = &desc; variable 600 TensorDesc* tensorDesc = &desc; variable 629 TensorDesc* tensorDesc = &desc; variable 780 TensorDesc* tensorDesc = &desc; variable 811 TensorDesc* tensorDesc = &desc; variable 842 TensorDesc* tensorDesc = &desc; variable [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 920 NN_TensorDesc* tensorDesc = nullptr; variable 944 NN_TensorDesc* tensorDesc = nullptr; variable 983 NN_TensorDesc* tensorDesc = nullptr; variable 1022 NN_TensorDesc* tensorDesc = nullptr; variable 1048 NN_TensorDesc* tensorDesc = nullptr; variable 1087 NN_TensorDesc* tensorDesc = nullptr; variable 1143 NN_TensorDesc* tensorDesc = nullptr; variable 1187 NN_TensorDesc* tensorDesc = nullptr; variable 1213 NN_TensorDesc* tensorDesc = nullptr; variable 1252 NN_TensorDesc* tensorDesc = nullptr; variable [all …]
|
H A D | neural_network_core_test.h | 44 TensorDesc* tensorDesc = &desc; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | neural_network_core.cpp | 809 NN_TensorDesc *tensorDesc = reinterpret_cast<NN_TensorDesc *>(tensorDescImpl); in OH_NNTensorDesc_Create() local 813 NNRT_API OH_NN_ReturnCode OH_NNTensorDesc_Destroy(NN_TensorDesc **tensorDesc) in OH_NNTensorDesc_Destroy() 830 NNRT_API OH_NN_ReturnCode OH_NNTensorDesc_SetName(NN_TensorDesc *tensorDesc, const char *name) in OH_NNTensorDesc_SetName() 845 NNRT_API OH_NN_ReturnCode OH_NNTensorDesc_GetName(const NN_TensorDesc *tensorDesc, const char **nam… in OH_NNTensorDesc_GetName() 908 NNRT_API OH_NN_ReturnCode OH_NNTensorDesc_GetShape(const NN_TensorDesc *tensorDesc, in OH_NNTensorDesc_GetShape() 933 NNRT_API OH_NN_ReturnCode OH_NNTensorDesc_SetFormat(NN_TensorDesc *tensorDesc, OH_NN_Format format) in OH_NNTensorDesc_SetFormat() 974 NNRT_API OH_NN_ReturnCode OH_NNTensorDesc_GetByteSize(const NN_TensorDesc *tensorDesc, size_t *byte… in OH_NNTensorDesc_GetByteSize() 989 NNRT_API NN_Tensor* OH_NNTensor_Create(size_t deviceID, NN_TensorDesc *tensorDesc) in OH_NNTensor_Create() 1021 NNRT_API NN_Tensor* OH_NNTensor_CreateWithSize(size_t deviceID, NN_TensorDesc *tensorDesc, size_t s… in OH_NNTensor_CreateWithSize() 1054 NN_TensorDesc *tensorDesc, in OH_NNTensor_CreateWithFd() [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nncompiler.cpp | 785 for (const auto& tensorDesc : tensorDescs) { in SerializeTensorsToBuffer() local 798 for (const auto& tensorDesc : immediateTensorDescs) { in SerializeTensorsToBuffer() local 816 for (const auto& tensorDesc : immediateTensorDescs) { in SerializeTensorsToBuffer() local
|
H A D | nntensor.cpp | 41 OH_NN_ReturnCode NNTensor2_0::SetTensorDesc(const TensorDesc* tensorDesc) in SetTensorDesc()
|
H A D | nnexecutor.cpp | 122 auto tensorDesc = m_outputTensorDescs[outputIndex].first; in GetOutputShape() local 384 …const std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>& tensorDesc, const NNTensor& tensor… in CompareAttribute() 681 const std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>& tensorDesc) in BuildNNTensorFromDesc()
|
H A D | nn_tensor.cpp | 159 OH_NN_ReturnCode NNTensor::BuildFromTensorDesc(const NN_TensorDesc* tensorDesc) in BuildFromTensorDesc()
|
H A D | neural_network_runtime.cpp | 156 OH_NN_ReturnCode OH_NNModel_AddTensorToModel(OH_NNModel* model, const NN_TensorDesc* tensorDesc) in OH_NNModel_AddTensorToModel()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/ |
H A D | nn_backend_test.cpp | 472 TensorDesc* tensorDesc = &desc; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 739 TensorDesc tensorDesc; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 738 TensorDesc tensorDesc; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/ |
H A D | hdi_prepared_model_test.cpp | 744 TensorDesc tensorDesc; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 930 TensorDesc* tensorDesc = &desc; variable 991 TensorDesc* tensorDesc = &desc; variable 1051 TensorDesc* tensorDesc = &desc; variable 1158 TensorDesc* tensorDesc = &desc; variable
|