public class LogSoftMaxDerivative extends BaseGradientOp
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
LogSoftMaxDerivative() |
LogSoftMaxDerivative(INDArray x) |
LogSoftMaxDerivative(INDArray x,
INDArray z) |
LogSoftMaxDerivative(INDArray x,
INDArray y,
INDArray z) |
LogSoftMaxDerivative(INDArray indArray,
INDArray indArray1,
INDArray indArray2,
int length) |
LogSoftMaxDerivative(INDArray x,
INDArray z,
long n) |
LogSoftMaxDerivative(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2) |
LogSoftMaxDerivative(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2,
boolean inPlace) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> i_v)
The actual implementation for automatic differentiation.
|
void |
exec()
Execute the op if its pass through (not needed most of the time)
|
void |
exec(int... dimensions)
Exec along each dimension
|
String |
onnxName()
The opName of this function in onnx
|
String |
opName()
The opName of this operation
|
int |
opNum()
An op number
|
String |
tensorflowName()
The opName of this function tensorflow
|
isExecSpecial, isPassThrough, wrtcalculateOutputShape, opType, zequals, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, init, initFromOnnx, initFromTensorFlow, 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, waitextraArgs, extraArgsBuff, extraArgsDataBuff, init, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, y, zpublic LogSoftMaxDerivative(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2)
public LogSoftMaxDerivative(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, boolean inPlace)
public LogSoftMaxDerivative()
public LogSoftMaxDerivative(INDArray x)
public int opNum()
opNum in interface OpopNum in class DifferentialFunctionpublic String opName()
opName in interface OpopName in class DifferentialFunctionpublic String onnxName()
DifferentialFunctiononnxName in class DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class DifferentialFunctionpublic void exec()
Oppublic void exec(int... dimensions)
Oppublic List<SDVariable> doDiff(List<SDVariable> i_v)
DifferentialFunctiondoDiff in class DifferentialFunctionCopyright © 2018. All rights reserved.