forward method

GPUTensor forward()

Implementation

GPUTensor<dynamic> forward() {
  CudaEngine.run(fTape);
  return outputRef;
}