Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py473 deprecation.deprecated_args("", instructions, "deprecated")
475 deprecation.deprecated_args("07-04-2016", instructions, "deprecated")
477 deprecation.deprecated_args(date, None, "deprecated")
479 deprecation.deprecated_args(date, "", "deprecated")
481 deprecation.deprecated_args(date, instructions)
492 deprecation.deprecated_args(date, instructions, "missing")(_fn)
500 @deprecation.deprecated_args(date, instructions, "deprecated")
548 @deprecation.deprecated_args(date, instructions, "deprecated")
579 @deprecation.deprecated_args(date, instructions, "deprecated")
610 @deprecation.deprecated_args(date, instructions, "deprecated")
[all …]
Ddeprecation.py336 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, function
/external/tensorflow/tensorflow/python/ops/
Dinit_ops.py50 from tensorflow.python.util.deprecation import deprecated_args
105 @deprecated_args(None,
126 @deprecated_args(None,
223 @deprecated_args(None,
227 @deprecated_args(None,
274 @deprecated_args(None,
316 @deprecated_args(None,
364 @deprecated_args(None,
424 @deprecated_args(None,
492 @deprecated_args(None,
[all …]
Dsparse_ops.py194 @deprecation.deprecated_args(
343 @deprecation.deprecated_args(
794 @deprecation.deprecated_args(
1101 @deprecation.deprecated_args(
1103 @deprecation.deprecated_args(
1172 @deprecation.deprecated_args(
1290 @deprecation.deprecated_args(
1292 @deprecation.deprecated_args(
1348 @deprecation.deprecated_args(
Dmath_ops.py125 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
170 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
1313 @deprecation.deprecated_args(
1457 @deprecation.deprecated_args(
1459 @deprecation.deprecated_args(
1851 @deprecation.deprecated_args(
1894 @deprecation.deprecated_args(
1973 @deprecation.deprecated_args(
2052 @deprecation.deprecated_args(
2149 @deprecation.deprecated_args(
[all …]
Darray_ops.py95 @deprecation.deprecated_args(None, "Use the `axis` argument instead", "dim")
3127 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
3238 @deprecation.deprecated_args(
3240 @deprecation.deprecated_args(
3679 @deprecation.deprecated_args(
Dstring_ops.py196 @deprecation.deprecated_args(None,
Dnn_ops.py45 from tensorflow.python.util.deprecation import deprecated_args
2874 @deprecation.deprecated_args(None, "dim is deprecated, use axis instead", "dim")
2931 @deprecation.deprecated_args(None, "dim is deprecated, use axis instead", "dim")
3050 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
4043 @deprecation.deprecated_args(None, "Please use `rate` instead of `keep_prob`. "
Dlinalg_ops.py498 @deprecation.deprecated_args(
Dnn_impl.py37 from tensorflow.python.util.deprecation import deprecated_args
384 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
Dimage_ops_impl.py3326 @deprecation.deprecated_args(
Dcontrol_flow_ops.py1840 @deprecation.deprecated_args(
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Dgru_ops.py31 from tensorflow.python.util.deprecation import deprecated_args
136 @deprecated_args(None, "cell_size is deprecated, use num_units instead",
/external/tensorflow/tensorflow/contrib/framework/python/framework/
D__init__.py31 from tensorflow.python.util.deprecation import deprecated_args
/external/tensorflow/tensorflow/python/saved_model/
Dbuilder_impl.py40 from tensorflow.python.util.deprecation import deprecated_args
503 @deprecated_args(None,
547 @deprecated_args(None,
/external/tensorflow/tensorflow/python/framework/
Dimporter.py33 from tensorflow.python.util.deprecation import deprecated_args
341 @deprecated_args(None, 'Please file an issue at '
Dops.py64 from tensorflow.python.util.deprecation import deprecated_args
3398 @deprecated_args(None,
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dsliding.py55 @deprecation.deprecated_args(
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py38 from tensorflow.contrib.framework import deprecated_args
487 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
528 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
580 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
623 @deprecated_args(SCIKIT_DECOUPLE_DATE, SCIKIT_DECOUPLE_INSTRUCTIONS,
/external/tensorflow/tensorflow/contrib/losses/python/losses/
Dloss_ops.py32 from tensorflow.python.util.deprecation import deprecated_args
608 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py33 from tensorflow.python.util.deprecation import deprecated_args
265 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py134 @deprecation.deprecated_args(