public abstract class BaseTransformOp extends BaseOp implements TransformOp
extraArgs, n, numProcessed, passThrough, x, y, z| Constructor and Description |
|---|
BaseTransformOp() |
BaseTransformOp(INDArray x) |
BaseTransformOp(INDArray x,
INDArray z) |
BaseTransformOp(INDArray x,
INDArray y,
INDArray z,
long n) |
BaseTransformOp(INDArray x,
INDArray z,
long n) |
| Modifier and Type | Method and Description |
|---|---|
TransformOp |
derivative()
The derivative operation for this op
|
exec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, init, isExecSpecial, isPassThrough, n, numProcessed, setN, setX, setY, setZ, toString, x, y, zclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, init, isExecSpecial, isPassThrough, n, name, numProcessed, op, op, op, op, op, op, op, op, opForDimension, opForDimension, opNum, setN, setX, setY, setZ, x, y, zpublic BaseTransformOp()
public BaseTransformOp(INDArray x)
public TransformOp derivative()
TransformOpderivative in interface TransformOpCopyright © 2016. All Rights Reserved.