| 13 | |
| 14 | |
| 15 | class MappingL1(Mapping[MappingL1Cfg]): |
| 16 | def forward_undistorted( |
| 17 | self, |
| 18 | delta: Float[Tensor, "*batch 2"], |
| 19 | ) -> Float[Tensor, " *batch"]: |
| 20 | return delta.norm(dim=-1) |
nothing calls this directly
no outgoing calls
no test coverage detected