public class MatMulAlgorithm extends AbstractFunDeviceAlgorithm<MatMulAlgorithm>
_implementationsBAD, EXCELLENT, GOOD, NOT_GOOD, OKAY, PERFECT, TERRIBLE, UNSUITABLE, VERY_GOOD| Constructor and Description |
|---|
MatMulAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
This method returns the name of this
Algorithm
which may be used as variable names in OpenCL kernels or other backends. |
autoDiffModeFrom, buildFunAlgorithm, execute, isSuitableFor, prepare, setAutogradModeFor, setCallPreparation, setExecution, setIsSuitableFor, setSupplyADActionFor_prepareForExecution, executeDeviceAlgorithm, executeFor, executeOnCommonDevice, flatten, flattenForIndexer, getImplementationFor, prepareAndExecute, setImplementationFor, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetImplementationFor, hasImplementationFor, withNamepublic java.lang.String getName()
Algorithm
which may be used as variable names in OpenCL kernels or other backends.
Therefore, this name is expected to be void of any spaces
or non-numeric and alphabetic characters.