Guest User

Untitled

a guest
Dec 14th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. x = tf.placeholder(shape=(2, 1), dtype=tf.float64)
  2. for i in range(250000):
  3. x = tf.eye(2, dtype=tf.float64) @ x
Add Comment
Please, Sign In to add comment