Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc460 std::vector<size_t> example_end_indices; member
695 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()
707 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()
719 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample()
733 const size_t out_examples_count = out.example_end_indices.size(); in FastParseSerializedExample()
735 output_stats->feature_values_count += out.example_end_indices[0]; in FastParseSerializedExample()
738 out.example_end_indices[out_examples_count - 1] - in FastParseSerializedExample()
739 out.example_end_indices[out_examples_count - 2]; in FastParseSerializedExample()
769 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()
778 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()
[all …]