Home
last modified time | relevance | path

Searched refs:example_iterable (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/trees/
Ddecision_tree_test.cc124 auto example_iterable = batch_features_.examples_iterable(0, 2); in TEST_F() local
127 auto example_it = example_iterable.begin(); in TEST_F()
135 auto example_iterable = batch_features_.examples_iterable(0, 2); in TEST_F() local
151 auto example_it = example_iterable.begin(); in TEST_F()
172 auto example_it = example_iterable.begin(); in TEST_F()
197 auto example_it = example_iterable.begin(); in TEST_F()
206 example_it = example_iterable.begin(); in TEST_F()
213 example_it = example_iterable.begin(); in TEST_F()
231 auto example_iterable = batch_features_.examples_iterable(0, 2); in TEST_F() local
234 auto example_it = example_iterable.begin(); in TEST_F()
[all …]