test1

PHOTO EMBED

Tue Sep 22 2020 00:48:01 GMT+0000 (Coordinated Universal Time)

Saved by @qiuyujx #python

x = tf.placeholder(tf.int16, shape=(), name='ha')
y = tf.placeholder(tf.int16, shape=(), name='ho')

add = tf.add(x, y)
mul = tf.multiply(x, y)
content_copyCOPY