Home
last modified time | relevance | path

Searched refs:ModuleTracker (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dtest_module_tracker.py9 from torch.utils.module_tracker import ModuleTracker
41 with ModuleTracker() as tracker:
92 with ModuleTracker() as tracker:
97 with ModuleTracker() as tracker:
104 with ModuleTracker() as tracker:
/aosp_15_r20/external/pytorch/docs/source/
H A Dmodule_tracker.rst8 .. autoclass:: torch.utils.module_tracker.ModuleTracker
/aosp_15_r20/external/pytorch/torch/utils/
H A Dmodule_tracker.py21 class ModuleTracker: class
H A Dflop_counter.py5 from .module_tracker import ModuleTracker
628 self.mod_tracker = ModuleTracker()