OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sparse_int_features
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
example.h
127
std::vector<std::unordered_set<int64>>
sparse_int_features
;
member in struct:tensorflow::boosted_trees::utils::Example
examples_iterable.h
140
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 160 milliseconds