Home
last modified time | relevance | path

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

/external/pytorch/torch/_inductor/
Dconfig.py653 profiler_mark_wrapper_call = False variable
/external/pytorch/torch/_inductor/codegen/
Dwrapper.py873 if config.profiler_mark_wrapper_call:
Dcpp_wrapper_cpu.py198 if config.profiler_mark_wrapper_call or enable_kernel_profile:
/external/pytorch/test/inductor/
Dtest_torchinductor.py8895 @config.patch(profiler_mark_wrapper_call=True)