Last active
October 17, 2019 11:39
-
-
Save MLnick/ced15be6b736c4ae2c06ed14ca3c7615 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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