aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/crf/python/kernel_tests/crf_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Change test cases to ensure survivable to different var typesGravatar cbockman2018-08-03
* Add function crf_multitag_sequence_score which enables calculating scores wit...Gravatar A. Unique TensorFlower2018-07-21
* Fix functions in CRF when sequence_lengths contains zero (#18487)Gravatar QingYing Chen2018-04-28
* crf_decode fails when sequence_length is 0 (#17755)Gravatar Russell Klopfer2018-04-12
* Replaces custom _lengths_to_masks function with the official, more efficient ...Gravatar A. Unique TensorFlower2017-12-22
* Fix functionality in crf_sequence_score(), crf_log_norm(), and crf_decode() f...Gravatar A. Unique TensorFlower2017-11-22
* 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 A. Unique TensorFlower2017-08-15
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Adds a linear-chain CRF layer to tensorflow/contrib.Gravatar A. Unique TensorFlower2016-09-22