Skip to content

Instantly share code, notes, and snippets.

@Bennykillua
Last active July 2, 2022 09:32
Show Gist options
  • Save Bennykillua/cc99fa073bbc58943952827b06d6f63e to your computer and use it in GitHub Desktop.
Save Bennykillua/cc99fa073bbc58943952827b06d6f63e to your computer and use it in GitHub Desktop.
Tensorflow Open Source
import tensorflow as tf
# Create a Tensor.
hello = tf.constant("hello world")
print(hello)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment