Example #1
0
 public override void Instrument(NNInstrumentation instrumentation, Vector <double> input, Vector <double> output)
 {
     instrumentation[Index] = Instrumentation.MaxPoolingInstrumentation(new int[OutputDimension]);
     base.ApplyKernels <NumInstDouble, double, Vector <double>, NNInstrumentation>(instrumentation, ApplyKernelConcrete, input);
 }