Searched refs:deprecated_endpoints (Results 1 – 25 of 36) sorted by relevance
12
/external/tensorflow/tensorflow/python/framework/ |
D | config.py | 385 @deprecation.deprecated_endpoints( 420 @deprecation.deprecated_endpoints( 457 @deprecation.deprecated_endpoints( 491 @deprecation.deprecated_endpoints( 711 @deprecation.deprecated_endpoints( 752 @deprecation.deprecated_endpoints(
|
D | random_seed.py | 42 @deprecation.deprecated_endpoints('get_seed')
|
D | python_op_gen_internal.cc | 619 string deprecated_endpoints; in AddExport() local 626 AddDelimiter(&deprecated_endpoints, ", "); in AddExport() 627 strings::StrAppend(&deprecated_endpoints, "'", endpoint_name, "'"); in AddExport() 655 if (!deprecated_endpoints.empty()) { in AddExport() 656 strings::StrAppend(&result_, "@deprecated_endpoints(", deprecated_endpoints, in AddExport()
|
/external/tensorflow/tensorflow/python/ops/ |
D | sparse_ops.py | 281 @deprecation.deprecated_endpoints("sparse_concat") 457 @deprecation.deprecated_endpoints("sparse_add") 818 @deprecation.deprecated_endpoints("sparse_reorder") 869 @deprecation.deprecated_endpoints("sparse_reshape") 983 @deprecation.deprecated_endpoints("sparse_split") 1127 @deprecation.deprecated_endpoints("sparse_slice") 1332 @deprecation.deprecated_endpoints("sparse_reduce_max") 1418 @deprecation.deprecated_endpoints("sparse_reduce_max_sparse") 1550 @deprecation.deprecated_endpoints("sparse_reduce_sum") 1619 @deprecation.deprecated_endpoints("sparse_reduce_sum_sparse") [all …]
|
D | check_ops.py | 380 @deprecation.deprecated_endpoints('assert_proper_iterable') 443 @deprecation.deprecated_endpoints('assert_negative') 497 @deprecation.deprecated_endpoints('assert_positive') 552 @deprecation.deprecated_endpoints('assert_non_negative') 608 @deprecation.deprecated_endpoints('assert_non_positive') 715 @deprecation.deprecated_endpoints('assert_none_equal') 779 @deprecation.deprecated_endpoints('assert_near') 943 @deprecation.deprecated_endpoints('assert_less_equal') 1035 @deprecation.deprecated_endpoints('assert_greater_equal') 1225 @deprecation.deprecated_endpoints('assert_rank_at_least') [all …]
|
D | random_ops.py | 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") 551 @deprecation.deprecated_endpoints("random_gamma") 645 @deprecation.deprecated_endpoints("random_poisson")
|
D | candidate_sampling_ops.py | 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 | init_ops.py | 101 @deprecation.deprecated_endpoints("initializers.zeros") 121 @deprecation.deprecated_endpoints("initializers.ones", "ones_initializer") 141 @deprecation.deprecated_endpoints("constant_initializer") 241 @deprecation.deprecated_endpoints("initializers.random_uniform") 281 @deprecation.deprecated_endpoints("initializers.random_normal") 321 @deprecation.deprecated_endpoints("initializers.truncated_normal", 369 @deprecation.deprecated_endpoints("uniform_unit_scaling_initializer", 435 @deprecation.deprecated_endpoints("initializers.variance_scaling", 532 @deprecation.deprecated_endpoints("initializers.orthogonal", 1169 @deprecation.deprecated_endpoints("initializers.identity") [all …]
|
D | linalg_ops.py | 150 @deprecation.deprecated_endpoints('cholesky_solve') 246 @deprecation.deprecated_endpoints('matrix_solve_ls') 442 @deprecation.deprecated_endpoints('self_adjoint_eig') 466 @deprecation.deprecated_endpoints('self_adjoint_eigvals') 490 @deprecation.deprecated_endpoints('svd')
|
D | math_ops.py | 120 @deprecation.deprecated_endpoints("lin_space") 754 @deprecation.deprecated_endpoints("real") 789 @deprecation.deprecated_endpoints("imag") 823 @deprecation.deprecated_endpoints("angle") 1409 @deprecation.deprecated_endpoints("div_no_nan") 1462 @deprecation.deprecated_endpoints("floordiv") 1562 @deprecation.deprecated_endpoints("logical_xor") 3217 @deprecation.deprecated_endpoints("trace") 3721 @deprecation.deprecated_endpoints("accumulate_n") 3852 @deprecation.deprecated_endpoints("log_sigmoid") [all …]
|
D | string_ops.py | 77 @deprecation.deprecated_endpoints("regex_replace") 309 @deprecation.deprecated_endpoints("reduce_join") 544 @deprecation.deprecated_endpoints("string_join")
|
D | manip_ops.py | 30 @deprecation.deprecated_endpoints('manip.roll')
|
D | array_ops.py | 1926 @deprecation.deprecated_endpoints("sparse_mask") 2323 @deprecation.deprecated_endpoints("matrix_transpose", "linalg.transpose") 2402 @deprecation.deprecated_endpoints("matrix_diag") 2571 @deprecation.deprecated_endpoints("matrix_diag_part") 2712 @deprecation.deprecated_endpoints("diag_part") 2756 @deprecation.deprecated_endpoints("matrix_set_diag") 3291 @deprecation.deprecated_endpoints("sparse_placeholder") 3951 @deprecation.deprecated_endpoints("space_to_batch") 3984 @deprecation.deprecated_endpoints("space_to_depth") 4003 @deprecation.deprecated_endpoints("depth_to_space") [all …]
|
D | numerics.py | 34 @deprecation.deprecated_endpoints("verify_tensor_all_finite")
|
D | confusion_matrix.py | 203 @deprecation.deprecated_endpoints('confusion_matrix', 'train.confusion_matrix')
|
D | data_flow_ops.py | 118 @deprecation.deprecated_endpoints(["io.QueueBase", "QueueBase"]) 623 @deprecation.deprecated_endpoints( 710 @deprecation.deprecated_endpoints("FIFOQueue") 848 @deprecation.deprecated_endpoints(["io.PaddingFIFOQueue", "PaddingFIFOQueue"]) 924 @deprecation.deprecated_endpoints(["io.PriorityQueue", "PriorityQueue"])
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | signature_def_utils_impl.py | 37 @deprecation.deprecated_endpoints( 69 @deprecation.deprecated_endpoints( 117 @deprecation.deprecated_endpoints( 176 @deprecation.deprecated_endpoints( 273 @deprecation.deprecated_endpoints(
|
D | loader_impl.py | 228 @deprecation.deprecated_endpoints(
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | stats_aggregator.py | 32 @deprecation.deprecated_endpoints("data.experimental.StatsAggregator") 90 @deprecation.deprecated_endpoints("data.experimental.StatsAggregator")
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | tf_record.py | 30 @deprecation.deprecated_endpoints("io.TFRecordCompressionType", 42 @deprecation.deprecated_endpoints("python_io.TFRecordOptions") 217 @deprecation.deprecated_endpoints("python_io.TFRecordWriter")
|
/external/tensorflow/tensorflow/python/training/experimental/ |
D | mixed_precision.py | 216 @deprecation.deprecated_endpoints( 391 @deprecation.deprecated_endpoints(
|
D | loss_scale.py | 40 @deprecation.deprecated_endpoints('mixed_precision.experimental.LossScale', 212 @deprecation.deprecated_endpoints('mixed_precision.experimental.FixedLossScale', 313 @deprecation.deprecated_endpoints(
|
D | loss_scale_optimizer.py | 31 @deprecation.deprecated_endpoints(
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | optional_ops.py | 36 @deprecation.deprecated_endpoints("data.experimental.Optional")
|
/external/tensorflow/tensorflow/python/util/ |
D | deprecation_test.py | 1033 @deprecation.deprecated_endpoints("foo1") 1039 @deprecation.deprecated_endpoints("foo1", "foo2") 1046 @deprecation.deprecated_endpoints("foo1") 1047 @deprecation.deprecated_endpoints("foo2")
|
12