aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/ctc_loss_op.cc
Commit message (Expand)AuthorAge
* Use the safe sparse tensor API that returns errors rather than crashingGravatar A. Unique TensorFlower2018-07-16
* Branch 183429339 (#16469)Gravatar Rasmus Munk Larsen2018-01-26
* Compute correct size for sparse label tensor which might exceed the numberGravatar A. Unique TensorFlower2017-09-05
* Prevent ctc_loss op from segfaulting when given empty batch.Gravatar A. Unique TensorFlower2017-07-31
* Add option to CTCLoss to skip items with shorter labels than inputs (returns ...Gravatar A. Unique TensorFlower2017-05-11
* Compute the loss and gradients for each item in a batch in parallel using aGravatar A. Unique TensorFlower2016-07-08
* 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