Home
last modified time | relevance | path

Searched refs:deprecated_endpoints (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/python/ops/
Dsparse_ops.py193 @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 …]
Dcheck_ops.py94 @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 …]
Drandom_ops.py48 @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")
Dcandidate_sampling_ops.py33 @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'])
Dinit_ops.py101 @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 …]
Dlinalg_ops.py84 @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')
Dmath_ops.py476 @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 …]
Dmanip_ops.py28 @deprecation.deprecated_endpoints('manip.roll')
Dstring_ops.py80 @deprecation.deprecated_endpoints("regex_replace")
328 @deprecation.deprecated_endpoints("reduce_join")
Dnumerics.py32 @deprecation.deprecated_endpoints("verify_tensor_all_finite")
Ddata_flow_ops.py118 @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")
Darray_ops.py1404 @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")
Dconfusion_matrix.py203 @deprecation.deprecated_endpoints('confusion_matrix', 'train.confusion_matrix')
Dclip_ops.py170 @deprecation.deprecated_endpoints("global_norm")
Dspecial_math_ops.py38 @deprecation.deprecated_endpoints('lbeta')
/external/tensorflow/tensorflow/python/saved_model/
Dsignature_def_utils_impl.py37 @deprecation.deprecated_endpoints(
69 @deprecation.deprecated_endpoints(
117 @deprecation.deprecated_endpoints(
176 @deprecation.deprecated_endpoints(
273 @deprecation.deprecated_endpoints(
Dloader_impl.py197 @deprecation.deprecated_endpoints(
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record.py32 @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/
Dpython_op_gen_internal.cc598 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()
Drandom_seed.py38 @deprecation.deprecated_endpoints('get_seed')
Derrors_impl.py50 @deprecation.deprecated_endpoints("OpError")
/external/tensorflow/tensorflow/python/util/
Ddeprecation_test.py967 @deprecation.deprecated_endpoints("foo1")
973 @deprecation.deprecated_endpoints("foo1", "foo2")
980 @deprecation.deprecated_endpoints("foo1")
981 @deprecation.deprecated_endpoints("foo2")
Ddeprecation.py245 def deprecated_endpoints(*args): function
/external/tensorflow/tensorflow/python/training/
Dserver_lib.py98 @deprecation.deprecated_endpoints("train.Server")
Dinput.py62 @deprecation.deprecated_endpoints("train.match_filenames_once")

12