Home
last modified time | relevance | path

Searched defs:tensorImpl (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp1004 Tensor* tensorImpl = backend->CreateTensor(descImpl); in OH_NNTensor_Create() local
1036 Tensor* tensorImpl = backend->CreateTensor(descImpl); in OH_NNTensor_CreateWithSize() local
1093 Tensor* tensorImpl = backend->CreateTensor(descImpl); in OH_NNTensor_CreateWithFd() local
1121 Tensor* tensorImpl = reinterpret_cast<Tensor*>(*tensor); in OH_NNTensor_Destroy() local
1146 const Tensor *tensorImpl = reinterpret_cast<const Tensor *>(tensor); in OH_NNTensor_GetTensorDesc() local
1164 const Tensor *tensorImpl = reinterpret_cast<const Tensor *>(tensor); in OH_NNTensor_GetDataBuffer() local
1185 const Tensor *tensorImpl = reinterpret_cast<const Tensor *>(tensor); in OH_NNTensor_GetSize() local
1201 const Tensor *tensorImpl = reinterpret_cast<const Tensor *>(tensor); in OH_NNTensor_GetFd() local
1217 const Tensor *tensorImpl = reinterpret_cast<const Tensor *>(tensor); in OH_NNTensor_GetOffset() local
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.cpp190 NNTensor2_0* tensorImpl = new (std::nothrow) NNTensor2_0(m_backendID); in CreateTensor() local
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp677 MockTensor* tensorImpl = new (std::nothrow) MockTensor(); variable
706 NNTensor2_0* tensorImpl = new (std::nothrow) NNTensor2_0(deviceId); variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_1/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp676 MockTensor* tensorImpl = new (std::nothrow) MockTensor(); variable
705 NNTensor2_0* tensorImpl = new (std::nothrow) NNTensor2_0(deviceId); variable
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_prepared_model/
H A Dhdi_prepared_model_test.cpp682 MockTensor* tensorImpl = new (std::nothrow) MockTensor(); variable
711 NNTensor2_0* tensorImpl = new (std::nothrow) NNTensor2_0(deviceId); variable