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