class Num::NN::InputLayer(T) inherits Num::NN::Layer # Constructors# .new(context : Num::Grad::Context(T), shape : Array(Int)) # View source Methods# #forward(input : Num::Grad::Variable(T)) : Num::Grad::Variable(T) # View source #output_shape : Array(Int32) # View source #shape : Array(Int32) # View source