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