Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tedsta/53d05ea3120bba7d2ecaa716a91ea896 to your computer and use it in GitHub Desktop.
Save tedsta/53d05ea3120bba7d2ecaa716a91ea896 to your computer and use it in GitHub Desktop.
Pretty new node creation in deeplearn-rs
let mat_mul = graph.add_node(MatMul(input, weights));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment