Home
last modified time | relevance | path

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

12345678910>>...20

/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py28 from tensorflow.python.util import deprecation
36 deprecated_func = deprecation.deprecated_alias("deprecated.func",
59 deprecated_cls = deprecation.deprecated_alias("deprecated.cls",
92 @deprecation.deprecated(date, instructions, warn_once=True)
106 @deprecation.deprecated(date, instructions, warn_once=True)
124 @deprecation.deprecated(date, instructions, warn_once=True)
141 @deprecation.deprecated(date, instructions, warn_once=True)
157 mytuple = deprecation.deprecated(
172 @deprecation.deprecated(date, instructions, warn_once=False)
179 with deprecation.silence():
[all …]
Dmodule_wrapper_test.py77 module, 'test', public_apis=apis, deprecation=False)
93 module, 'test', public_apis=apis, deprecation=False)
110 module, 'test', public_apis=apis, deprecation=False)
127 module, 'test', public_apis=apis, deprecation=False)
140 module, 'test', public_apis=apis, deprecation=False, has_lite=True)
/external/tensorflow/tensorflow/python/framework/
Dconfig.py25 from tensorflow.python.util import deprecation
164 @deprecation.deprecated_arg_values(
385 @deprecation.deprecated_endpoints(
420 @deprecation.deprecated_endpoints(
457 @deprecation.deprecated_endpoints(
491 @deprecation.deprecated_endpoints(
568 @deprecation.deprecated(
711 @deprecation.deprecated_endpoints(
752 @deprecation.deprecated_endpoints(
Dgraph_util_impl.py31 from tensorflow.python.util import deprecation
68 @deprecation.deprecated(
184 @deprecation.deprecated(
225 @deprecation.deprecated(
244 @deprecation.deprecated(
288 @deprecation.deprecated(
/external/tensorflow/tensorflow/python/ops/
Dinplace_ops.py27 from tensorflow.python.util import deprecation
67 @deprecation.deprecated(
93 @deprecation.deprecated(
119 @deprecation.deprecated(
164 @deprecation.deprecated(
194 @deprecation.deprecated(
224 @deprecation.deprecated(
Dsparse_ops.py48 from tensorflow.python.util import deprecation
281 @deprecation.deprecated_endpoints("sparse_concat")
282 @deprecation.deprecated_args(
386 expand_nonconcat_dim = deprecation.deprecated_argument_lookup(
391 axis = deprecation.deprecated_argument_lookup("axis", axis, "concat_dim",
457 @deprecation.deprecated_endpoints("sparse_add")
458 @deprecation.deprecated_args(
513 threshold = deprecation.deprecated_argument_lookup("threshold", threshold,
818 @deprecation.deprecated_endpoints("sparse_reorder")
869 @deprecation.deprecated_endpoints("sparse_reshape")
[all …]
Dmath_ops.py100 from tensorflow.python.util import deprecation
120 @deprecation.deprecated_endpoints("lin_space")
233 arg_max = deprecation.deprecated(None, "Use `tf.math.argmax` instead")(arg_max) # pylint: disable=…
234 arg_min = deprecation.deprecated(None, "Use `tf.math.argmin` instead")(arg_min) # pylint: disable=…
256 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
266 axis = deprecation.deprecated_argument_lookup("axis", axis, "dimension",
310 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
320 axis = deprecation.deprecated_argument_lookup("axis", axis, "dimension",
534 @deprecation.deprecated(
555 @deprecation.deprecated(
[all …]
Dstring_ops.py40 from tensorflow.python.util import deprecation
77 @deprecation.deprecated_endpoints("regex_replace")
219 delimiter = deprecation.deprecated_argument_lookup(
306 @deprecation.deprecated_args(None,
309 @deprecation.deprecated_endpoints("reduce_join")
316 keepdims = deprecation.deprecated_argument_lookup("keepdims", keepdims,
320 axis = deprecation.deprecated_argument_lookup("axis", axis,
421 @deprecation.deprecated(None, "Use `tf.strings.substr` instead of `tf.substr`.")
491 string_tensor = deprecation.deprecated_argument_lookup(
535 string_tensor = deprecation.deprecated_argument_lookup(
[all …]
Dnumerics.py27 from tensorflow.python.util import deprecation
34 @deprecation.deprecated_endpoints("verify_tensor_all_finite")
48 x = deprecation.deprecated_argument_lookup("x", x, "t", t)
49 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(
Dcandidate_sampling_ops.py26 from tensorflow.python.util import deprecation
35 @deprecation.deprecated_endpoints('nn.uniform_candidate_sampler')
98 @deprecation.deprecated_endpoints('nn.log_uniform_candidate_sampler')
161 @deprecation.deprecated_endpoints(['nn.learned_unigram_candidate_sampler'])
Drandom_ops.py39 from tensorflow.python.util import deprecation
46 @deprecation.deprecated_endpoints("random_normal")
162 @deprecation.deprecated_endpoints("truncated_normal")
217 @deprecation.deprecated_endpoints("random_uniform")
329 @deprecation.deprecated_endpoints("random_shuffle")
362 @deprecation.deprecated_endpoints("random_crop")
470 @deprecation.deprecated(
551 @deprecation.deprecated_endpoints("random_gamma")
645 @deprecation.deprecated_endpoints("random_poisson")
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dstats_aggregator.py24 from tensorflow.python.util import deprecation
32 @deprecation.deprecated_endpoints("data.experimental.StatsAggregator")
67 @deprecation.deprecated(
90 @deprecation.deprecated_endpoints("data.experimental.StatsAggregator")
137 @deprecation.deprecated(
/external/tensorflow/tensorflow/python/training/experimental/
Dmixed_precision.py26 from tensorflow.python.util import deprecation
65 @deprecation.deprecated(
216 @deprecation.deprecated_endpoints(
361 @deprecation.deprecated(
391 @deprecation.deprecated_endpoints(
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record.py24 from tensorflow.python.util import deprecation
30 @deprecation.deprecated_endpoints("io.TFRecordCompressionType",
42 @deprecation.deprecated_endpoints("python_io.TFRecordOptions")
153 @deprecation.deprecated(
217 @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/feature_column/
Dfeature_column_v2.py163 from tensorflow.python.util import deprecation
2562 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2576 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2607 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2628 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2687 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2692 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2715 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2732 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
2747 @deprecation.deprecated(_FEATURE_COLUMN_DEPRECATION_DATE,
[all …]
/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py25 from tensorflow.python.util import deprecation
55 @deprecation.deprecated(
124 @deprecation.deprecated(
175 @deprecation.deprecated(
Ddistributions.py20 from tensorflow.python.util import deprecation
24 with deprecation.silence():
40 del deprecation
/external/protobuf/objectivec/Tests/
Dunittest_deprecated_file.proto37 // enum value, or field level deprecation; instead it uses the file level option
46 // Message to catch the deprecation.
53 // Mix of extension field types to catch the deprecation.
61 // Mix of extension field types (scoped to a message) to catch the deprecation.
71 // Enum to catch the deprecation.
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DInvGrad.pbtxt28 deprecation {
59 deprecation {
91 deprecation {
152 deprecation {
DTopK.pbtxt44 deprecation {
93 deprecation {
143 deprecation {
193 deprecation {
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DTopK.pbtxt44 deprecation {
93 deprecation {
143 deprecation {
193 deprecation {
DInvGrad.pbtxt28 deprecation {
59 deprecation {
91 deprecation {
152 deprecation {

12345678910>>...20