How to implement mx.sym.split() in gluon?

mx.sym.split() is module api but which gluon api implements the same thing? or how can i split input along channel-axis within gluon?

I think you can use mxnet.ndarray.split

thanks a lot, i will try it