Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/
H A Dparse_example.cc134 std::vector<int64_t> sparse_feature_last_example(config.sparse.size(), -1); in FastParseSerializedExample() local
293 auto& last_example = sparse_feature_last_example; in FastParseSerializedExample()
383 if (sparse_feature_last_example[d] == example_index) continue; in FastParseSerializedExample()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc603 std::vector<int64_t> sparse_feature_last_example(config.sparse.size(), -1); in FastParseSerializedExample() local
808 is_ragged ? ragged_feature_last_example : sparse_feature_last_example; in FastParseSerializedExample()
928 if (sparse_feature_last_example[d] == example_index) continue; in FastParseSerializedExample()