コード例 #1
0
 public static string GetDebugDescription(this MLCSoftmaxOperation self)
 {
     return(CFString.FromHandle(MLCSoftmaxOperationDebugDescription(self)));
 }
コード例 #2
0
 static extern /* NSString */ IntPtr MLCSoftmaxOperationDebugDescription(MLCSoftmaxOperation operation);