Example #1
0
 public override dynamic call(object inputs, ImplicitContainer <IGraphNodeBase> training = null, IEnumerable <IGraphNodeBase> mask = null)
 {
     return(this.callImpl((Tensor)inputs, training?.Value));
 }
Example #2
0
 public override dynamic call(IEnumerable <IGraphNodeBase> inputs, ImplicitContainer <IGraphNodeBase> training, IGraphNodeBase mask)
 {
     return(this.callImpl((Tensor)inputs.Single(), training));
 }