Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. const data = tf.tensor([1,2,3]);
  2. const otherData = tf.tensor([4,5,6]);
  3.  
  4. data.add(otherData);
  5.  
  6. {"isDisposedInternal":false,"shape":[3],"dtype":"float32","size":3,"strides":[],"dataId":{},"id":267,"rankType":"1"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement