aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/ctc
Commit message (Expand)AuthorAge
* changes to ctc_beam_searchGravatar A. Unique TensorFlower2018-09-05
* Merge pull request #21187 from vsl9:ctc-fixGravatar TensorFlower Gardener2018-08-23
|\
| * Switched to Eigen exp/logGravatar Vitaly Lavrukhin2018-08-15
* | Implementation of ctc beam search decoder op in custom op fashion.Gravatar A. Unique TensorFlower2018-08-02
| * Added a normalization term to ctc_beam_search_decoderGravatar Vitaly Lavrukhin2018-07-27
|/
* Update ctc_loss_util.hGravatar Rasmus Munk Larsen2018-07-16
* Omit some operations if only one para is kLogZeroGravatar wangershi2018-07-16
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Added BeamRoot to manage instances of BeamEntry for CTCBeamSearchDecoderGravatar A. Unique TensorFlower2018-01-19
* Avoid cache thrashing in CTC beam searchGravatar A. Unique TensorFlower2017-10-13
* Remove an unnecessary dependency from core/util/ctc:ctc_beam_search_lib toGravatar A. Unique TensorFlower2017-09-22
* Use a map instead of a vector of Children() in the BeamEntry.Gravatar A. Unique TensorFlower2017-09-13
* BUILD dependency cleanups.Gravatar Peter Hawkins2017-08-07
* Further BUILD cleanupGravatar A. Unique TensorFlower2017-06-16
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Remove unused using declarationsGravatar A. Unique TensorFlower2017-05-30
* Fix bug which can cause last element of beam to have a score of infinity.Gravatar A. Unique TensorFlower2017-05-24
* Add option to CTCLoss to skip items with shorter labels than inputs (returns ...Gravatar A. Unique TensorFlower2017-05-11
* Rename android_srcs to mobile_srcsGravatar Manjunath Kudlur2017-04-24
* Remove unused transcription array.Gravatar A. Unique TensorFlower2017-04-02
* Return a failing status rather than CHECK-fail from CTCDecoder::Decode.Gravatar A. Unique TensorFlower2017-03-20
* Name the nameless build rulesGravatar Justine Tunney2016-12-09
* To prepare for removal of cuda_cc_test(s) build rule, make all build rulesGravatar Gunhan Gulsoy2016-09-09
* Compute the loss and gradients for each item in a batch in parallel using aGravatar A. Unique TensorFlower2016-07-08
* 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
* Implement label selection in CTCBeamSearch:Gravatar A. Unique TensorFlower2016-04-04
* Mark a bunch of tests "small" to reduce timeoutsGravatar Geoffrey Irving2016-03-21
* Remove extra LICENSE files.Gravatar A. Unique TensorFlower2016-03-03
* Add build ruiles to CTCGravatar A. Unique TensorFlower2016-02-29
* Add CTC (Connectionist Temporal Classification) Ops to TF contrib.Gravatar Eugene Brevdo2016-02-26