(self)
| 54 | |
| 55 | @property |
| 56 | def data_dim(self): |
| 57 | return self.mesh.shape['dp'] * self.mesh.shape['fsdp'] |
| 58 | |
| 59 | def _process_frame(self, image, size): |
| 60 | width, height = image.size |
nothing calls this directly
no outgoing calls
no test coverage detected