Skip to content

Commit

Permalink
Added test case for tensorflow.is_nan
Browse files Browse the repository at this point in the history
  • Loading branch information
jchia committed Jan 21, 2021
1 parent 2132e80 commit 8c83744
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/python/frontend/tensorflow/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -4178,6 +4178,9 @@ def test_forward_isfinite():
_verify_infiniteness_ops(tf.is_finite, "isfinite")


def test_forward_isnan():
_verify_infiniteness_ops(tf.is_nan, "isnan")

def _test_spop_placeholder_without_shape_info():
with tf.Graph().as_default():

Expand Down

0 comments on commit 8c83744

Please sign in to comment.