aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/confusion_matrix_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* ExpandDims requires the 'dim' argument to be a scalar.Gravatar Asim Shankar2018-08-14
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* tf.confusion_matrix works with eager execution enabled.Gravatar Alexandre Passos2017-10-23
* Assert when num_classes in confusion_matrix is too small instead of writing o...Gravatar A. Unique TensorFlower2017-06-13
* Change weight broadcasting for losses.sparse_softmax_cross_entropy to be the ...Gravatar A. Unique TensorFlower2017-01-18
* Transpose confusion matrix output to make it consistent with sklearn.Gravatar A. Unique TensorFlower2017-01-12
* Fix documentation of rows vs columns of confusion matrix.Gravatar A. Unique TensorFlower2017-01-11
* Switch tf.concat_v2 references in third_party/tensorflow to tf.concat.Gravatar A. Unique TensorFlower2017-01-10
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Switch all tf.concat(concat_dim, value, name) calls in third_party/tensorflow...Gravatar A. Unique TensorFlower2016-12-06
* Moves most metrics from contrib into core.Gravatar A. Unique TensorFlower2016-12-02