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

  /external/tensorflow/tensorflow/contrib/predictor/
predictor_factories_test.py 22 from tensorflow.contrib.predictor import testing_common
33 # See `testing_common.py`.
51 estimator = testing_common.get_arithmetic_estimator(core=False)
52 input_fn = testing_common.get_arithmetic_input_fn(core=False)
57 estimator = testing_common.get_arithmetic_estimator(core=True)
58 input_fn = testing_common.get_arithmetic_input_fn(core=True)
63 estimator = testing_common.get_arithmetic_estimator(core=True)
64 input_fn = testing_common.get_arithmetic_input_fn(core=True)
68 estimator = testing_common.get_arithmetic_estimator(core=False)
69 input_fn = testing_common.get_arithmetic_input_fn(core=False
    [all...]
contrib_estimator_predictor_test.py 26 from tensorflow.contrib.predictor import testing_common
40 self._estimator = testing_common.get_arithmetic_estimator(
42 self._prediction_input_fn = testing_common.get_arithmetic_input_fn(
core_estimator_predictor_test.py 26 from tensorflow.contrib.predictor import testing_common
40 self._estimator = testing_common.get_arithmetic_estimator(
42 self._serving_input_receiver_fn = testing_common.get_arithmetic_input_fn(

Completed in 793 milliseconds