(self, quant_config: Optional[QuantConfig] = None)
| 2190 | self.create_weights() |
| 2191 | |
| 2192 | def get_quant_method(self, quant_config: Optional[QuantConfig] = None): |
| 2193 | return get_quant_method(quant_config) |
| 2194 | |
| 2195 | def create_weights(self): |
| 2196 | if self._weights_created: |
no test coverage detected