Example #1
0
 internal virtual double ForwardGpu(GpuTensorScopeCollection bottom, GpuTensorScopeCollection top)
 {
     throw new NotSupportedException();
 }
Example #2
0
 internal virtual void BackwardGpu(GpuTensorScopeCollection top, IList<bool> propagateDown, GpuTensorScopeCollection bottom)
 {
     throw new NotSupportedException();
 }