Given an array `x` of shape `(3, 100, 100)`, does gorgonia/tensor have a way to do ``` x[0] = y x[1] = z x[2] = w ``` where w, y and z are of shape `(100, 100)`