コード例 #1
0
 public Tensor Acos(Tensor x)
 {
     return(Out(tf.Acos(In(x))));
 }
コード例 #2
0
ファイル: Acos.cs プロジェクト: epignatelli/TensorflowVisual
 public static TensorFlow.TFOutput Acos(this TFGraph graph, TensorFlow.TFOutput x, string operName = null)
 {
     return(graph.Acos(x, operName));
 }