Home
last modified time | relevance | path

Searched defs:TensorDesc (Results 1 – 2 of 2) sorted by relevance

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dnnexecutor.cpp30 const std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>>& inputTensorDescs, in NNExecutor()
308const std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>& tensorDesc, const NNTensor& tensor… in CompareAttribute() argument
605 const std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>& tensorDesc) in BuildNNTensorFromDesc()
Dnncompiler.cpp668const std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>>& tensorDescs, Buffer& … in SerializeTensorsToBuffer() argument
769 …const Buffer& buffer, std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>>& tenso… in DeserializedTensorsFromBuffer()