Searched defs:onIterationStart (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/test/profiler/ | ||
H A D | test_cpp_thread.cpp | 26 virtual void onIterationStart(int) {} in onIterationStart() function in ProfilerEventHandler |
H A D | test_cpp_thread.py | 59 def onIterationStart(self, iteration: int) -> None: member in PythonProfilerEventHandler |