/external/tensorflow/tensorflow/python/util/ |
D | deprecation_test.py | 539 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 …]
|
D | deprecation.py | 364 def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples, function
|
/external/tensorflow/tensorflow/python/ops/ |
D | init_ops.py | 51 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 …]
|
D | sparse_ops.py | 282 @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(
|
D | map_fn.py | 46 @deprecation.deprecated_args(None, "Use fn_output_signature instead", "dtype") 630 @deprecation.deprecated_args(None, "Use fn_output_signature instead", "dtype")
|
D | math_ops.py | 256 @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 …]
|
D | nn_impl.py | 42 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")
|
D | array_ops.py | 298 @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",
|
D | string_ops.py | 306 @deprecation.deprecated_args(None,
|
D | linalg_ops.py | 634 @deprecation.deprecated_args(
|
D | parsing_ops.py | 889 @deprecation.deprecated_args(None,
|
D | nn_ops.py | 51 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`. "
|
D | variables.py | 48 from tensorflow.python.util.deprecation import deprecated_args 363 @deprecated_args(
|
D | control_flow_ops.py | 1151 @deprecation.deprecated_args(
|
D | image_ops_impl.py | 4757 @deprecation.deprecated_args(None,
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | builder_impl.py | 40 from tensorflow.python.util.deprecation import deprecated_args 513 @deprecated_args(None, 557 @deprecated_args(None,
|
/external/tensorflow/tensorflow/python/ops/structured/ |
D | structured_array_ops.py | 31 @deprecation.deprecated_args(None, 'Use the `axis` argument instead', 'dim')
|
/external/tensorflow/tensorflow/python/framework/ |
D | importer.py | 33 from tensorflow.python.util.deprecation import deprecated_args 348 @deprecated_args(None, 'Please file an issue at '
|
D | ops.py | 80 from tensorflow.python.util.deprecation import deprecated_args 3428 @deprecated_args(None,
|
/external/tensorflow/tensorflow/python/ops/losses/ |
D | losses_impl.py | 33 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/ |
D | file_io.py | 124 @deprecation.deprecated_args(
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_string_ops.py | 534 @deprecation.deprecated_args(None,
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator.py | 173 @deprecation.deprecated_args(None, "Do not pass `graph_parents`. They will "
|
/external/tensorflow/tensorflow/python/eager/ |
D | def_function.py | 1333 @deprecation.deprecated_args(None,
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 229 @deprecation.deprecated_args(None, "Use external_state_policy instead", 731 @deprecation.deprecated_args(None, "Use output_signature instead",
|