Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp803 TensorDesc *tensorDescImpl = new (std::nothrow) TensorDesc(); in OH_NNTensorDesc_Create() local
824 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(*tensorDesc); in OH_NNTensorDesc_Destroy() local
841 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetName() local
860 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetName() local
871 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetDataType() local
886 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetDataType() local
904 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetShape() local
929 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetShape() local
940 TensorDesc *tensorDescImpl = reinterpret_cast<TensorDesc *>(tensorDesc); in OH_NNTensorDesc_SetFormat() local
955 const TensorDesc *tensorDescImpl = reinterpret_cast<const TensorDesc *>(tensorDesc); in OH_NNTensorDesc_GetFormat() local
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.cpp166 …const auto* tensorDescImpl = reinterpret_cast<const OHOS::NeuralNetworkRuntime::TensorDesc*>(tenso… in BuildFromTensorDesc() local
H A Dnnexecutor.cpp155 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); in CreateInputTensorDesc() local
178 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); in CreateOutputTensorDesc() local
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp2947 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); variable
2975 TensorDesc* tensorDescImpl = new (std::nothrow) TensorDesc(); variable