public static class CumulativeLogsumexp.Options extends Object
CumulativeLogsumexp| Modifier and Type | Method and Description |
|---|---|
CumulativeLogsumexp.Options |
exclusive(Boolean exclusive) |
CumulativeLogsumexp.Options |
reverse(Boolean reverse) |
public CumulativeLogsumexp.Options exclusive(Boolean exclusive)
exclusive - If `True`, perform exclusive cumulative log-sum-exp.public CumulativeLogsumexp.Options reverse(Boolean reverse)
reverse - A `bool` (default: False).Copyright © 2015–2019. All rights reserved.