Flatten operation - reshape tensor to 1D
type A = TensorStorage<Float32, [2, 3, 4]>;type B = Flatten<A>; // Shape: [24] Copy
type A = TensorStorage<Float32, [2, 3, 4]>;type B = Flatten<A>; // Shape: [24]
Flatten operation - reshape tensor to 1D