Home
last modified time | relevance | path

Searched refs:deprecation (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py25 from tensorflow.python.util import deprecation
33 deprecated_func = deprecation.deprecated_alias("deprecated.func",
57 deprecated_cls = deprecation.deprecated_alias("deprecated.cls",
91 @deprecation.deprecated(date, instructions, warn_once=True)
105 @deprecation.deprecated(date, instructions, warn_once=False)
112 with deprecation.silence():
127 deprecation.deprecated("", instructions)
129 deprecation.deprecated("07-04-2016", instructions)
132 deprecation.deprecated(date, None)
134 deprecation.deprecated(date, "")
[all …]
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py46 from tensorflow.python.util import deprecation
193 @deprecation.deprecated_endpoints("sparse_concat")
194 @deprecation.deprecated_args(
298 expand_nonconcat_dim = deprecation.deprecated_argument_lookup(
303 axis = deprecation.deprecated_argument_lookup("axis", axis, "concat_dim",
342 @deprecation.deprecated_endpoints("sparse_add")
343 @deprecation.deprecated_args(
398 threshold = deprecation.deprecated_argument_lookup("threshold", threshold,
648 @deprecation.deprecated_endpoints("sparse_reorder")
699 @deprecation.deprecated_endpoints("sparse_reshape")
[all …]
Dmath_ops.py95 from tensorflow.python.util import deprecation
104 arg_max = deprecation.deprecated(None, "Use `tf.math.argmax` instead")(arg_max) # pylint: disable=…
105 arg_min = deprecation.deprecated(None, "Use `tf.math.argmin` instead")(arg_min) # pylint: disable=…
125 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
135 axis = deprecation.deprecated_argument_lookup(
170 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
180 axis = deprecation.deprecated_argument_lookup(
306 @deprecation.deprecated(
327 @deprecation.deprecated(
342 @deprecation.deprecated(
[all …]
Dstring_ops.py40 from tensorflow.python.util import deprecation
80 @deprecation.deprecated_endpoints("regex_replace")
196 @deprecation.deprecated_args(None,
238 delimiter = deprecation.deprecated_argument_lookup(
328 @deprecation.deprecated_endpoints("reduce_join")
335 keep_dims = deprecation.deprecated_argument_lookup(
359 reduce_join.__doc__ = deprecation.rewrite_argument_docstring(
383 @deprecation.deprecated(None, "Use `tf.strings.substr` instead of `tf.substr`.")
445 string_tensor = deprecation.deprecated_argument_lookup(
483 string_tensor = deprecation.deprecated_argument_lookup(
Drandom_ops.py32 from tensorflow.python.util import deprecation
48 @deprecation.deprecated_endpoints("random_normal")
143 @deprecation.deprecated_endpoints("truncated_normal")
189 @deprecation.deprecated_endpoints("random_uniform")
255 @deprecation.deprecated_endpoints("random_shuffle")
287 @deprecation.deprecated_endpoints("random_crop")
331 @deprecation.deprecated(
400 @deprecation.deprecated_endpoints("random_gamma")
484 @deprecation.deprecated_endpoints("random_poisson")
Dnumerics.py27 from tensorflow.python.util import deprecation
32 @deprecation.deprecated_endpoints("verify_tensor_all_finite")
46 x = deprecation.deprecated_argument_lookup("x", x, "t", t)
47 message = deprecation.deprecated_argument_lookup(
Dio_ops.py37 from tensorflow.python.util import deprecation
328 @deprecation.deprecated(
358 @deprecation.deprecated(
390 @deprecation.deprecated(
436 @deprecation.deprecated(
469 @deprecation.deprecated(
502 @deprecation.deprecated(
Dlinalg_ops.py34 from tensorflow.python.util import deprecation
84 @deprecation.deprecated_endpoints('cholesky_solve')
173 @deprecation.deprecated_endpoints('matrix_solve_ls')
310 @deprecation.deprecated_endpoints('self_adjoint_eig')
333 @deprecation.deprecated_endpoints('self_adjoint_eigvals')
356 @deprecation.deprecated_endpoints('svd')
498 @deprecation.deprecated_args(
564 keepdims = deprecation.deprecated_argument_lookup('keepdims', keepdims,
Dcheck_ops.py35 from tensorflow.python.util import deprecation
94 @deprecation.deprecated_endpoints('assert_proper_iterable')
147 @deprecation.deprecated_endpoints('assert_negative')
213 @deprecation.deprecated_endpoints('assert_positive')
279 @deprecation.deprecated_endpoints('assert_non_negative')
347 @deprecation.deprecated_endpoints('assert_non_positive')
545 @deprecation.deprecated_endpoints('assert_none_equal')
642 @deprecation.deprecated_endpoints('assert_near')
823 @deprecation.deprecated_endpoints('assert_less_equal')
976 @deprecation.deprecated_endpoints('assert_greater_equal')
[all …]
Dcandidate_sampling_ops.py26 from tensorflow.python.util import deprecation
33 @deprecation.deprecated_endpoints('nn.uniform_candidate_sampler')
95 @deprecation.deprecated_endpoints('nn.log_uniform_candidate_sampler')
157 @deprecation.deprecated_endpoints(['nn.learned_unigram_candidate_sampler'])
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dinterleave_ops.py21 from tensorflow.python.util import deprecation
24 @deprecation.deprecated(None,
80 @deprecation.deprecated(
135 @deprecation.deprecated(None,
163 @deprecation.deprecated(None,
Dgrouping.py22 from tensorflow.python.util import deprecation
25 @deprecation.deprecated(None,
51 @deprecation.deprecated(None,
95 @deprecation.deprecated(
155 @deprecation.deprecated(None, "Use `tf.data.experimental.Reducer(...)`.")
Dbatching.py24 from tensorflow.python.util import deprecation
27 @deprecation.deprecated(
74 @deprecation.deprecated(None, "Use `tf.data.experimental.unbatch()`.")
99 @deprecation.deprecated(
138 @deprecation.deprecated(
231 @deprecation.deprecated(None, "Use `tf.data.experimental.map_and_batch(...)`.")
Dreaders.py28 from tensorflow.python.util import deprecation
31 @deprecation.deprecated(None,
148 @deprecation.deprecated(None, "Use `tf.data.experimental.CsvDataset(...)`.")
164 @deprecation.deprecated(
277 @deprecation.deprecated(
365 @deprecation.deprecated(None, "Use `tf.data.experimental.SqlDataset(...)`.")
Dprefetching_ops.py21 from tensorflow.python.util import deprecation
24 @deprecation.deprecated(None,
44 @deprecation.deprecated(None, "Use `tf.data.experimental.copy_to_device(...)`.")
Diterator_ops.py21 from tensorflow.python.util import deprecation
24 @deprecation.deprecated(
109 @deprecation.deprecated(
Dget_single_element.py24 from tensorflow.python.util import deprecation
27 @deprecation.deprecated(None,
67 @deprecation.deprecated(None, "Use `tf.data.Dataset.reduce(...)`.")
/external/tensorflow/tensorflow/python/layers/
Dpooling.py24 from tensorflow.python.util import deprecation
61 @deprecation.deprecated(
132 @deprecation.deprecated(
203 @deprecation.deprecated(
277 @deprecation.deprecated(
353 @deprecation.deprecated(
431 @deprecation.deprecated(
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2.py167 from tensorflow.python.util import deprecation
2735 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2749 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2780 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2801 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2856 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2861 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2884 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2901 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2916 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
[all …]
/external/tensorflow/tensorflow/contrib/framework/python/framework/
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
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record.py25 from tensorflow.python.util import deprecation
32 @deprecation.deprecated_endpoints("python_io.TFRecordCompressionType")
43 @deprecation.deprecated_endpoints("python_io.TFRecordOptions")
154 @deprecation.deprecated(
191 @deprecation.deprecated_endpoints("python_io.TFRecordWriter")
/external/tensorflow/tensorflow/python/saved_model/
Dmain_op_impl.py25 from tensorflow.python.util import deprecation
30 @deprecation.deprecated(
52 @deprecation.deprecated(
Dsignature_def_utils_impl.py28 from tensorflow.python.util import deprecation
37 @deprecation.deprecated_endpoints(
69 @deprecation.deprecated_endpoints(
117 @deprecation.deprecated_endpoints(
176 @deprecation.deprecated_endpoints(
273 @deprecation.deprecated_endpoints(
/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py25 from tensorflow.python.util import deprecation
55 @deprecation.deprecated(
124 @deprecation.deprecated(
175 @deprecation.deprecated(
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dmasked_autoregressive.py37 from tensorflow.python.util import deprecation
192 @deprecation.deprecated(
312 @deprecation.deprecated(
337 @deprecation.deprecated(
359 @deprecation.deprecated(
440 @deprecation.deprecated(
563 @deprecation.deprecated(

12345678910>>...16