| 199 | |
| 200 | DataType GetDataType() const { return m_DataType; } |
| 201 | void SetDataType(DataType type) { m_DataType = type; } |
| 202 | |
| 203 | bool HasMultipleQuantizationScales() const { return m_Quantization.m_Scales.size() > 1; } |
| 204 |
no outgoing calls
no test coverage detected