Home
last modified time | relevance | path

Searched refs:deprecated_argument_lookup (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dstring_ops.py217 delimiter = deprecation.deprecated_argument_lookup(
314 keepdims = deprecation.deprecated_argument_lookup("keepdims", keepdims,
318 axis = deprecation.deprecated_argument_lookup("axis", axis,
495 string_tensor = deprecation.deprecated_argument_lookup(
541 string_tensor = deprecation.deprecated_argument_lookup(
Dnumerics.py44 x = deprecation.deprecated_argument_lookup("x", x, "t", t)
45 message = deprecation.deprecated_argument_lookup(
Dnn_impl.py40 from tensorflow.python.util.deprecation import deprecated_argument_lookup
405 labels = deprecated_argument_lookup("labels", labels, "targets", targets)
686 axis = deprecated_argument_lookup("axis", axis, "dim", dim)
856 rate = deprecated_argument_lookup("dilations", dilations, "rate", rate)
1060 rate = deprecated_argument_lookup("dilations", dilations, "rate", rate)
1224 keep_dims = deprecated_argument_lookup(
1355 keep_dims = deprecated_argument_lookup(
1441 keep_dims = deprecated_argument_lookup(
1752 t = deprecated_argument_lookup("input", input, "t", t)
1753 m = deprecated_argument_lookup("mean", mean, "m", m)
[all …]
Dsparse_ops.py381 expand_nonconcat_dim = deprecation.deprecated_argument_lookup(
386 axis = deprecation.deprecated_argument_lookup("axis", axis, "concat_dim",
508 threshold = deprecation.deprecated_argument_lookup("threshold", threshold,
1031 axis = deprecation.deprecated_argument_lookup("axis", axis, "split_dim",
1398 keepdims = deprecation.deprecated_argument_lookup("keepdims", keepdims,
1400 axis = deprecation.deprecated_argument_lookup("axis", axis, "reduction_axes",
1448 keepdims = deprecation.deprecated_argument_lookup("keepdims", keepdims,
1450 axis = deprecation.deprecated_argument_lookup("axis", axis, "reduction_axes",
1599 keepdims = deprecation.deprecated_argument_lookup("keepdims", keepdims,
1601 axis = deprecation.deprecated_argument_lookup("axis", axis, "reduction_axes",
[all …]
Dnn_ops.py199 from tensorflow.python.util.deprecation import deprecated_argument_lookup
559 filter = deprecated_argument_lookup("filters", filters, "filter", filter)
560 rates = deprecated_argument_lookup("dilations", dilations, "rates", rates)
1158 filter = deprecated_argument_lookup("filters", filters, "filter", filter)
1159 dilation_rate = deprecated_argument_lookup(
1594 dilation_rate = deprecated_argument_lookup(
2047 value = deprecation.deprecated_argument_lookup("input", input, "value", value)
2439 filter = deprecation.deprecated_argument_lookup(
2601 filter = deprecation.deprecated_argument_lookup(
2671 value = deprecated_argument_lookup("input", input, "value", value)
[all …]
Dmath_ops.py262 axis = deprecation.deprecated_argument_lookup("axis", axis, "dimension",
316 axis = deprecation.deprecated_argument_lookup("axis", axis, "dimension",
2241 axis = deprecation.deprecated_argument_lookup("axis", axis,
2244 keepdims = deprecation.deprecated_argument_lookup("keepdims", keepdims,
2438 keepdims = deprecation.deprecated_argument_lookup("keepdims", keepdims,
2440 input_tensor = deprecation.deprecated_argument_lookup("input", input,
2443 axis = deprecation.deprecated_argument_lookup("axis", axis,
2577 axis = deprecation.deprecated_argument_lookup("axis", axis,
2580 keepdims = deprecation.deprecated_argument_lookup("keepdims", keepdims,
2859 axis = deprecation.deprecated_argument_lookup("axis", axis,
[all …]
Darray_ops.py369 axis = deprecation.deprecated_argument_lookup("axis", axis, "dim", dim)
4084 block_size = deprecation.deprecated_argument_lookup("block_shape",
4149 block_size = deprecation.deprecated_argument_lookup("block_shape",
4595 axis = deprecation.deprecated_argument_lookup("axis", axis, "squeeze_dims",
5026 seq_axis = deprecation.deprecated_argument_lookup("seq_axis", seq_axis,
5028 batch_axis = deprecation.deprecated_argument_lookup("batch_axis", batch_axis,
6639 ksizes = deprecation.deprecated_argument_lookup("sizes", sizes, "ksizes",
Dlinalg_ops.py697 keepdims = deprecation.deprecated_argument_lookup('keepdims', keepdims,
Dparsing_ops.py1006 input_bytes = deprecation.deprecated_argument_lookup("input_bytes",
Dctc_ops.py215 inputs = deprecation.deprecated_argument_lookup("logits", logits, "inputs",
Dimage_ops_impl.py4891 box_ind = deprecation.deprecated_argument_lookup('box_indices', box_indices,
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_squeeze_op.py129 axis = deprecation.deprecated_argument_lookup('axis', axis, 'squeeze_dims',
Dragged_string_ops.py643 input = deprecation.deprecated_argument_lookup(
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py30 from tensorflow.python.util.deprecation import deprecated_argument_lookup
307 axis = deprecated_argument_lookup("axis", axis, "dim", dim)
/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py1080 deprecation.deprecated_argument_lookup("val_new", good_value, "val_old",
1083 deprecation.deprecated_argument_lookup("val_new", None, "val_old",
1088 deprecation.deprecated_argument_lookup("val_new", good_value,
Ddeprecation.py638 def deprecated_argument_lookup(new_name, new_value, old_name, old_value): function
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_array_ops.py79 axis = deprecation.deprecated_argument_lookup('axis', axis, 'dim', dim)
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py1652 jit_compile=deprecation.deprecated_argument_lookup(
/external/tensorflow/tensorflow/python/framework/
Dops.py1421 preferred_dtype = deprecation.deprecated_argument_lookup(