public static class BatchMatMulV2.Options extends Object
BatchMatMulV2| Modifier and Type | Method and Description |
|---|---|
BatchMatMulV2.Options |
adjX(Boolean adjX) |
BatchMatMulV2.Options |
adjY(Boolean adjY) |
public BatchMatMulV2.Options adjX(Boolean adjX)
adjX - If `True`, adjoint the slices of `x`. Defaults to `False`.public BatchMatMulV2.Options adjY(Boolean adjY)
adjY - If `True`, adjoint the slices of `y`. Defaults to `False`.Copyright © 2015–2019. All rights reserved.