public static class
CumulativeLogsumexp.Options
Optional attributes for CumulativeLogsumexp
Public Methods
CumulativeLogsumexp.Options |
exclusive(Boolean exclusive)
|
CumulativeLogsumexp.Options |
reverse(Boolean reverse)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public CumulativeLogsumexp.Options exclusive (Boolean exclusive)
Parameters
exclusive | If `True`, perform exclusive cumulative log-sum-exp. |
---|
public CumulativeLogsumexp.Options reverse (Boolean reverse)
Parameters
reverse | A `bool` (default: False). |
---|