public static float[] FeedForwards(this ILayer layer, params float[] input)
 {
     return(layer.FeedForwards(input));
 }