Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.cc386 DeviceStepStats*& stream_dev_stats = in Flush() local
389 if (stream_dev_stats == nullptr) { in Flush()
390 stream_dev_stats = step_stats->add_dev_stats(); in Flush()
391 stream_dev_stats->set_device(absl::StrCat( in Flush()
394 *stream_dev_stats->add_node_stats() = *ns; in Flush()
417 DeviceStepStats*& stream_dev_stats = in Flush() local
420 if (stream_dev_stats == nullptr) { in Flush()
421 stream_dev_stats = step_stats->add_dev_stats(); in Flush()
422 stream_dev_stats->set_device(absl::StrCat( in Flush()
426 *stream_dev_stats->add_node_stats() = *ns; in Flush()