BatchMatMul.Options

public static class BatchMatMul.Options

Optional attributes for BatchMatMul

Public Methods

BatchMatMul.Options
adjX(Boolean adjX)
BatchMatMul.Options
adjY(Boolean adjY)

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 BatchMatMul.Options adjX (Boolean adjX)

Parameters
adjX If `True`, adjoint the slices of `x`. Defaults to `False`.

public BatchMatMul.Options adjY (Boolean adjY)

Parameters
adjY If `True`, adjoint the slices of `y`. Defaults to `False`.