예제 #1
0
 public ForwardBackwardCall(TapeGradientFunctions functions,
                            Tensors inference_args,
                            bool tape_watching)
 {
     _functions      = functions;
     _inference_args = inference_args;
     _tape_watching  = tape_watching;
 }