Home
last modified time | relevance | path

Searched defs:tensorDesc (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp190 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 Dneural_network_core_test.cpp920 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 Dneural_network_core_test.h44 TensorDesc* tensorDesc = &desc; variable
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp809 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 Dnncompiler.cpp785 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 Dnntensor.cpp41 OH_NN_ReturnCode NNTensor2_0::SetTensorDesc(const TensorDesc* tensorDesc) in SetTensorDesc()
H A Dnnexecutor.cpp122 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 Dnn_tensor.cpp159 OH_NN_ReturnCode NNTensor::BuildFromTensorDesc(const NN_TensorDesc* tensorDesc) in BuildFromTensorDesc()
H A Dneural_network_runtime.cpp156 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 Dnn_backend_test.cpp472 TensorDesc* tensorDesc = &desc; variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp739 TensorDesc tensorDesc; variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp738 TensorDesc tensorDesc; variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp744 TensorDesc tensorDesc; variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp930 TensorDesc* tensorDesc = &desc; variable
991 TensorDesc* tensorDesc = &desc; variable
1051 TensorDesc* tensorDesc = &desc; variable
1158 TensorDesc* tensorDesc = &desc; variable