Searched defs:sparse_int_features (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
H A Dexample.h127 std::vector<std::unordered_set<int64>> sparse_int_features; member in struct:tensorflow::boosted_trees::utils::Example
H A Dexamples_iterable.h140 auto& sparse_int_features = example_.sparse_int_features; local
142 sparse_int_idx < sparse_int_features.size(); ++sparse_int_idx) {
145 sparse_int_features[sparse_int_idx].clear();
147 sparse_int_features[sparse_int_idx].reserve(row_range.end -
151 sparse_int_features[sparse_int_idx].insert(

Completed in 118 milliseconds