Returns the output length for an input of size nx and kernel size nh.
nx
nh
int outLenFor(int nx, int nh) => Conv.outLen(nx, nh);