Set auto cast attribute of this Operator. Args: amp_options (AmpOptions): AmpOptions of this Operator.
(self, amp_options)
| 4089 | self.desc.dist_attr = dist_attr |
| 4090 | |
| 4091 | def set_amp_options(self, amp_options): |
| 4092 | """ |
| 4093 | Set auto cast attribute of this Operator. |
| 4094 | |
| 4095 | Args: |
| 4096 | amp_options (AmpOptions): AmpOptions of this Operator. |
| 4097 | """ |
| 4098 | self._amp_options = amp_options |
| 4099 | |
| 4100 | @property |
| 4101 | def amp_options(self): |
no outgoing calls
no test coverage detected