Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Dcupti_collector.h199 uint64 max_callback_api_events = 2 * 1024 * 1024; member
H A Drocm_tracer.h177 uint64_t max_callback_api_events; member
H A Ddevice_tracer_rocm.cc88 if (num_callback_events_ > options_.max_callback_api_events) { in AddEvent()
1031 options.max_callback_api_events = 2 * 1024 * 1024; in GetRocmTraceCollectorOptions()
H A Dcupti_collector.cc500 if (num_callback_events_ > options_.max_callback_api_events) { in AddEvent()