aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/crf
Commit message (Expand)AuthorAge
* Make tf.contrib.crf compatible with TPUs by using utils.smart_cond instead of...Gravatar A. Unique TensorFlower2018-09-28
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Change test cases to ensure survivable to different var typesGravatar cbockman2018-08-03
* fix var type issue which breaks crf_decodeGravatar cbockman2018-08-03
* Add function crf_multitag_sequence_score which enables calculating scores wit...Gravatar A. Unique TensorFlower2018-07-21
* Make the CRF work when sequence_lengths are int32.Gravatar Patrick Nguyen2018-05-01
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* 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