| ag_matmul | R Documentation |
Computes A %*% B and records the operation on the gradient tape.
ag_matmul(A, B)
A |
ag_tensor or numeric matrix of shape |
B |
ag_tensor or numeric matrix of shape |
ag_tensor of shape [m, n]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.