Img2ColOperator

public class Img2ColOperator: ComputableOperator

Operator works like img2col in matlab. It converts any 3D tensor ([H, W, C] or [C, H, W]) into a 2D tensor ([H*W, C*M*N]) according to patchSize [M, N] and stride.