aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/string_ops.cc
Commit message (Expand)AuthorAge
* Add "encoding" attribute to string substr op, which controls how each "charac...Gravatar A. Unique TensorFlower2018-10-04
* Add tf.strings.unicode_script, which detects the script of a unicode codepointGravatar A. Unique TensorFlower2018-09-27
* 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
* 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
* Add StringLength op to TensorFlow.Gravatar Sung Jin Hwang2018-08-16
* Add complex128 support for tf.as_stringGravatar Yong Tang2018-07-31
* Merge pull request #19650 from yongtang/18271-string-splitGravatar Martin Wicke2018-06-04
|\
* | Register int16 as supported ops for AsString in string_ops.ccGravatar Yong Tang2018-06-03
| * Add test cases for tf.strings.splitGravatar Yong Tang2018-05-29
| * Expose StringSplitV2 ops to string_ops.ccGravatar Yong Tang2018-05-29
|/
* Add tf.regex_match for regex match support (#19160)Gravatar Yong Tang2018-05-14
* Add string_strip to remove leading and trailing whitespaces (#18418)Gravatar Yong Tang2018-04-18
* Add RegexReplace Op that internally calls RE2::Replace.Gravatar A. Unique TensorFlower2018-03-01
* Cleanup: Ran clang-format on all *.{cc,h} in tensorflow/core/ops.Gravatar A. Unique TensorFlower2018-01-26
* Automated g4 rollback of changelist 180691955Gravatar Anna R2018-01-09
* Automated g4 rollback of changelist 180670333Gravatar Anna R2018-01-03
* Removing doc strings from REGISTER_OP calls in core/ops.Gravatar Anna R2018-01-03
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Merge changes from github.Gravatar Andrew Harp2017-08-21
* Fix some documentation formatting errors.Gravatar Patrick Nguyen2017-03-21
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Change reduce_join to treat reduction_indices in the same way asGravatar A. Unique TensorFlower2017-01-09
* Support multiple delimiters for splitting strings.Gravatar A. Unique TensorFlower2016-11-25
* Automated rollback of change 139371663Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all op docs from C++ code.Gravatar Jonathan Hseu2016-11-16
* Fixed formatting and lint issues introduced with the last pull from OSS (cl/1...Gravatar Benoit Steiner2016-11-09
* Merge changes from github.Gravatar Benoit Steiner2016-11-09
* Clarify string splitting for unicode sequences.Gravatar A. Unique TensorFlower2016-11-08
* Quote tf.* identifiers in documentation.Gravatar Patrick Nguyen2016-09-29
* Switch ops in functional_ops, math_ops, state_ops, string_ops,Gravatar A. Unique TensorFlower2016-09-09
* Delegate to C++ shape inference functions for several ops inGravatar A. Unique TensorFlower2016-08-30
* Add shape_inference::ShapeHandle and shape_inference::DimensionHandle toGravatar A. Unique TensorFlower2016-08-23
* Add EncodeBase64 and DecodeBase64 ops.Gravatar A. Unique TensorFlower2016-08-17
* TensorFlow: shape function in C++ for Reduction operations.Gravatar Vijay Vasudevan2016-08-10
* 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
* Annotate more ops with common shape functions, mostly for unchanged_shapeGravatar Vijay Vasudevan2016-07-25
* Add C++ shape functions for ops in candidate_sampling_ops.cc, ctc_ops.cc,Gravatar A. Unique TensorFlower2016-07-21
* Added as_string_op and join_string_op.Gravatar Eugene Brevdo2016-06-16
* Temporarily remove deprecation warning of tf.string_to_hash_bucket.Gravatar Yutaka Leon2016-06-10
* Update copyright for 3p/tf/core.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
* TensorFlow: Upstream changes to gitGravatar Manjunath Kudlur2015-11-25
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06