Searched refs:deprecation (Results 1 – 25 of 496) sorted by relevance
12345678910>>...20
/external/tensorflow/tensorflow/python/util/ |
D | deprecation_test.py | 28 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 …]
|
D | module_wrapper_test.py | 77 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/ |
D | config.py | 25 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(
|
D | graph_util_impl.py | 31 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/ |
D | inplace_ops.py | 27 from tensorflow.python.util import deprecation 67 @deprecation.deprecated( 93 @deprecation.deprecated( 119 @deprecation.deprecated( 164 @deprecation.deprecated( 194 @deprecation.deprecated( 224 @deprecation.deprecated(
|
D | sparse_ops.py | 48 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 …]
|
D | math_ops.py | 100 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 …]
|
D | string_ops.py | 40 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 …]
|
D | numerics.py | 27 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(
|
D | io_ops.py | 37 from tensorflow.python.util import deprecation 328 @deprecation.deprecated( 358 @deprecation.deprecated( 390 @deprecation.deprecated( 436 @deprecation.deprecated( 469 @deprecation.deprecated( 502 @deprecation.deprecated(
|
D | candidate_sampling_ops.py | 26 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'])
|
D | random_ops.py | 39 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/ |
D | stats_aggregator.py | 24 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/ |
D | mixed_precision.py | 26 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/ |
D | tf_record.py | 24 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/ |
D | main_op_impl.py | 25 from tensorflow.python.util import deprecation 30 @deprecation.deprecated( 52 @deprecation.deprecated(
|
D | signature_def_utils_impl.py | 28 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/ |
D | feature_column_v2.py | 163 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/ |
D | kullback_leibler.py | 25 from tensorflow.python.util import deprecation 55 @deprecation.deprecated( 124 @deprecation.deprecated( 175 @deprecation.deprecated(
|
D | distributions.py | 20 from tensorflow.python.util import deprecation 24 with deprecation.silence(): 40 del deprecation
|
/external/protobuf/objectivec/Tests/ |
D | unittest_deprecated_file.proto | 37 // 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/ |
D | InvGrad.pbtxt | 28 deprecation { 59 deprecation { 91 deprecation { 152 deprecation {
|
D | TopK.pbtxt | 44 deprecation { 93 deprecation { 143 deprecation { 193 deprecation {
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | TopK.pbtxt | 44 deprecation { 93 deprecation { 143 deprecation { 193 deprecation {
|
D | InvGrad.pbtxt | 28 deprecation { 59 deprecation { 91 deprecation { 152 deprecation {
|
12345678910>>...20