public Tensor Acos(Tensor x) { return(Out(tf.Acos(In(x)))); }
public static TensorFlow.TFOutput Acos(this TFGraph graph, TensorFlow.TFOutput x, string operName = null) { return(graph.Acos(x, operName)); }