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.cc224 string ordered_capture(capture); in ExtractGpuWithStreamAll() local
225 std::reverse(ordered_capture.begin(), ordered_capture.end()); in ExtractGpuWithStreamAll()
227 CHECK(strings::safe_strto32(ordered_capture, &gpu_id)); in ExtractGpuWithStreamAll()
253 string ordered_capture(capture); in ExtractGpuWithoutStream() local
254 std::reverse(ordered_capture.begin(), ordered_capture.end()); in ExtractGpuWithoutStream()
256 CHECK(strings::safe_strto32(ordered_capture, &gpu_id)); in ExtractGpuWithoutStream()