Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.cc335 DeviceStepStats* sync_dev_stats = nullptr; in Flush() local
352 if (sync_dev_stats == nullptr) { in Flush()
353 sync_dev_stats = step_stats->add_dev_stats(); in Flush()
354 sync_dev_stats->set_device( in Flush()
357 sync_dev_stats->add_node_stats()->Swap(ns); in Flush()