Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Druntime_utils.py41 def get_num_bytes(*args: torch.Tensor, num_in_out_args: int = 0) -> int: function
/aosp_15_r20/external/pytorch/torch/distributed/_tools/
H A Druntime_estimator.py296 def get_num_bytes(t: torch.Tensor) -> int: function