Home
last modified time | relevance | path

Searched defs:_apply_to_tensors (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/
H A Dutils.py218 def _apply_to_tensors(fn: Callable[[torch.Tensor], Q], container: torch.Tensor) -> Q: function
223 def _apply_to_tensors(fn: Callable[[torch.Tensor], Any], container: R) -> R: function
227 def _apply_to_tensors(fn, container): function