HomeSort by relevance Sort by last modified time
    Searched refs:estimator (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /external/tensorflow/tensorflow/python/estimator/
estimator.py 15 """estimator python module.
17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.python.estimator import estimator
30 estimator.__all__ = [s for s in dir(estimator) if not s.startswith('__')]
32 from tensorflow_estimator.python.estimator.estimator import *
__init__.py 15 """estimator python module.
17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.python import estimator
30 estimator.__all__ = [s for s in dir(estimator) if not s.startswith('__')]
32 from tensorflow_estimator.python.estimator import *
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
boosted_trees.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import boosted_trees
34 from tensorflow_estimator.contrib.estimator.python.estimator.boosted_trees import *
dnn_with_layer_annotations.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import dnn_with_layer_annotations
34 from tensorflow_estimator.contrib.estimator.python.estimator.dnn_with_layer_annotations import *
export.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import export
32 from tensorflow_estimator.contrib.estimator.python.estimator.export import *
exporter.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import exporter
32 from tensorflow_estimator.contrib.estimator.python.estimator.exporter import *
extenders.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import extenders
32 from tensorflow_estimator.contrib.estimator.python.estimator.extenders import *
head.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import head
32 from tensorflow_estimator.contrib.estimator.python.estimator.head import *
hooks.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import hooks
32 from tensorflow_estimator.contrib.estimator.python.estimator.hooks import *
logit_fns.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import logit_fns
32 from tensorflow_estimator.contrib.estimator.python.estimator.logit_fns import *
multi_head.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import multi_head
32 from tensorflow_estimator.contrib.estimator.python.estimator.multi_head import *
replicate_model_fn.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import replicate_model_fn
34 from tensorflow_estimator.contrib.estimator.python.estimator.replicate_model_fn import *
rnn.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import rnn
32 from tensorflow_estimator.contrib.estimator.python.estimator.rnn import *
saved_model_estimator.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.contrib.estimator.python.estimator import saved_model_estimator
34 from tensorflow_estimator.contrib.estimator.python.estimator.saved_model_estimator import *
early_stopping.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.python.estimator import early_stopping
34 from tensorflow_estimator.python.estimator.early_stopping import *
  /external/tensorflow/tensorflow/contrib/estimator/
__init__.py 15 """estimator python module.
17 Importing from tensorflow.python.estimator
27 # Importing from tensorflow.python.estimator
30 from tensorflow_estimator.contrib import estimator
39 import tensorflow.contrib.estimator.python
43 estimator.__all__ = [s for s in dir(estimator) if not s.startswith('__')]
45 from tensorflow_estimator.contrib.estimator import *
  /external/tensorflow/tensorflow/contrib/gan/python/estimator/
__init__.py 15 """TF-GAN estimator module.
17 GANEstimator provides all the infrastructure support of a TensorFlow Estimator
25 # Collapse `estimator` into a single namespace.
27 from tensorflow.contrib.gan.python.estimator.python import gan_estimator
28 from tensorflow.contrib.gan.python.estimator.python import head
29 from tensorflow.contrib.gan.python.estimator.python import latent_gan_estimator
30 from tensorflow.contrib.gan.python.estimator.python import stargan_estimator
31 from tensorflow.contrib.gan.python.estimator.python import tpu_gan_estimator
33 from tensorflow.contrib.gan.python.estimator.python.gan_estimator import *
34 from tensorflow.contrib.gan.python.estimator.python.head import
    [all...]
  /external/tensorflow/tensorflow/python/estimator/export/
__init__.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.python.estimator import export
32 from tensorflow_estimator.python.estimator.export import *
export.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.python.estimator.export import export
32 from tensorflow_estimator.python.estimator.export.export import *
  /external/tensorflow/tensorflow/contrib/predictor/
predictor_factories.py 25 from tensorflow.contrib.learn.python.learn.estimators import estimator as contrib_estimator
26 from tensorflow.python.estimator import estimator as core_estimator
29 def from_contrib_estimator(estimator,
35 """Constructs a `Predictor` from a `tf.contrib.learn.Estimator`.
38 estimator: an instance of `tf.contrib.learn.Estimator`.
54 TypeError: if `estimator` is a core `Estimator` instead of a contrib
55 `Estimator`
    [all...]
predictor_factories_test.py 33 # Load a saved model exported from the arithmetic `Estimator`.
57 estimator = testing_common.get_arithmetic_estimator(core=False)
60 estimator, input_fn, output_alternative_key='sum')
63 estimator = testing_common.get_arithmetic_estimator(core=False)
66 estimator, input_fn, output_alternative_key='sum',
70 estimator = testing_common.get_arithmetic_estimator(core=True)
73 predictor_factories.from_contrib_estimator(estimator, input_fn)
76 estimator = testing_common.get_arithmetic_estimator(core=True)
78 predictor_factories.from_estimator(estimator, input_fn)
81 estimator = testing_common.get_arithmetic_estimator(core=True
    [all...]
  /external/tensorflow/tensorflow/contrib/distribute/python/examples/
simple_estimator_example.py 41 if mode == tf.estimator.ModeKeys.PREDICT:
43 return tf.estimator.EstimatorSpec(mode, predictions=predictions)
49 if mode == tf.estimator.ModeKeys.EVAL:
52 return tf.estimator.EstimatorSpec(
55 assert mode == tf.estimator.ModeKeys.TRAIN
59 return tf.estimator.EstimatorSpec(mode, loss=loss_fn(), train_op=train_op)
67 config = tf.estimator.RunConfig(train_distribute=distribution,
77 estimator = tf.estimator.Estimator(
    [all...]
  /external/tensorflow/tensorflow/python/estimator/canned/
__init__.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.python.estimator import canned
32 from tensorflow_estimator.python.estimator.canned import *
baseline.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.python.estimator.canned import baseline
32 from tensorflow_estimator.python.estimator.canned.baseline import *
boosted_trees.py 17 Importing from tensorflow.python.estimator is unsupported
26 from tensorflow_estimator.python.estimator.canned import boosted_trees
34 from tensorflow_estimator.python.estimator.canned.boosted_trees import *

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 9