public class MatMulAlgorithm extends AbstractFunDeviceAlgorithm<MatMulAlgorithm>
_implementations
BAD, 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getImplementationFor, hasImplementationFor, withName
public 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.