(self)
| 3930 | return 1 if self.bias is not None else 0 |
| 3931 | |
| 3932 | def has_scale(self): |
| 3933 | return 1 if self.scale is not None else 0 |
| 3934 | |
| 3935 | def update_strategy(self): |
| 3936 | if self.strategy == AllReduceStrategy.AUTO and default_net( |
no outgoing calls
no test coverage detected