Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py539 deprecation.deprecated_args("", instructions, "deprecated")
541 deprecation.deprecated_args("07-04-2016", instructions, "deprecated")
543 deprecation.deprecated_args(date, None, "deprecated")
545 deprecation.deprecated_args(date, "", "deprecated")
547 deprecation.deprecated_args(date, instructions)
558 deprecation.deprecated_args(date, instructions, "missing")(_fn)
566 @deprecation.deprecated_args(date, instructions, "deprecated")
614 @deprecation.deprecated_args(date, instructions, "deprecated")
645 @deprecation.deprecated_args(date, instructions, "deprecated")
676 @deprecation.deprecated_args(date, instructions, "deprecated")
[all …]
Ddeprecation.py364 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, function
/external/tensorflow/tensorflow/python/ops/
Dinit_ops.py51 from tensorflow.python.util.deprecation import deprecated_args
105 @deprecated_args(None,
125 @deprecated_args(None,
209 @deprecated_args(None,
212 @deprecated_args(None, "Objects must now be the required shape or no shape "
256 @deprecated_args(None,
296 @deprecated_args(None,
342 @deprecated_args(None,
400 @deprecated_args(None,
466 @deprecated_args(None,
[all …]
Dsparse_ops.py282 @deprecation.deprecated_args(
458 @deprecation.deprecated_args(
984 @deprecation.deprecated_args(
1333 @deprecation.deprecated_args(
1335 @deprecation.deprecated_args(
1419 @deprecation.deprecated_args(
1551 @deprecation.deprecated_args(
1553 @deprecation.deprecated_args(
1620 @deprecation.deprecated_args(
Dmap_fn.py46 @deprecation.deprecated_args(None, "Use fn_output_signature instead", "dtype")
630 @deprecation.deprecated_args(None, "Use fn_output_signature instead", "dtype")
Dmath_ops.py256 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
310 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
1939 @deprecation.deprecated_args(None,
2142 @deprecation.deprecated_args(None,
2145 @deprecation.deprecated_args(
2575 @deprecation.deprecated_args(None,
2634 @deprecation.deprecated_args(None,
2762 @deprecation.deprecated_args(None,
2887 @deprecation.deprecated_args(None,
2993 @deprecation.deprecated_args(None,
[all …]
Dnn_impl.py42 from tensorflow.python.util.deprecation import deprecated_args
328 @deprecated_args(None, "targets is deprecated, use labels instead", "targets")
609 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
Darray_ops.py298 @deprecation.deprecated_args(None, "Use the `axis` argument instead", "dim")
4421 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
4697 @deprecation.deprecated_args(None,
4700 @deprecation.deprecated_args(None,
4820 @deprecation.deprecated_args(None,
6228 @deprecation.deprecated_args(None, "ksizes is deprecated, use sizes instead",
Dstring_ops.py306 @deprecation.deprecated_args(None,
Dlinalg_ops.py634 @deprecation.deprecated_args(
Dparsing_ops.py889 @deprecation.deprecated_args(None,
Dnn_ops.py51 from tensorflow.python.util.deprecation import deprecated_args
3665 @deprecation.deprecated_args(None, "dim is deprecated, use axis instead", "dim")
3738 @deprecation.deprecated_args(None, "dim is deprecated, use axis instead", "dim")
3869 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
5008 @deprecation.deprecated_args(None, "Please use `rate` instead of `keep_prob`. "
Dvariables.py48 from tensorflow.python.util.deprecation import deprecated_args
363 @deprecated_args(
Dcontrol_flow_ops.py1151 @deprecation.deprecated_args(
Dimage_ops_impl.py4757 @deprecation.deprecated_args(None,
/external/tensorflow/tensorflow/python/saved_model/
Dbuilder_impl.py40 from tensorflow.python.util.deprecation import deprecated_args
513 @deprecated_args(None,
557 @deprecated_args(None,
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_array_ops.py31 @deprecation.deprecated_args(None, 'Use the `axis` argument instead', 'dim')
/external/tensorflow/tensorflow/python/framework/
Dimporter.py33 from tensorflow.python.util.deprecation import deprecated_args
348 @deprecated_args(None, 'Please file an issue at '
Dops.py80 from tensorflow.python.util.deprecation import deprecated_args
3428 @deprecated_args(None,
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py33 from tensorflow.python.util.deprecation import deprecated_args
264 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py124 @deprecation.deprecated_args(
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_string_ops.py534 @deprecation.deprecated_args(None,
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator.py173 @deprecation.deprecated_args(None, "Do not pass `graph_parents`. They will "
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py1333 @deprecation.deprecated_args(None,
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py229 @deprecation.deprecated_args(None, "Use external_state_policy instead",
731 @deprecation.deprecated_args(None, "Use output_signature instead",