Home
last modified time | relevance | path

Searched defs:tensorDescImpl (Results 1 – 4 of 4) sorted by relevance

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
Dneural_network_core.cpp890 TensorDesc *tensorDescImpl = new (std::nothrow) TensorDesc(); in OH_NNTensorDesc_Create() local
911 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(*tensorDesc); in OH_NNTensorDesc_Destroy() local
928 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetName() local
947 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetName() local
958 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetDataType() local
973 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetDataType() local
991 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetShape() local
1016 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetShape() local
1027 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetFormat() local
1042 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetFormat() local
[all …]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dnn_tensor.cpp167 …const auto* tensorDescImpl = reinterpret_cast<const OHOS::NeuralNetworkRuntime::TensorDesc*>(tenso… in BuildFromTensorDesc() local
Dnnexecutor.cpp282 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); in CreateInputTensorDesc() local
305 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); in CreateOutputTensorDesc() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
Dneural_network_runtime_test.cpp3011 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); variable
3039 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); variable