(*scenes: 'Scene', dim: Shape = batch('batch'))
| 105 | |
| 106 | @staticmethod |
| 107 | def stack(*scenes: 'Scene', dim: Shape = batch('batch')) -> 'Scene': |
| 108 | return Scene(math.stack([s._paths for s in scenes], dim)) |
| 109 | |
| 110 | @staticmethod |
| 111 | def create(parent_directory: str, |