Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc57 DWORD bytes_written_this_time; in InputThreadFunction() local
60 &bytes_written_this_time, nullptr); in InputThreadFunction()
61 total_bytes_written += bytes_written_this_time; in InputThreadFunction()