TensorDimensions
TensorDimensions(t)
return the dimensions of the tensor
t
.
Examples
>> TensorDimensions({{1,2},{3,4},{a,b},{c,d}}){4,2}
Implementation status
- ✅ - full supported
TensorDimensions(t)
return the dimensions of the tensor
t
.
>> TensorDimensions({{1,2},{3,4},{a,b},{c,d}}){4,2}