/external/tensorflow/tensorflow/python/util/ |
D | deprecation_test.py | 542 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 …]
|
D | deprecation.py | 384 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, function
|
/external/tensorflow/tensorflow/python/ops/ |
D | init_ops.py | 47 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 …]
|
D | sparse_ops.py | 277 @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(
|
D | map_fn.py | 43 @deprecation.deprecated_args(None, "Use fn_output_signature instead", "dtype") 627 @deprecation.deprecated_args(None, "Use fn_output_signature instead", "dtype")
|
D | math_ops.py | 252 @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 …]
|
D | nn_impl.py | 39 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")
|
D | array_ops.py | 304 @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",
|
D | string_ops.py | 304 @deprecation.deprecated_args(None,
|
D | linalg_ops.py | 631 @deprecation.deprecated_args(
|
D | parsing_ops.py | 979 @deprecation.deprecated_args(None,
|
D | nn_ops.py | 198 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`. "
|
D | variables.py | 46 from tensorflow.python.util.deprecation import deprecated_args 368 @deprecated_args(
|
D | control_flow_ops.py | 1102 @deprecation.deprecated_args(
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | builder_impl.py | 37 from tensorflow.python.util.deprecation import deprecated_args 516 @deprecated_args(None, 560 @deprecated_args(None,
|
/external/tensorflow/tensorflow/python/framework/ |
D | importer.py | 29 from tensorflow.python.util.deprecation import deprecated_args 351 @deprecated_args(None, 'Please file an issue at '
|
D | ops.py | 76 from tensorflow.python.util.deprecation import deprecated_args 3680 @deprecated_args(None,
|
/external/tensorflow/tensorflow/python/ops/losses/ |
D | losses_impl.py | 29 from tensorflow.python.util.deprecation import deprecated_args 271 @deprecated_args(None, "dim is deprecated, use axis instead", "dim")
|
/external/tensorflow/tensorflow/python/eager/ |
D | def_function.py | 1267 @deprecation.deprecated_args(None, 1270 @deprecation.deprecated_args(None,
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io.py | 123 @deprecation.deprecated_args(
|
/external/tensorflow/tensorflow/python/ops/structured/ |
D | structured_array_ops.py | 50 @deprecation.deprecated_args(None, 'Use the `axis` argument instead', 'dim')
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_string_ops.py | 533 @deprecation.deprecated_args(None,
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator.py | 177 @deprecation.deprecated_args(None, "Do not pass `graph_parents`. They will "
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | trt_convert.py | 1140 @deprecation.deprecated_args(None,
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 271 @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",
|