Searched refs:deprecated_endpoints (Results 1 – 25 of 27) sorted by relevance
12
/external/tensorflow/tensorflow/python/ops/ |
D | sparse_ops.py | 193 @deprecation.deprecated_endpoints("sparse_concat") 342 @deprecation.deprecated_endpoints("sparse_add") 648 @deprecation.deprecated_endpoints("sparse_reorder") 699 @deprecation.deprecated_endpoints("sparse_reshape") 793 @deprecation.deprecated_endpoints("sparse_split") 912 @deprecation.deprecated_endpoints("sparse_slice") 1100 @deprecation.deprecated_endpoints("sparse_reduce_max") 1171 @deprecation.deprecated_endpoints("sparse_reduce_max_sparse") 1289 @deprecation.deprecated_endpoints("sparse_reduce_sum") 1347 @deprecation.deprecated_endpoints("sparse_reduce_sum_sparse") [all …]
|
D | check_ops.py | 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') 1185 @deprecation.deprecated_endpoints('assert_rank_at_least') [all …]
|
D | random_ops.py | 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") 400 @deprecation.deprecated_endpoints("random_gamma") 484 @deprecation.deprecated_endpoints("random_poisson")
|
D | candidate_sampling_ops.py | 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'])
|
D | init_ops.py | 101 @deprecation.deprecated_endpoints("initializers.zeros") 122 @deprecation.deprecated_endpoints("initializers.ones", "ones_initializer") 143 @deprecation.deprecated_endpoints("constant_initializer") 258 @deprecation.deprecated_endpoints("initializers.random_uniform") 300 @deprecation.deprecated_endpoints("initializers.random_normal") 342 @deprecation.deprecated_endpoints("initializers.truncated_normal", 391 @deprecation.deprecated_endpoints("uniform_unit_scaling_initializer", 460 @deprecation.deprecated_endpoints("initializers.variance_scaling", 559 @deprecation.deprecated_endpoints("initializers.orthogonal", 1185 @deprecation.deprecated_endpoints("initializers.identity") [all …]
|
D | linalg_ops.py | 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')
|
D | math_ops.py | 476 @deprecation.deprecated_endpoints("real") 509 @deprecation.deprecated_endpoints("imag") 541 @deprecation.deprecated_endpoints("angle") 1059 @deprecation.deprecated_endpoints("div_no_nan") 1116 @deprecation.deprecated_endpoints("floordiv") 1186 @deprecation.deprecated_endpoints("logical_xor") 2360 @deprecation.deprecated_endpoints("trace") 2802 @deprecation.deprecated_endpoints("accumulate_n") 2913 @deprecation.deprecated_endpoints("log_sigmoid") 2984 @deprecation.deprecated_endpoints("bincount") [all …]
|
D | manip_ops.py | 28 @deprecation.deprecated_endpoints('manip.roll')
|
D | string_ops.py | 80 @deprecation.deprecated_endpoints("regex_replace") 328 @deprecation.deprecated_endpoints("reduce_join")
|
D | numerics.py | 32 @deprecation.deprecated_endpoints("verify_tensor_all_finite")
|
D | data_flow_ops.py | 118 @deprecation.deprecated_endpoints(["io.QueueBase", "QueueBase"]) 623 @deprecation.deprecated_endpoints( 710 @deprecation.deprecated_endpoints("FIFOQueue") 770 @deprecation.deprecated_endpoints(["io.PaddingFIFOQueue", "PaddingFIFOQueue"]) 846 @deprecation.deprecated_endpoints(["io.PriorityQueue", "PriorityQueue"]) 1329 @deprecation.deprecated_endpoints("SparseConditionalAccumulator")
|
D | array_ops.py | 1404 @deprecation.deprecated_endpoints("sparse_mask") 1701 @deprecation.deprecated_endpoints("matrix_transpose") 2129 @deprecation.deprecated_endpoints("sparse_placeholder") 2682 @deprecation.deprecated_endpoints("space_to_batch") 2708 @deprecation.deprecated_endpoints("space_to_depth") 2725 @deprecation.deprecated_endpoints("depth_to_space") 3556 @deprecation.deprecated_endpoints("quantize")
|
D | confusion_matrix.py | 203 @deprecation.deprecated_endpoints('confusion_matrix', 'train.confusion_matrix')
|
D | clip_ops.py | 170 @deprecation.deprecated_endpoints("global_norm")
|
D | special_math_ops.py | 38 @deprecation.deprecated_endpoints('lbeta')
|
/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 | 197 @deprecation.deprecated_endpoints(
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | tf_record.py | 32 @deprecation.deprecated_endpoints("python_io.TFRecordCompressionType") 43 @deprecation.deprecated_endpoints("python_io.TFRecordOptions") 191 @deprecation.deprecated_endpoints("python_io.TFRecordWriter")
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_internal.cc | 598 string deprecated_endpoints; in AddExport() local 605 AddDelimiter(&deprecated_endpoints, ", "); in AddExport() 606 strings::StrAppend(&deprecated_endpoints, "'", endpoint_name, "'"); in AddExport() 634 if (!deprecated_endpoints.empty()) { in AddExport() 635 strings::StrAppend(&result_, "@deprecated_endpoints(", deprecated_endpoints, in AddExport()
|
D | random_seed.py | 38 @deprecation.deprecated_endpoints('get_seed')
|
D | errors_impl.py | 50 @deprecation.deprecated_endpoints("OpError")
|
/external/tensorflow/tensorflow/python/util/ |
D | deprecation_test.py | 967 @deprecation.deprecated_endpoints("foo1") 973 @deprecation.deprecated_endpoints("foo1", "foo2") 980 @deprecation.deprecated_endpoints("foo1") 981 @deprecation.deprecated_endpoints("foo2")
|
D | deprecation.py | 245 def deprecated_endpoints(*args): function
|
/external/tensorflow/tensorflow/python/training/ |
D | server_lib.py | 98 @deprecation.deprecated_endpoints("train.Server")
|
D | input.py | 62 @deprecation.deprecated_endpoints("train.match_filenames_once")
|
12