Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.cc634 num_activity_events_(0), in CuptiTraceCollectorImpl()
649 if (num_activity_events_ > options_.max_activity_api_events) { in AddEvent()
653 num_activity_events_++; in AddEvent()
664 << " callback api events and " << num_activity_events_ in Export()
674 << " callback api events and " << num_activity_events_ in Export()
714 num_activity_events_.load(), " device events.", in ReportNumEventsIfDropped()
720 std::atomic<int> num_activity_events_; member in tensorflow::profiler::CuptiTraceCollectorImpl