Indicates whether this QuantizationInfo has valid settings or not * * @return True if the this has invalid settings. */
| 171 | * @return True if the this has invalid settings. |
| 172 | */ |
| 173 | bool empty() const |
| 174 | { |
| 175 | return _scale.empty() && _offset.empty(); |
| 176 | } |
| 177 | /** Return per layer quantization info |
| 178 | * |
| 179 | * @return Uniform quantization information in case of empty information zero is returned in the respective fields |