sparse_column_iterable.h | 102 SparseColumnIterable(TTypes<int64>::ConstMatrix ix, int64 example_start, 104 : ix_(ix), example_start_(example_start), example_end_(example_end) { 105 QCHECK(example_start >= 0 && example_end >= 0); 112 int64 example_start() const { return example_start_; } function in class:tensorflow::boosted_trees::utils::SparseColumnIterable
|