public PyObject[] Forward(PyObject x, PyArray <int> indices, int axis = 1) { return(PyTuple.UnPack(_splitAxis.Call(x, indices, axis))); }