Description Usage Arguments Details Value Examples
Returns the inner product between two Tensors
1 2 3 4 |
tnsr1 |
first Tensor instance |
tnsr2 |
second Tensor instance |
innerProd(tnsr1,tnsr2)
inner product between x1
and x2
1 2 3 | tnsr1 <- rand_tensor()
tnsr2 <- rand_tensor()
innerProd(tnsr1,tnsr2)
|
[1] 13.15983
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.