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