Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/python/
Dinit.cpp826 [](bool profiling_flag) { in initJITBindings() argument
828 getProfilingMode() = profiling_flag; in initJITBindings()
833 [](bool profiling_flag) { in initJITBindings() argument
835 getExecutorMode() = profiling_flag; in initJITBindings()
/external/pytorch/torch/_C/
D__init__.pyi.in420 def _jit_set_profiling_executor(profiling_flag: _bool) -> _bool: ...
421 def _jit_set_profiling_mode(profiling_flag: _bool) -> _bool: ...