public static TensorFlow.TFOutput AddN(this TFGraph graph, TensorFlow.TFOutput[] inputs, string operName = null) { return(graph.AddN(inputs, operName)); }