Returns a tensor with elements in a rank added (pushed in).
The tensor
The rank
The index of the elements to pull
The elements to push
const result = Chalkboard.tens.push([[[1, 2]]], 1, 1, [3, 4]); // Inserts an outer slice Copy
const result = Chalkboard.tens.push([[[1, 2]]], 1, 1, [3, 4]); // Inserts an outer slice
Returns a tensor with elements in a rank added (pushed in).