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