Skip to content

Commit 23ec32a

Browse files
mattleibowmigueldeicaza
authored andcommitted
Fixed a dodgy xml doc (migueldeicaza#209)
1 parent cd3d231 commit 23ec32a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

TensorFlowSharp/OperationsExtras.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,9 @@ public TFOutput Transpose (TFOutput x, string operName = null)
588588
TFOutput perm = Sub (Sub (rank, Const (1)), Range (Const (0), rank, Const (1)));
589589

590590
return Transpose (x: x, perm: perm, operName: operName);
591-
}
592-
591+
}
592+
593+
/// <summary>
593594
/// Returns <paramref name="true_fn"/> if the predicate <paramref name="pred"/> is <c>true</c> else <paramref name="false_fn"/>.
594595
/// </summary>
595596
/// <param name="pred">A scalar determining whether to return the result of true_fn or false_fn.</param>

0 commit comments

Comments
 (0)