Description Usage Arguments Details Value Examples
Return the vector of modes from a tensor
1 2 | ## S4 method for signature 'Tensor'
dim(x)
|
x |
the Tensor instance |
dim(x)
an integer vector of the modes associated with x
1 2 | tnsr <- rand_tensor()
dim(tnsr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.