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