aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/ctc_ops_test.cc
Commit message (Collapse)AuthorAge
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
| | | | PiperOrigin-RevId: 158120864
* Add C++ shape inference functions for ParseExample andGravatar A. Unique TensorFlower2016-08-11
| | | | | | | | | ParseSingleSequenceExample. The attribute parsing code was moved over verbatim to example_proto_helper.*. Change TF_CHECK_OK to TF_ASSERT_OK in all shape inference tests under core. Change: 130041336
* 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