public class LeakyReLUDerivative extends BaseTransformOp
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
LeakyReLUDerivative() |
LeakyReLUDerivative(INDArray x) |
LeakyReLUDerivative(INDArray x,
double alpha) |
LeakyReLUDerivative(INDArray x,
INDArray z) |
LeakyReLUDerivative(INDArray x,
INDArray z,
double alpha) |
LeakyReLUDerivative(INDArray x,
INDArray y,
INDArray z,
long n) |
LeakyReLUDerivative(INDArray x,
INDArray y,
INDArray z,
long n,
double alpha) |
LeakyReLUDerivative(INDArray x,
INDArray z,
long n) |
LeakyReLUDerivative(INDArray x,
INDArray z,
long n,
double alpha) |
LeakyReLUDerivative(SameDiff sameDiff,
SDVariable i_v,
boolean inPlace,
double alpha) |
LeakyReLUDerivative(SameDiff sameDiff,
SDVariable i_v,
int[] shape,
boolean inPlace,
Object[] extraArgs,
double alpha) |
LeakyReLUDerivative(SameDiff sameDiff,
SDVariable i_v,
Object[] extraArgs,
double alpha) |
LeakyReLUDerivative(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2,
boolean inPlace,
double alpha) |
LeakyReLUDerivative(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2,
double alpha) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> i_v)
The actual implementation for automatic differentiation.
|
void |
init(INDArray x,
INDArray y,
INDArray z,
long n)
Initialize the operation based on the parameters
|
String |
onnxName()
The opName of this function in onnx
|
String |
opName()
The name of the op
|
int |
opNum()
The number of the op (mainly for old legacy XYZ ops
like
Op) |
String |
tensorflowName()
The opName of this function tensorflow
|
calculateOutputShape, opType, zequals, exec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, initFromOnnx, initFromTensorFlow, isExecSpecial, isPassThrough, n, numProcessed, outputVariables, setN, setX, setY, setZ, toCustomOp, toString, x, yarg, args, asProperties, attributeAdaptersForFunction, configFieldName, diff, dup, f, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, outputVariables, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitexec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, isExecSpecial, isPassThrough, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, ypublic LeakyReLUDerivative(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, double alpha)
public LeakyReLUDerivative(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, boolean inPlace, double alpha)
public LeakyReLUDerivative(SameDiff sameDiff, SDVariable i_v, boolean inPlace, double alpha)
public LeakyReLUDerivative(SameDiff sameDiff, SDVariable i_v, int[] shape, boolean inPlace, Object[] extraArgs, double alpha)
public LeakyReLUDerivative(SameDiff sameDiff, SDVariable i_v, Object[] extraArgs, double alpha)
public LeakyReLUDerivative()
public LeakyReLUDerivative(INDArray x)
public LeakyReLUDerivative(INDArray x, INDArray y, INDArray z, long n, double alpha)
public LeakyReLUDerivative(INDArray x, double alpha)
public int opNum()
DifferentialFunctionOp)opNum in interface OpopNum in class DifferentialFunctionpublic String opName()
DifferentialFunctionopName in interface OpopName in class DifferentialFunctionpublic String onnxName()
DifferentialFunctiononnxName in class DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class DifferentialFunctionpublic void init(INDArray x, INDArray y, INDArray z, long n)
Oppublic List<SDVariable> doDiff(List<SDVariable> i_v)
DifferentialFunctiondoDiff in class DifferentialFunctionCopyright © 2018. All rights reserved.