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

  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
examples_iterable.cc 21 using Iterator = ExamplesIterable::Iterator;
23 ExamplesIterable::ExamplesIterable(
61 Iterator::Iterator(ExamplesIterable* iter, int64 example_idx)
batch_features.h 65 ExamplesIterable examples_iterable(int64 example_start,
69 return ExamplesIterable(
examples_iterable.h 31 class ExamplesIterable {
35 ExamplesIterable(
44 Iterator(ExamplesIterable* iter, int64 example_idx);
162 const ExamplesIterable* iter_;
examples_iterable_test.cc 193 ExamplesIterable full_iterable(
205 ExamplesIterable slice_iterable(

Completed in 273 milliseconds