aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/check_ops_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-17
* Register gradient for EnsureShape op. Currently this op cannot be used withinGravatar Sung Jin Hwang2018-09-10
* Test cleanupsGravatar Asim Shankar2018-09-04
* Adds a tf.ensure_shape function as a substitute for tensor.set_shape, which v...Gravatar Rachel Lim2018-08-28
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Handle scalar input to assert_equal in eager.Gravatar Tom Hennigan2018-06-05
* Handle non-broadcastables shapes in eager assert_equalGravatar Igor Ganichev2018-03-19
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Default to printing 3 elements in tf.assert_equals eagerGravatar Igor Ganichev2018-01-02
* assert_near added to check_ops.pyGravatar Ian Langmore2017-12-22
* Make all assert_* ops work in eager modeGravatar Igor Ganichev2017-11-21
* Make assert_equal/_none_equal/_less ops work in eager modeGravatar Igor Ganichev2017-11-10
* 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