Skip to content

Instantly share code, notes, and snippets.

@jlebar
Created November 7, 2018 01:17
Show Gist options
  • Select an option

  • Save jlebar/776cd64b993375bef025d4b8acfdc3ae to your computer and use it in GitHub Desktop.

Select an option

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