Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc590 std::vector<int64> ragged_feature_last_example(config.ragged.size(), -1); in FastParseSerializedExample() local
793 is_ragged ? ragged_feature_last_example : sparse_feature_last_example; in FastParseSerializedExample()
922 if (ragged_feature_last_example[d] == example_index) continue; in FastParseSerializedExample()