(self)
| 350 | self._output_schema = output_schema |
| 351 | |
| 352 | def get_parameters(self): |
| 353 | return self.params |
| 354 | |
| 355 | def get_fp16_compatible_parameters(self): |
| 356 | """Return a subset of parameters which can be converted to fp16""" |
no outgoing calls
no test coverage detected