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.cc780 const size_t out_examples_count = out.example_end_indices.size(); in FastParseSerializedExample() local
781 if (out_examples_count == 1) { in FastParseSerializedExample()
785 out.example_end_indices[out_examples_count - 1] - in FastParseSerializedExample()
786 out.example_end_indices[out_examples_count - 2]; in FastParseSerializedExample()
853 const size_t out_examples_count = out.example_end_indices.size(); in FastParseSerializedExample() local
854 if (out_examples_count == 1) { in FastParseSerializedExample()
858 out.example_end_indices[out_examples_count - 1] - in FastParseSerializedExample()
859 out.example_end_indices[out_examples_count - 2]; in FastParseSerializedExample()