Skip to content

Instantly share code, notes, and snippets.

@jlebar
Created November 7, 2018 01:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlebar/776cd64b993375bef025d4b8acfdc3ae to your computer and use it in GitHub Desktop.
Save jlebar/776cd64b993375bef025d4b8acfdc3ae to your computer and use it in GitHub Desktop.
A simple TensorFlow computation
def model_fn(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