Skip to content

Instantly share code, notes, and snippets.

@MLnick
Last active October 17, 2019 11:39
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 MLnick/ced15be6b736c4ae2c06ed14ca3c7615 to your computer and use it in GitHub Desktop.
Save MLnick/ced15be6b736c4ae2c06ed14ca3c7615 to your computer and use it in GitHub Desktop.
graph {
node {
input: "X"
input: "W"
output: "Y"
name: "matmult"
op_type: "Mul"
}
input {
name: "X"
type {
...
}
}
output {
name: "Y"
type {
...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment