(self)
| 59 | return self.tensors, self.mask |
| 60 | |
| 61 | def __repr__(self): |
| 62 | return str(self.tensors) |
| 63 | |
| 64 | def nested_tensor_from_tensor_list(tensor_list: List[Tensor]): |
| 65 | # TODO make this more general |
nothing calls this directly
no outgoing calls
no test coverage detected