Example #1
0
 public static TensorFlow.TFOutput AddV2(this TFGraph graph, TensorFlow.TFOutput x, TensorFlow.TFOutput y, string operName = null)
 {
     return(graph.AddV2(x, y, operName));
 }