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

  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
examples_iterable.cc 64 sparse_float_column_iterators_.reserve(
67 sparse_float_column_iterators_.emplace_back(iterable.begin());
examples_iterable.h 51 for (auto& it : sparse_float_column_iterators_) {
99 (*sparse_float_column_iterators_[sparse_float_idx]);
168 std::vector<SparseColumnIterable::Iterator> sparse_float_column_iterators_; member in class:tensorflow::boosted_trees::utils::ExamplesIterable::Iterator

Completed in 145 milliseconds