Searched refs:deprecation (Results 1 – 25 of 388) sorted by relevance
12345678910>>...16
/external/tensorflow/tensorflow/python/util/ |
D | deprecation_test.py | 25 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/ |
D | sparse_ops.py | 46 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 …]
|
D | math_ops.py | 95 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 …]
|
D | string_ops.py | 40 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(
|
D | random_ops.py | 32 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")
|
D | numerics.py | 27 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(
|
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 | linalg_ops.py | 34 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,
|
D | check_ops.py | 35 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 …]
|
D | candidate_sampling_ops.py | 26 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/ |
D | interleave_ops.py | 21 from tensorflow.python.util import deprecation 24 @deprecation.deprecated(None, 80 @deprecation.deprecated( 135 @deprecation.deprecated(None, 163 @deprecation.deprecated(None,
|
D | grouping.py | 22 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(...)`.")
|
D | batching.py | 24 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(...)`.")
|
D | readers.py | 28 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(...)`.")
|
D | prefetching_ops.py | 21 from tensorflow.python.util import deprecation 24 @deprecation.deprecated(None, 44 @deprecation.deprecated(None, "Use `tf.data.experimental.copy_to_device(...)`.")
|
D | iterator_ops.py | 21 from tensorflow.python.util import deprecation 24 @deprecation.deprecated( 109 @deprecation.deprecated(
|
D | get_single_element.py | 24 from tensorflow.python.util import deprecation 27 @deprecation.deprecated(None, 67 @deprecation.deprecated(None, "Use `tf.data.Dataset.reduce(...)`.")
|
/external/tensorflow/tensorflow/python/layers/ |
D | pooling.py | 24 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/ |
D | feature_column_v2.py | 167 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__.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
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | tf_record.py | 25 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/ |
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/ops/distributions/ |
D | kullback_leibler.py | 25 from tensorflow.python.util import deprecation 55 @deprecation.deprecated( 124 @deprecation.deprecated( 175 @deprecation.deprecated(
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
D | masked_autoregressive.py | 37 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