Report abuse

1
2
3
4
        public INeuralData Compute(INeuralData input)
        {
            return Compute(input, null);
        }