Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Dcupti_collector.h201 uint64 max_activity_api_events = 2 * 1024 * 1024; member
H A Drocm_tracer.h179 uint64_t max_activity_api_events; member
H A Ddevice_tracer_rocm.cc98 if (num_activity_events_ > options_.max_activity_api_events) { in AddEvent()
1032 options.max_activity_api_events = 2 * 1024 * 1024; in GetRocmTraceCollectorOptions()
H A Dcupti_collector.cc506 if (num_activity_events_ > options_.max_activity_api_events) { in AddEvent()