public INeuralData Compute(INeuralData input)
{
return Compute(input, null);
}