aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/check_ops.py
Commit message (Expand)AuthorAge
* Updating function and class tf_export decorators for endpoints according toGravatar Anna R2018-10-01
* Register gradient for EnsureShape op. Currently this op cannot be used withinGravatar Sung Jin Hwang2018-09-10
* Adds a tf.ensure_shape function as a substitute for tensor.set_shape, which v...Gravatar Rachel Lim2018-08-28
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Handle scalar input to assert_equal in eager.Gravatar Tom Hennigan2018-06-05
* Avoid string formatting in assert_same_float_dtype unless there's an errorGravatar Allen Lavoie2018-05-08
* Removing @@ comments from core TensorFlow. They are no longer needed for expo...Gravatar Anna R2018-04-26
* Handle non-broadcastables shapes in eager assert_equalGravatar Igor Ganichev2018-03-19
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* eager: Rename in_eager_mode to executing_eagerly and get rid of in_graph_mode.Gravatar Asim Shankar2018-03-07
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-22
* 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
* tf.confusion_matrix works with eager execution enabled.Gravatar Alexandre Passos2017-10-23
* Guards references to tensor.op to avoid calling them in eager mode.Gravatar Alexandre Passos2017-08-29
* Make assert_rank_in visible.Gravatar Vahid Kazemi2017-07-28
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* 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
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* TASK 1. Python module doc stringsGravatar A. Unique TensorFlower2017-02-13
* Add `assert_rank_in`, to handle cases where target ranks are a list, not an u...Gravatar A. Unique TensorFlower2016-12-21
* removing tf.slice as it is soon to be deprecated. replaced with tf.strided_s...Gravatar Olivia Nordquist2016-12-02
* Remove tf.with_dependencies from documentation.Gravatar Patrick Nguyen2016-11-22
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* check_ops BUGFIX: Call convert_to_tensor on args before doing anything else!Gravatar Ian Langmore2016-11-03
* Move SparseTensor into its own framework.py, add get_shape().Gravatar Eugene Brevdo2016-11-01
* Quote tf.* identifiers in documentation.Gravatar Patrick Nguyen2016-09-29
* Speed up tf.Assert, move it to control_flow_ops.Gravatar Eugene Brevdo2016-09-07
* check_ops for greater and greater_equalGravatar Brian Williammee2016-08-30
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* 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
* Adding a series of streaming metrics to contrib including: streaming_accuracy...Gravatar A. Unique TensorFlower2016-04-26
* Add ops/check_ops.py, which contains common asserts and is_* (a boolean check).Gravatar A. Unique TensorFlower2016-04-14