Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1034 auto first_example_of_minibatch = [&](size_t minibatch) -> size_t { in FastParseExample() local
1053 size_t start = first_example_of_minibatch(minibatch); in FastParseExample()
1054 size_t end = first_example_of_minibatch(minibatch + 1); in FastParseExample()
1118 size_t example_index = first_example_of_minibatch(i); in FastParseExample()