Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc88 const auto& end_indices = buffer.example_end_indices; in FillAndCopyVarLen()
257 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()
269 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()
281 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample()
309 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()
318 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()
327 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample()
376 out.example_end_indices.empty() ? 0 : out.example_end_indices.back(); in FastParseSerializedExample()
377 out.example_end_indices.push_back(prev_example_end_index); in FastParseSerializedExample()
384 out.example_end_indices.empty() ? 0 : out.example_end_indices.back(); in FastParseSerializedExample()
[all …]
Dexample_proto_fast_parsing.cc29 sparse_values_tmp[d].example_end_indices; in CountSparseFeatures()
Dexample_proto_fast_parsing.h385 std::vector<size_t> example_end_indices; member
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc539 std::vector<size_t> example_end_indices; member
742 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()
754 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()
766 out.example_end_indices.push_back(out.bytes_list.size()); in FastParseSerializedExample()
780 const size_t out_examples_count = out.example_end_indices.size(); in FastParseSerializedExample()
782 output_stats->feature_values_count += out.example_end_indices[0]; in FastParseSerializedExample()
785 out.example_end_indices[out_examples_count - 1] - in FastParseSerializedExample()
786 out.example_end_indices[out_examples_count - 2]; in FastParseSerializedExample()
821 out.example_end_indices.push_back(out.int64_list.size()); in FastParseSerializedExample()
830 out.example_end_indices.push_back(out.float_list.size()); in FastParseSerializedExample()
[all …]