Skip to content

Instantly share code, notes, and snippets.

@zaidalyafeai
Last active April 3, 2018 22:39
Show Gist options
  • Save zaidalyafeai/d5d9b1ee980c9d8108255e831e12bf97 to your computer and use it in GitHub Desktop.
Save zaidalyafeai/d5d9b1ee980c9d8108255e831e12bf97 to your computer and use it in GitHub Desktop.
function f(x)
{
return tf.tidy(()=>{
const y = x.square();
const z = x.mul(y);
return z
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment