Home
last modified time | relevance | path

Searched refs:wrapper_singleton (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/benchmark_utils/
H A Dtest_benchmark_utils.py567 wrapper_singleton,
571 wrapper_singleton()._bindings_module,
/aosp_15_r20/external/pytorch/torch/utils/benchmark/utils/
H A Dtimer.py527 result = valgrind_timer_interface.wrapper_singleton().collect_callgrind(
/aosp_15_r20/external/pytorch/torch/utils/benchmark/utils/valgrind_wrapper/
H A Dtimer_interface.py903 def wrapper_singleton() -> _ValgrindWrapper: function