get tensor format in this var
| 330 | |
| 331 | //! get tensor format in this var |
| 332 | TensorFormat format() const { return m_dev_tensor.format(); } |
| 333 | |
| 334 | //! set dtype; this function can only be called once |
| 335 | MGE_WIN_DECLSPEC_FUC VarNode& dtype(DType dtype); |