We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
==
staticTensor
dynamicTensor
For the case of ndarray,
ndarray
var a = ndarray.arange(2,3); var b = ndarray.arange(2,3);
(these work, but not for staticTensor and dynamicTensor).