Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/_tools/
H A Druntime_estimator.py312 …def get_compute_time(func_packet, args, kwargs, out, out_dtypes) -> float: # type: ignore[no-unty… argument
/aosp_15_r20/external/pytorch/torch/utils/
H A Dflop_counter.py722 def _count_flops(self, func_packet, out, args, kwargs): argument