public static class
BatchMatMulV3.Options
Optional attributes for BatchMatMulV3
Public Methods
BatchMatMulV3.Options |
adjX(Boolean adjX)
|
BatchMatMulV3.Options |
adjY(Boolean adjY)
|
BatchMatMulV3.Options |
gradX(Boolean gradX)
|
BatchMatMulV3.Options |
gradY(Boolean gradY)
|
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`. |
---|