Searched refs:deprecation (Results 1 - 25 of 53) sorted by relevance

123

/external/autotest/client/bin/
H A Dbase_utils.py13 from autotest_lib.client.common_lib import deprecation namespace
18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
H A Dsite_utils.py13 from autotest_lib.client.common_lib import deprecation namespace
18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
/external/autotest/client/common_lib/
H A Dbase_utils.py13 from autotest_lib.client.common_lib import deprecation namespace
18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
H A Dsite_utils.py13 from autotest_lib.client.common_lib import deprecation namespace
18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
/external/tensorflow/tensorflow/contrib/framework/python/framework/
H A D__init__.py29 from tensorflow.python.util.deprecation import deprecated
30 from tensorflow.python.util.deprecation import deprecated_arg_values
31 from tensorflow.python.util.deprecation import deprecated_args
H A Dtensor_util.py31 from tensorflow.python.util.deprecation import deprecated
/external/tensorflow/tensorflow/contrib/tfprof/
H A Dtfprof_logger.py24 from tensorflow.python.util.deprecation import deprecated
H A Dmodel_analyzer.py32 from tensorflow.python.util.deprecation import deprecated
/external/tensorflow/tensorflow/contrib/data/python/ops/
H A Ddataset_ops.py28 from tensorflow.python.util import deprecation namespace
43 @deprecation.deprecated(None, "Use `ds._as_variant_tensor()`.")
63 @deprecation.deprecated(None, "Use `tf.data.Dataset.from_tensors()`.")
76 @deprecation.deprecated(None, "Use `tf.data.Dataset.from_tensor_slices()`.")
90 @deprecation.deprecated(None,
104 @deprecation.deprecated(None, "Use `tf.data.Dataset.from_generator()`.")
146 @deprecation.deprecated(None, "Use `tf.data.Dataset.range()`.")
176 @deprecation.deprecated(None, "Use `tf.data.Dataset.zip()`.")
256 @deprecation.deprecated(None, "Use `tf.data.Dataset.list_files()`.")
293 @deprecation
[all...]
H A Dinterleave_ops.py28 from tensorflow.python.util import deprecation namespace
172 @deprecation.deprecated(
/external/tensorflow/tensorflow/python/util/
H A Ddeprecation_test.py24 from tensorflow.python.util import deprecation namespace
31 deprecated_func = deprecation.deprecated_alias("deprecated.func",
55 deprecated_cls = deprecation.deprecated_alias("deprecated.cls",
84 @deprecation.deprecated(date, instructions, warn_once=True)
98 @deprecation.deprecated(date, instructions, warn_once=False)
105 with deprecation.silence():
120 deprecation.deprecated("", instructions)
122 deprecation.deprecated("07-04-2016", instructions)
125 deprecation.deprecated(date, None)
127 deprecation
[all...]
/external/webrtc/talk/build/
H A Dbuild_jar.sh50 $JAVA_HOME/bin/javac -Xlint:deprecation -Xlint:unchecked -d "$TMP_DIR" \
/external/tensorflow/tensorflow/python/training/
H A Dsummary_io.py26 from tensorflow.python.util.deprecation import deprecated
/external/tensorflow/tensorflow/python/ops/
H A Dstring_ops.py49 from tensorflow.python.util import deprecation namespace
108 # TODO(aselle): Remove this after deprecation
141 reduce_join.__doc__ = deprecation.rewrite_argument_docstring(
H A Dmath_ops.py177 from tensorflow.python.util import deprecation namespace
183 arg_max = deprecation.deprecated(None, "Use `argmax` instead")(arg_max) # pylint: disable=used-before-assignment
184 arg_min = deprecation.deprecated(None, "Use `argmin` instead")(arg_min) # pylint: disable=used-before-assignment
198 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
218 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
337 # TODO(aselle): put deprecation in after another round of global code changes
338 @deprecation.deprecated(
357 # TODO(aselle): put deprecation in after another round of global code changes
358 @deprecation.deprecated(
397 @deprecation
[all...]
H A Dlinalg_ops.py33 from tensorflow.python.util import deprecation namespace
450 @deprecation.deprecated_args(
516 keepdims = deprecation.deprecated_argument_lookup('keepdims', keepdims,
H A Dlogging_ops.py29 from tensorflow.python.util.deprecation import deprecated
H A Darray_ops.py107 from tensorflow.python.util import deprecation namespace
206 @deprecation.deprecated(
208 "This op will be removed after the deprecation date. "
1305 # TODO(yongtang): switch to v2 once API deprecation
2642 seq_axis = deprecation.deprecated_argument_lookup("seq_axis", seq_axis,
2644 batch_axis = deprecation.deprecated_argument_lookup("batch_axis", batch_axis,
2656 reverse_sequence.__doc__ = deprecation.rewrite_argument_docstring(
2657 deprecation.rewrite_argument_docstring(
2679 @deprecation.deprecated(
H A Dnn_ops.py41 from tensorflow.python.util import deprecation namespace
1716 @deprecation.deprecated_args(None, "dim is deprecated, use axis instead", "dim")
1739 axis = deprecation.deprecated_argument_lookup("axis", axis, "dim", dim)
1746 @deprecation.deprecated_args(None, "dim is deprecated, use axis instead", "dim")
1769 axis = deprecation.deprecated_argument_lookup("axis", axis, "dim", dim)
1904 @deprecation.deprecated(date=None, instructions=_XENT_DEPRECATION)
2365 @deprecation.deprecated_arg_values(
2370 @deprecation.deprecated_arg_values(
/external/tensorflow/tensorflow/contrib/session_bundle/
H A Dgc.py74 from tensorflow.python.util.deprecation import deprecated
H A Dsession_bundle.py34 from tensorflow.python.util.deprecation import deprecated
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
H A Dgru_ops.py30 from tensorflow.python.util.deprecation import deprecated_args
/external/tensorflow/tensorflow/python/lib/io/
H A Dfile_io.py33 from tensorflow.python.util import deprecation namespace
129 @deprecation.deprecated_args(
/external/tensorflow/tensorflow/contrib/losses/python/losses/
H A Dloss_ops.py30 from tensorflow.python.util.deprecation import deprecated
31 from tensorflow.python.util.deprecation import deprecated_args
/external/tensorflow/tensorflow/contrib/training/python/training/
H A Dhparam.py29 from tensorflow.python.util import deprecation namespace
542 @deprecation.deprecated(None, 'Use `override_from_dict`.')

Completed in 762 milliseconds

123