public Tensor(int x, int y, int z) { Size = new TdSize { X = x, Y = y, Z = z }; Data = new float[FullSize]; }