Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc132 std::vector<tf::int64> sparse_feature_last_example(config.sparse.size(), -1); in FastParseSerializedExample() local
291 auto& last_example = sparse_feature_last_example; in FastParseSerializedExample()
381 if (sparse_feature_last_example[d] == example_index) continue; in FastParseSerializedExample()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc588 std::vector<int64> sparse_feature_last_example(config.sparse.size(), -1); in FastParseSerializedExample() local
793 is_ragged ? ragged_feature_last_example : sparse_feature_last_example; in FastParseSerializedExample()
913 if (sparse_feature_last_example[d] == example_index) continue; in FastParseSerializedExample()