Skip to content

Instantly share code, notes, and snippets.

@CleanPegasus
Created October 7, 2020 13:37
Show Gist options
  • Save CleanPegasus/2d613defa5cd2f069bbeeb519ea72fd0 to your computer and use it in GitHub Desktop.
Save CleanPegasus/2d613defa5cd2f069bbeeb519ea72fd0 to your computer and use it in GitHub Desktop.
import tensorflow as tf
def sample(x, y, z):
return tf.reduce_sum(x + y * z)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment