Searched refs:deprecated_args (Results 1 – 22 of 22) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | deprecation_test.py | 473 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 …]
|
D | deprecation.py | 336 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, function
|
/external/tensorflow/tensorflow/python/ops/ |
D | init_ops.py | 50 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 …]
|
D | sparse_ops.py | 194 @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(
|
D | math_ops.py | 125 @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 …]
|
D | array_ops.py | 95 @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(
|
D | string_ops.py | 196 @deprecation.deprecated_args(None,
|
D | nn_ops.py | 45 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`. "
|
D | linalg_ops.py | 498 @deprecation.deprecated_args(
|
D | nn_impl.py | 37 from tensorflow.python.util.deprecation import deprecated_args 384 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
|
D | image_ops_impl.py | 3326 @deprecation.deprecated_args(
|
D | control_flow_ops.py | 1840 @deprecation.deprecated_args(
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | gru_ops.py | 31 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__.py | 31 from tensorflow.python.util.deprecation import deprecated_args
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | builder_impl.py | 40 from tensorflow.python.util.deprecation import deprecated_args 503 @deprecated_args(None, 547 @deprecated_args(None,
|
/external/tensorflow/tensorflow/python/framework/ |
D | importer.py | 33 from tensorflow.python.util.deprecation import deprecated_args 341 @deprecated_args(None, 'Please file an issue at '
|
D | ops.py | 64 from tensorflow.python.util.deprecation import deprecated_args 3398 @deprecated_args(None,
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
D | sliding.py | 55 @deprecation.deprecated_args(
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimator.py | 38 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/ |
D | loss_ops.py | 32 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/ |
D | losses_impl.py | 33 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/ |
D | file_io.py | 134 @deprecation.deprecated_args(
|