Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/partitioners/
Dexample_partitioner.cc38 auto examples_iterable = features.examples_iterable(start, end); in UpdatePartitions() local
71 auto examples_iterable = features.examples_iterable(start, end); in PartitionExamples() local
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dbatch_features.h65 ExamplesIterable examples_iterable(int64 example_start, in examples_iterable() function
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/
Dmultiple_additive_trees.cc44 auto examples_iterable = features.examples_iterable(start, end); in Predict() local