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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
H A Dexample.h122 std::vector<SparseFloatFeatureColumn<float>> sparse_float_features; member in struct:tensorflow::boosted_trees::utils::Example
H A Dexamples_iterable.h89 auto& sparse_float_features = example_.sparse_float_features; local
95 sparse_float_features[sparse_float_idx].Clear();
106 sparse_float_features[sparse_float_idx].SetDimension(dimension);
110 sparse_float_features[sparse_float_idx].Add(
119 sparse_float_features[sparse_float_idx].Reserve(row_range.end -
130 sparse_float_features[sparse_float_idx].Add(

Completed in 118 milliseconds