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.cpp811 TensorDesc *tensorDescImpl = new (std::nothrow) TensorDesc(); in OH_NNTensorDesc_Create() local
832 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(*tensorDesc); in OH_NNTensorDesc_Destroy() local
849 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetName() local
868 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetName() local
879 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetDataType() local
894 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetDataType() local
912 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetShape() local
937 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetShape() local
948 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetFormat() local
963 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.cpp166 …const auto* tensorDescImpl = reinterpret_cast<const OHOS::NeuralNetworkRuntime::TensorDesc*>(tenso… in BuildFromTensorDesc() local
Dnnexecutor.cpp155 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); in CreateInputTensorDesc() local
178 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.cpp2891 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); variable
2919 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); variable