Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp39 struct SerializedTensorDesc { struct
41 SerializedTensorDesc() = default;
42 ~SerializedTensorDesc() = default;
116 const size_t SIZE_OF_DATATYPE = sizeof(SerializedTensorDesc::m_dataType);
117 const size_t SIZE_OF_FORMAT = sizeof(SerializedTensorDesc::m_format);
118 const size_t SIZE_OF_TENSOR_TYPE = sizeof(SerializedTensorDesc::m_tensorType);
119 const size_t SIZE_OF_SHAPE_NUM = sizeof(SerializedTensorDesc::m_shapeNum);
783 std::vector<SerializedTensorDesc> immediateTensorDescs; in SerializeTensorsToBuffer()
786 SerializedTensorDesc immediateTensorDesc; in SerializeTensorsToBuffer()
884 std::vector<SerializedTensorDesc> immediateTensorDescs; in DeserializedTensorsFromBuffer()
[all …]