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