Searched defs:SerializedTensorDesc (Results 1 – 1 of 1) sorted by relevance
33 struct SerializedTensorDesc { struct38 …Code CopyFromTensorDesc(const std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>& tensorDesc) in CopyFromTensorDesc()73 OH_NN_ReturnCode CopyToTensorDesc(TensorDesc& tensorDesc) const in CopyToTensorDesc()102 OH_NN_DataType m_dataType{OH_NN_UNKNOWN};103 OH_NN_Format m_format{OH_NN_FORMAT_NONE};104 OH_NN_TensorType m_tensorType{OH_NN_TENSOR};105 size_t m_shapeNum{0};106 int32_t* m_shape{nullptr};107 const char* m_name{nullptr}; // null-terminated