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