Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py542 deprecation.deprecated_args("", instructions, "deprecated")
544 deprecation.deprecated_args("07-04-2016", instructions, "deprecated")
546 deprecation.deprecated_args(date, None, "deprecated")
548 deprecation.deprecated_args(date, "", "deprecated")
550 deprecation.deprecated_args(date, instructions)
561 deprecation.deprecated_args(date, instructions, "missing")(_fn)
569 @deprecation.deprecated_args(date, instructions, "deprecated")
617 @deprecation.deprecated_args(date, instructions, "deprecated")
648 @deprecation.deprecated_args(date, instructions, "deprecated")
679 @deprecation.deprecated_args(date, instructions, "deprecated")
[all …]
Ddeprecation.py384 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, function
/external/tensorflow/tensorflow/python/ops/
Dinit_ops.py47 from tensorflow.python.util.deprecation import deprecated_args
166 @deprecated_args(None,
203 @deprecated_args(None,
364 @deprecated_args(None,
367 @deprecated_args(None, "Objects must now be the required shape or no shape "
462 @deprecated_args(None,
552 @deprecated_args(None,
648 @deprecated_args(None,
706 @deprecated_args(None,
825 @deprecated_args(None,
[all …]
Dsparse_ops.py277 @deprecation.deprecated_args(
453 @deprecation.deprecated_args(
977 @deprecation.deprecated_args(
1326 @deprecation.deprecated_args(
1328 @deprecation.deprecated_args(
1412 @deprecation.deprecated_args(
1544 @deprecation.deprecated_args(
1546 @deprecation.deprecated_args(
1613 @deprecation.deprecated_args(
Dmap_fn.py43 @deprecation.deprecated_args(None, "Use fn_output_signature instead", "dtype")
627 @deprecation.deprecated_args(None, "Use fn_output_signature instead", "dtype")
Dmath_ops.py252 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
306 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
2171 @deprecation.deprecated_args(None,
2374 @deprecation.deprecated_args(None,
2377 @deprecation.deprecated_args(
2810 @deprecation.deprecated_args(None,
2869 @deprecation.deprecated_args(None,
2997 @deprecation.deprecated_args(None,
3122 @deprecation.deprecated_args(None,
3228 @deprecation.deprecated_args(None,
[all …]
Dnn_impl.py39 from tensorflow.python.util.deprecation import deprecated_args
346 @deprecated_args(None, "targets is deprecated, use labels instead", "targets")
647 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
Darray_ops.py304 @deprecation.deprecated_args(None, "Use the `axis` argument instead", "dim")
4549 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
4973 @deprecation.deprecated_args(None,
4976 @deprecation.deprecated_args(None,
5097 @deprecation.deprecated_args(None,
6601 @deprecation.deprecated_args(None, "ksizes is deprecated, use sizes instead",
Dstring_ops.py304 @deprecation.deprecated_args(None,
Dlinalg_ops.py631 @deprecation.deprecated_args(
Dparsing_ops.py979 @deprecation.deprecated_args(None,
Dnn_ops.py198 from tensorflow.python.util.deprecation import deprecated_args
3903 @deprecation.deprecated_args(None, "dim is deprecated, use axis instead", "dim")
3917 @deprecation.deprecated_args(None, "dim is deprecated, use axis instead", "dim")
4050 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
5366 @deprecation.deprecated_args(None, "Please use `rate` instead of `keep_prob`. "
Dvariables.py46 from tensorflow.python.util.deprecation import deprecated_args
368 @deprecated_args(
Dcontrol_flow_ops.py1102 @deprecation.deprecated_args(
/external/tensorflow/tensorflow/python/saved_model/
Dbuilder_impl.py37 from tensorflow.python.util.deprecation import deprecated_args
516 @deprecated_args(None,
560 @deprecated_args(None,
/external/tensorflow/tensorflow/python/framework/
Dimporter.py29 from tensorflow.python.util.deprecation import deprecated_args
351 @deprecated_args(None, 'Please file an issue at '
Dops.py76 from tensorflow.python.util.deprecation import deprecated_args
3680 @deprecated_args(None,
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py29 from tensorflow.python.util.deprecation import deprecated_args
271 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py1267 @deprecation.deprecated_args(None,
1270 @deprecation.deprecated_args(None,
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py123 @deprecation.deprecated_args(
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_array_ops.py50 @deprecation.deprecated_args(None, 'Use the `axis` argument instead', 'dim')
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_string_ops.py533 @deprecation.deprecated_args(None,
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator.py177 @deprecation.deprecated_args(None, "Do not pass `graph_parents`. They will "
/external/tensorflow/tensorflow/python/compiler/tensorrt/
Dtrt_convert.py1140 @deprecation.deprecated_args(None,
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py271 @deprecation.deprecated_args(None, "Use external_state_policy instead",
861 @deprecation.deprecated_args(None, "Use output_signature instead",
3895 @deprecation.deprecated_args(None, "Use output_signature instead",

12