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

  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
sparse_column_iterable_test.cc 26 using ExampleRowRange = SparseColumnIterable::ExampleRowRange;
51 auto validate_example_range = [](const ExampleRowRange& range) {
79 for (const ExampleRowRange& range : full_iterable) {
89 for (const ExampleRowRange& range : slice_iterable) {
sparse_column_iterable.h 32 struct ExampleRowRange {
72 const ExampleRowRange& operator*() {
97 ExampleRowRange range_;
sparse_column_iterable.cc 22 using ExampleRowRange = SparseColumnIterable::ExampleRowRange;

Completed in 174 milliseconds