(cls, state)
| 360 | |
| 361 | @ classmethod |
| 362 | def can_export(cls, state) -> bool: |
| 363 | return state not in {QuantizationStates.INITIAL, QuantizationStates.PASSIVE_INIT, |
| 364 | QuantizationStates.DEQUANTIZED, QuantizationStates.DEACTIVED} |
| 365 | |
| 366 | |
| 367 | class TensorQuantizationConfig(Serializable): |
no outgoing calls
no test coverage detected