public class MMulTranspose extends Object implements Serializable
| Constructor and Description |
|---|
MMulTranspose(boolean transposeA,
boolean transposeB,
boolean transposeResult,
INDArray a,
INDArray b) |
| Modifier and Type | Method and Description |
|---|---|
static MMulTranspose |
allFalse()
Returns the default transpose
where all are false
|
public static MMulTranspose allFalse()
Copyright © 2018. All rights reserved.