Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dreader_base.cc83 int64 records_produced_this_call = 0; in ReadUpTo() local
87 int64 remaining = num_records - records_produced_this_call; in ReadUpTo()
89 return records_produced_this_call; in ReadUpTo()
94 return records_produced_this_call; in ReadUpTo()
101 return records_produced_this_call; in ReadUpTo()
109 records_produced_this_call += num_records_produced; in ReadUpTo()
119 return records_produced_this_call; in ReadUpTo()
124 if (records_produced_this_call > 0) { in ReadUpTo()
125 return records_produced_this_call; in ReadUpTo()
130 return records_produced_this_call; in ReadUpTo()