| 315 | } |
| 316 | |
| 317 | constexpr bool IsQuantized8BitType(DataType dataType) |
| 318 | { |
| 319 | return dataType == DataType::QAsymmU8 || |
| 320 | dataType == DataType::QAsymmS8 || |
| 321 | dataType == DataType::QSymmS8; |
| 322 | } |
| 323 | |
| 324 | constexpr bool IsQuantizedType(DataType dataType) |
| 325 | { |
no outgoing calls
no test coverage detected