aitune.torch.performance.context

View as Markdown

Stable region name constants emitted by performance profiling instrumentation.

Module Contents

Data

AOT_MODULE_REGION_PREFIX

PROFILED_RUN_REGION_NAME

UNTUNED_MODULE_REGION_PREFIX

API

aitune.torch.performance.context.AOT_MODULE_REGION_PREFIX = 'aitune.performance.aot_module:'
aitune.torch.performance.context.PROFILED_RUN_REGION_NAME = 'aitune.performance.profiled_run'
aitune.torch.performance.context.UNTUNED_MODULE_REGION_PREFIX = 'aitune.performance.untuned_module:'