(self)
| 152 | return self._any(self.FP8_1x128_128x128) |
| 153 | |
| 154 | def has_act_static_scaling(self): |
| 155 | return not self.has_per_token_dynamic_scaling( |
| 156 | ) and not self.has_fp8_rowwise() |
| 157 | |
| 158 | def has_per_channel_scaling(self): |
| 159 | return self._any(self.PER_CHANNEL) |