Home
last modified time | relevance | path

Searched defs:ExampleRowRange (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dsparse_column_iterable.h32 struct ExampleRowRange { struct
33 int64 example_idx;
34 int64 start;
35 int64 end;
Dsparse_column_iterable_test.cc26 using ExampleRowRange = SparseColumnIterable::ExampleRowRange; typedef
Dsparse_column_iterable.cc22 using ExampleRowRange = SparseColumnIterable::ExampleRowRange; typedef