Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/
H A Dparse_example.cc377 size_t prev_example_end_index = in FastParseSerializedExample() local
379 out.example_end_indices.push_back(prev_example_end_index); in FastParseSerializedExample()
385 size_t prev_example_end_index = in FastParseSerializedExample() local
387 out.example_end_indices.push_back(prev_example_end_index); in FastParseSerializedExample()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc921 size_t prev_example_end_index = in FastParseSerializedExample() local
923 out.example_end_indices.push_back(prev_example_end_index); in FastParseSerializedExample()
930 size_t prev_example_end_index = in FastParseSerializedExample() local
932 out.example_end_indices.push_back(prev_example_end_index); in FastParseSerializedExample()
939 size_t prev_example_end_index = in FastParseSerializedExample() local
941 out.example_end_indices.push_back(prev_example_end_index); in FastParseSerializedExample()