Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc222 string ordered_capture(capture); in ExtractGpuWithStreamAll() local
223 std::reverse(ordered_capture.begin(), ordered_capture.end()); in ExtractGpuWithStreamAll()
225 CHECK(strings::safe_strto32(ordered_capture, &gpu_id)); in ExtractGpuWithStreamAll()
251 string ordered_capture(capture); in ExtractGpuWithoutStream() local
252 std::reverse(ordered_capture.begin(), ordered_capture.end()); in ExtractGpuWithoutStream()
254 CHECK(strings::safe_strto32(ordered_capture, &gpu_id)); in ExtractGpuWithoutStream()