/*
Appellation: params <test>
Contrib: @FL03
*/
use Params;
use ;
/*
Verify the dimensionality of the output of forward propagation.
Given some parameters of shape (in, out) and given some input Params of shape (in, out) and
an input of shape (..., in,), the output should be of shape (out,...).
*/