Home
last modified time | relevance | path

Searched refs:tensorName (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_prepared_model_v1_0.cpp111 const char* tensorName = nullptr; in TransIOTensor() local
112 OH_NN_ReturnCode ret = nnTensorDesc->GetName(&tensorName); in TransIOTensor()
117 ioTensor.name = tensorName; in TransIOTensor()
H A Dhdi_prepared_model_v2_0.cpp112 const char* tensorName = nullptr; in TransIOTensor() local
113 OH_NN_ReturnCode ret = nnTensorDesc->GetName(&tensorName); in TransIOTensor()
118 ioTensor.name = tensorName; in TransIOTensor()
H A Dhdi_prepared_model_v2_1.cpp112 const char* tensorName = nullptr; in TransIOTensor() local
113 OH_NN_ReturnCode ret = nnTensorDesc->GetName(&tensorName); in TransIOTensor()
118 ioTensor.name = tensorName; in TransIOTensor()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md2934 …返回错误码。 作为输出参数,**\*name**必须为空指针,否则该接口将返回错误码。 例如您应该定义char\* tensorName = NULL,并传递&tensorName作为**…
H A D_neural_nework_runtime.md2934 …返回错误码。 作为输出参数,**\*name**必须为空指针,否则该接口将返回错误码。 例如您应该定义char\* tensorName = NULL,并传递&tensorName作为**…
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md2934 …e is returned. For example, you should define **char\* tensorName = NULL** and pass **&tensorName*…