Guest User

Untitled

a guest
Mar 19th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. x = tf.constant([[0, -2, -1], [0, 1, 2]])
  2. y = tf.zeros_like(x)
  3. out = tf.equal(x, y)
Add Comment
Please, Sign In to add comment