Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc733 const size_t out_examples_count = out.example_end_indices.size(); in FastParseSerializedExample() local
734 if (out_examples_count == 1) { in FastParseSerializedExample()
738 out.example_end_indices[out_examples_count - 1] - in FastParseSerializedExample()
739 out.example_end_indices[out_examples_count - 2]; in FastParseSerializedExample()
801 const size_t out_examples_count = out.example_end_indices.size(); in FastParseSerializedExample() local
802 if (out_examples_count == 1) { in FastParseSerializedExample()
806 out.example_end_indices[out_examples_count - 1] - in FastParseSerializedExample()
807 out.example_end_indices[out_examples_count - 2]; in FastParseSerializedExample()