aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/check_ops_test.py
Commit message (Expand)AuthorAge
* Add eager (static) checking to assert_equal when constant values are available.Gravatar Eugene Brevdo2017-04-26
* Move some asserts and other code from contrib.framework to core.Gravatar Eugene Brevdo2017-03-29
* assert_none_equal added to check_opsGravatar Ian Langmore2017-03-01
* Add `assert_rank_in`, to handle cases where target ranks are a list, not an u...Gravatar A. Unique TensorFlower2016-12-21
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Part 2a of renaming SparseTensor.shape -> SparseTensor.dense_shapeGravatar Eugene Brevdo2016-12-02
* Enable C++ shape function for math_ops.py and array_ops.cc shape functions thatGravatar A. Unique TensorFlower2016-09-02
* Automated rollback of change 131739513Gravatar A. Unique TensorFlower2016-08-31
* Enable C++ shape function for math_ops.py and array_ops.cc shape functions thatGravatar A. Unique TensorFlower2016-08-30
* check_ops for greater and greater_equalGravatar Brian Williammee2016-08-30
* check_ops upgrade:Gravatar Ian Langmore2016-07-27
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Fix message in asssert_rank_at_leastGravatar A. Unique TensorFlower2016-05-27
* Add assert_proper_iterable to check_ops.pyGravatar A. Unique TensorFlower2016-05-23
* Check that the rank passed to assert_rank is a valid scalar.Gravatar A. Unique TensorFlower2016-05-23
* Add assert_integer to check_ops.py.Gravatar A. Unique TensorFlower2016-05-02
* Add assert_equal to check_ops.py. Also adding examples.Gravatar A. Unique TensorFlower2016-04-29
* Add ops/check_ops.py, which contains common asserts and is_* (a boolean check).Gravatar A. Unique TensorFlower2016-04-14