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