aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/string_ops.py
Commit message (Expand)AuthorAge
* Add "encoding" attribute to string substr op, which controls how each "charac...Gravatar A. Unique TensorFlower2018-10-04
* Export endpoint for the version of the `regex_replace` function that calls St...Gravatar A. Unique TensorFlower2018-10-02
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Add "encoding" attribute to string length op, which controls how "string leng...Gravatar A. Unique TensorFlower2018-09-25
* This CL adds a new `tf.print` operator that more closely aligns with the stan...Gravatar A. Unique TensorFlower2018-09-19
* Remove compat.forward_compatible horizon checks for StaticRegexReplace.Gravatar Jeremiah Harmsen2018-09-12
* Add StaticRegexFullMatch which can be used in place of RegexFullMatch when th...Gravatar A. Unique TensorFlower2018-09-06
* Add StaticRegexReplace which can be used in place of RegexReplace when the re...Gravatar Jeremiah Harmsen2018-08-18
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Update API defsGravatar Yong Tang2018-05-29
* Add test cases for tf.strings.splitGravatar Yong Tang2018-05-29
* Expose `tf.strings.split` with the new implementationGravatar Yong Tang2018-05-29
* Merge commit for internal changesGravatar zhengxq2018-05-16
|\
| * Resolved inconsistency with shape inference for tf.reduce_join when passing n...Gravatar A. Unique TensorFlower2018-05-16
* | Add tf.regex_match for regex match support (#19160)Gravatar Yong Tang2018-05-14
|/
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Add RegexReplace Op that internally calls RE2::Replace.Gravatar A. Unique TensorFlower2018-03-01
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* Merge changes from github.Gravatar Andrew Harp2017-08-21
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Doc updates for Python IO, string, TensorArray, and summary opsGravatar A. Unique TensorFlower2017-02-13
* Change reduce_join to treat reduction_indices in the same way asGravatar A. Unique TensorFlower2017-01-09
* Rename more argument names to be consistent with NumPy.Gravatar Andrew Selle2016-11-30
* Allow multiple delimiters for string split op.Gravatar A. Unique TensorFlower2016-11-28
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* In call_cpp_shape_fn, use whether the shape inference fn requested input tensorGravatar A. Unique TensorFlower2016-11-15
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Clarify string splitting for unicode sequences.Gravatar A. Unique TensorFlower2016-11-08
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Remove unnecessary imports in some python files.Gravatar A. Unique TensorFlower2016-09-19
* Rename NoGradient -> NotDifferentiable, to make it clearGravatar Vijay Vasudevan2016-09-09
* Switch ops in functional_ops, math_ops, state_ops, string_ops,Gravatar A. Unique TensorFlower2016-09-09
* Switch several ops in control_flow_ops, math_ops, state_ops, and string_ops toGravatar A. Unique TensorFlower2016-09-08
* Delegate to C++ shape inference functions for several ops inGravatar A. Unique TensorFlower2016-08-30
* Add EncodeBase64 and DecodeBase64 ops.Gravatar A. Unique TensorFlower2016-08-17
* Add string_split operation which splits string tensors given a delimiter and ...Gravatar Yutaka Leon2016-08-09
* Addressed graph build time shape issue with reduce_join and empty reduction_i...Gravatar A. Unique TensorFlower2016-08-08
* Added as_string_op and join_string_op.Gravatar Eugene Brevdo2016-06-16
* Execute TODOs toGravatar Olivia Nordquist2016-06-14
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Add a strong keyed hash function based on highwayhash's siphash.Gravatar Yutaka Leon2016-05-24
* Added string_to_hash_bucket_stable, which uses fingerprint64Gravatar Yutaka Leon2016-05-17
* Added reduce_join op.Gravatar A. Unique TensorFlower2016-04-08
* PyLint updates.Gravatar Josh Levenberg2016-04-01
* Cleaning up pylints - removing some unnecessary ones, beingGravatar David G. Andersen2016-02-08
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: upstream changes from the afternoon.Gravatar Vijay Vasudevan2015-11-11