aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/crf
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Fix documentation for the real shape of the output of crf_log_likelihood.Gravatar A. Unique TensorFlower2018-02-13
* Replaces custom _lengths_to_masks function with the official, more efficient ...Gravatar A. Unique TensorFlower2017-12-22
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Fix functionality in crf_sequence_score(), crf_log_norm(), and crf_decode() f...Gravatar A. Unique TensorFlower2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Cast offsets into int64 to allow for cases where tag_indices is of type int64...Gravatar A. Unique TensorFlower2017-11-15
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-18
* Move many of the "core" RNNCells and rnn functions back to TF core.Gravatar Eugene Brevdo2017-05-22
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Documentation changes to adhere to new doc generatorGravatar Brennan Saeta2017-02-13
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove superfluous Python depsGravatar Justine Tunney2016-12-28
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Import tf.contrib.rnn for cells instead of tf.nn.rnn_cell.Gravatar Jianwei Xie2016-12-07
* Deprecate tf.batch_matmul and replace with equivalent calls to tf.matmul that...Gravatar A. Unique TensorFlower2016-11-21
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Adds a linear-chain CRF layer to tensorflow/contrib.Gravatar A. Unique TensorFlower2016-09-22