Skip to content

Instantly share code, notes, and snippets.

@hristian-carabulea
Forked from jzuern/tensorflow.py
Created October 29, 2019 17:42
Show Gist options
  • Save hristian-carabulea/d6356d0fe9ff2299992bd1f56bb26b03 to your computer and use it in GitHub Desktop.
Save hristian-carabulea/d6356d0fe9ff2299992bd1f56bb26b03 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