Guest User

Untitled

a guest
Nov 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. a=tf.variable([2,0,1,4,3]) (a permutation)
  2. b=tf.variable([11,12,13,14,15])
  3.  
  4. c="b[a]"=tf.variable([13,11,12,15,14])
Add Comment
Please, Sign In to add comment