aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/ctc_decoder_ops.cc
Commit message (Expand)AuthorAge
* Add parallel implementation of CTC greedy decoder (#17982)Gravatar tamimaddari822018-04-11
* Branch 183429339 (#16469)Gravatar Rasmus Munk Larsen2018-01-26
* Return a failing status rather than CHECK-fail from CTCDecoder::Decode.Gravatar A. Unique TensorFlower2017-03-20
* Keep a single constructor for CTCBeamScorer and external ownership of CTCBeam...Gravatar A. Unique TensorFlower2016-06-13
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Fixing some implicit int64->32 downcast errors. (In most cases, byGravatar David G. Andersen2016-03-29
* Add CTC (Connectionist Temporal Classification) Ops to TF contrib.Gravatar Eugene Brevdo2016-02-26