HomeSort by relevance Sort by last modified time
    Searched defs:sparse_float_features (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
example.h 122 std::vector<SparseFloatFeatureColumn<float>> sparse_float_features; member in struct:tensorflow::boosted_trees::utils::Example
examples_iterable.h 89 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 156 milliseconds