BatchMatMulV2.Options

public static class BatchMatMulV2.Options

Optional attributes for BatchMatMulV2

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

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

public BatchMatMulV2.Options adjY (Boolean adjY)

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

public BatchMatMulV2.Options gradX (Boolean gradX)

public BatchMatMulV2.Options gradY (Boolean gradY)