Home
last modified time | relevance | path

Searched refs:DestroyTensor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dbackend.h47 virtual OH_NN_ReturnCode DestroyTensor(Tensor* tensor) = 0;
H A Dneural_network_core.cpp1013 backend->DestroyTensor(tensorImpl); in OH_NNTensor_Create()
1045 backend->DestroyTensor(tensorImpl); in OH_NNTensor_CreateWithSize()
1102 backend->DestroyTensor(tensorImpl); in OH_NNTensor_CreateWithFd()
1130 auto ret = backend->DestroyTensor(tensorImpl); in OH_NNTensor_Destroy()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnbackend.h50 OH_NN_ReturnCode DestroyTensor(Tensor* tensor) override;
H A Dnnbackend.cpp206 OH_NN_ReturnCode NNBackend::DestroyTensor(Tensor* tensor) in DestroyTensor() function in OHOS::NeuralNetworkRuntime::NNBackend
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp491 EXPECT_EQ(OH_NN_INVALID_PARAMETER, hdiDevice->DestroyTensor(nullptr));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_tensor/
H A Dnn_tensor_test.cpp105 MOCK_METHOD1(DestroyTensor, OH_NN_ReturnCode(Tensor*));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp149 MOCK_METHOD1(DestroyTensor, OH_NN_ReturnCode(Tensor*));