Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc544 std::vector<int64> sparse_feature_last_example(config.sparse.size(), -1); in FastParseSerializedExample() local
746 if (sparse_feature_last_example[d] == example_index) { in FastParseSerializedExample()
750 sparse_feature_last_example[d] = example_index; in FastParseSerializedExample()
861 if (sparse_feature_last_example[d] == example_index) continue; in FastParseSerializedExample()