Skip to content

Instantly share code, notes, and snippets.

@sol0invictus
Created March 11, 2020 21:04
Show Gist options
  • Save sol0invictus/7a7b570653c6c8751c5f4b2687efbfa0 to your computer and use it in GitHub Desktop.
Save sol0invictus/7a7b570653c6c8751c5f4b2687efbfa0 to your computer and use it in GitHub Desktop.
a = tf.constant(2)
b = tf.constant(10)
c = tf.multiply(a,b)
print(c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment