Returns the type
| 279 | |
| 280 | /// Returns the type |
| 281 | af::dtype getType() const { return m_type; } |
| 282 | |
| 283 | /// Returns the string representation of the type |
| 284 | std::string getTypeStr() const { return getFullName(m_type); } |
no outgoing calls
no test coverage detected