BatchMatMulV3.Options

public static class BatchMatMulV3.Options

Optional attributes for BatchMatMulV3

Public Methods

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

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

public BatchMatMulV3.Options adjY (Boolean adjY)

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

public BatchMatMulV3.Options gradX (Boolean gradX)

public BatchMatMulV3.Options gradY (Boolean gradY)