Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.h58 OH_NN_ReturnCode SetTensorType(OH_NN_TensorType tensorType);
H A Dinner_model.h41 OH_NN_ReturnCode SetTensorType(uint32_t index, OH_NN_TensorType tensorType);
H A Dinner_model.cpp228 OH_NN_ReturnCode InnerModel::SetTensorType(uint32_t index, OH_NN_TensorType tensorType) in SetTensorType() function in OHOS::NeuralNetworkRuntime::InnerModel
241 OH_NN_ReturnCode returnCode = tensor->SetTensorType(tensorType); in SetTensorType()
H A Dnn_tensor.cpp224 OH_NN_ReturnCode NNTensor::SetTensorType(OH_NN_TensorType tensorType) in SetTensorType() function in OHOS::NeuralNetworkRuntime::NNTensor
H A Dneural_network_runtime.cpp211 OH_NN_ReturnCode returnCode = innerModel->SetTensorType((uint32_t)(index), tensorType); in OH_NNModel_SetTensorType()
H A Dnnexecutor.cpp705 ret = tensor->SetTensorType(tensorDesc.second); in BuildNNTensorFromDesc()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp100 MOCK_METHOD2(SetTensorType, OH_NN_ReturnCode(uint32_t, OH_NN_TensorType));