Ejemplo n.º 1
0
 public static TensorFlow.TFOutput AccumulatorNumAccumulated(this TFGraph graph, TensorFlow.TFOutput handle, string operName = null)
 {
     return(graph.AccumulatorNumAccumulated(handle, operName));
 }