Home
last modified time | relevance | path

Searched refs:FunctionEventAvg (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/autograd/
Dprofiler_util.py315 stats: Dict[Tuple[str, ...], FunctionEventAvg] = defaultdict(FunctionEventAvg)
352 total_stat = FunctionEventAvg()
647 class FunctionEventAvg(FormattedTimesMixin): class
693 assert isinstance(other, (FunctionEvent, FunctionEventAvg))
/external/pytorch/test/
Dtest_autograd.py47 FunctionEventAvg,
4840 avg = FunctionEventAvg()