aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/string_ops_test.cc
Commit message (Collapse)AuthorAge
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
| | | | PiperOrigin-RevId: 158120864
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
| | | | PiperOrigin-RevId: 157724431
* TensorFlow: shape function in C++ for Reduction operations.Gravatar Vijay Vasudevan2016-08-10
| | | | | | Change ReduceJoin to have the same shape function as other reduction operations, including the same rank requirements. Change: 129888814
* Add C++ shape functions for ops in candidate_sampling_ops.cc, ctc_ops.cc,Gravatar A. Unique TensorFlower2016-07-21
functional_ops.cc, and string_ops.cc. Change: 128113585