/external/autotest/client/bin/ |
H A D | base_utils.py | 13 from autotest_lib.client.common_lib import deprecation namespace 18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
|
H A D | site_utils.py | 13 from autotest_lib.client.common_lib import deprecation namespace 18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
|
/external/autotest/client/common_lib/ |
H A D | base_utils.py | 13 from autotest_lib.client.common_lib import deprecation namespace 18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
|
H A D | site_utils.py | 13 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__.py | 29 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 D | tensor_util.py | 31 from tensorflow.python.util.deprecation import deprecated
|
/external/tensorflow/tensorflow/contrib/tfprof/ |
H A D | tfprof_logger.py | 24 from tensorflow.python.util.deprecation import deprecated
|
H A D | model_analyzer.py | 32 from tensorflow.python.util.deprecation import deprecated
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
H A D | dataset_ops.py | 28 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 D | interleave_ops.py | 28 from tensorflow.python.util import deprecation namespace 172 @deprecation.deprecated(
|
/external/tensorflow/tensorflow/python/util/ |
H A D | deprecation_test.py | 24 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 D | build_jar.sh | 50 $JAVA_HOME/bin/javac -Xlint:deprecation -Xlint:unchecked -d "$TMP_DIR" \
|
/external/tensorflow/tensorflow/python/training/ |
H A D | summary_io.py | 26 from tensorflow.python.util.deprecation import deprecated
|
/external/tensorflow/tensorflow/python/ops/ |
H A D | string_ops.py | 49 from tensorflow.python.util import deprecation namespace 108 # TODO(aselle): Remove this after deprecation 141 reduce_join.__doc__ = deprecation.rewrite_argument_docstring(
|
H A D | math_ops.py | 177 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 D | linalg_ops.py | 33 from tensorflow.python.util import deprecation namespace 450 @deprecation.deprecated_args( 516 keepdims = deprecation.deprecated_argument_lookup('keepdims', keepdims,
|
H A D | logging_ops.py | 29 from tensorflow.python.util.deprecation import deprecated
|
H A D | array_ops.py | 107 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 D | nn_ops.py | 41 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 D | gc.py | 74 from tensorflow.python.util.deprecation import deprecated
|
H A D | session_bundle.py | 34 from tensorflow.python.util.deprecation import deprecated
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
H A D | gru_ops.py | 30 from tensorflow.python.util.deprecation import deprecated_args
|
/external/tensorflow/tensorflow/python/lib/io/ |
H A D | file_io.py | 33 from tensorflow.python.util import deprecation namespace 129 @deprecation.deprecated_args(
|
/external/tensorflow/tensorflow/contrib/losses/python/losses/ |
H A D | loss_ops.py | 30 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 D | hparam.py | 29 from tensorflow.python.util import deprecation namespace 542 @deprecation.deprecated(None, 'Use `override_from_dict`.')
|