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

  /external/tensorflow/tensorflow/contrib/learn/python/learn/
learn_runner_test.py 26 from tensorflow.contrib.learn.python.learn import learn_runner
151 learn_runner.run(build_experiment,
158 learn_runner.run(build_experiment,
165 learn_runner.run(build_experiment,
172 learn_runner.run(build_experiment, output_dir="", schedule="simple_task")
177 learn_runner.run(build_experiment, None, "simple_task")
183 learn_runner.run(
188 learn_runner.run("not callable", _MODIR_DIR, "simple_test")
192 learn_runner.run(build_non_experiment, _MODIR_DIR, "simple_test")
196 learn_runner.run(build_experiment, _MODIR_DIR, "mirage"
    [all...]
learn_runner_lib.py 24 from tensorflow.contrib.learn.python.learn.learn_runner import * # pylint: disable=wildcard-import
  /external/tensorflow/tensorflow/contrib/learn/
__init__.py 95 from tensorflow.contrib.learn.python.learn import learn_runner_lib as learn_runner
99 _allowed_symbols = ['datasets', 'head', 'io', 'learn_runner', 'models',
  /external/tensorflow/tensorflow/contrib/boosted_trees/examples/
binary_mnist.py 43 from tensorflow.contrib.learn import learn_runner
115 learn_runner.run(
boston.py 47 from tensorflow.contrib.learn import learn_runner
125 learn_runner.run(
boston_combined.py 44 from tensorflow.contrib.learn.python.learn import learn_runner
111 learn_runner.run(
mnist.py 44 from tensorflow.contrib.learn import learn_runner
117 learn_runner.run(
  /external/tensorflow/tensorflow/tools/dist_test/python/
census_widendeep.py 31 from tensorflow.contrib.learn.python.learn import learn_runner
254 learn_runner.run(experiment_fn=_create_experiment_fn,

Completed in 353 milliseconds