Skip to content

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

Github