Searched defs:deprecated_args (Results 1 - 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/contrib/framework/python/framework/
H A D__init__.py31 from tensorflow.python.util.deprecation import deprecated_args namespace
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Dgru_ops.py30 from tensorflow.python.util.deprecation import deprecated_args namespace
135 @deprecated_args(None, "cell_size is deprecated, use num_units instead",
/external/tensorflow/tensorflow/contrib/losses/python/losses/
H A Dloss_ops.py31 from tensorflow.python.util.deprecation import deprecated_args namespace
626 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
/external/tensorflow/tensorflow/python/ops/losses/
H A Dlosses_impl.py30 from tensorflow.python.util.deprecation import deprecated_args namespace
266 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
/external/tensorflow/tensorflow/python/util/
H A Ddeprecation.py262 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, function
308 raise ValueError('Illegal argument to deprecated_args: %s' % kwargs)
352 decorator_utils.validate_callable(func, 'deprecated_args')
/external/tensorflow/tensorflow/contrib/learn/python/learn/
H A Dexperiment.py28 from tensorflow.contrib.framework import deprecated_args namespace
128 @deprecated_args(
/external/tensorflow/tensorflow/python/framework/
H A Dimporter.py37 from tensorflow.python.util.deprecation import deprecated_args namespace
399 @deprecated_args(None, 'Please file an issue at '
/external/tensorflow/tensorflow/python/ops/
H A Dnn_impl.py36 from tensorflow.python.util.deprecation import deprecated_args namespace
332 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
H A Destimator.py33 from tensorflow.contrib.framework import deprecated_args namespace
460 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
501 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
553 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
596 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,

Completed in 2025 milliseconds