Skip to content

Instantly share code, notes, and snippets.

@jzuern
Created April 30, 2019 12:44
Show Gist options
  • Save jzuern/cf15ce896cb2b536e83b68c98cf5106a to your computer and use it in GitHub Desktop.
Save jzuern/cf15ce896cb2b536e83b68c98cf5106a to your computer and use it in GitHub Desktop.
a = tf.Constant(1.0, dtype=tf.float32)
b = tf.Constant(3.0, dtype=tf.float32)
c = a + b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment