OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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