public class SoftMaxDerivative extends OldSoftMax
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
SoftMaxDerivative() |
SoftMaxDerivative(INDArray x) |
SoftMaxDerivative(INDArray x,
INDArray z) |
SoftMaxDerivative(INDArray x,
INDArray y,
INDArray z,
long n) |
SoftMaxDerivative(INDArray x,
INDArray z,
long n) |
SoftMaxDerivative(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2) |
SoftMaxDerivative(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2,
boolean inPlace) |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(int... dimensions)
Exec along each dimension
|
boolean |
isExecSpecial()
Whether the executioner
needs to do a special call or not
|
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
|
doDiff, exec, initcalculateOutputShape, opType, zequals, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, initFromOnnx, initFromTensorFlow, 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, waitextraArgs, extraArgsBuff, extraArgsDataBuff, isPassThrough, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, ypublic SoftMaxDerivative(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2)
public SoftMaxDerivative(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, boolean inPlace)
public SoftMaxDerivative(INDArray x)
public SoftMaxDerivative()
public boolean isExecSpecial()
OpisExecSpecial in interface OpisExecSpecial in class OldSoftMaxpublic int opNum()
DifferentialFunctionOp)opNum in interface OpopNum in class OldSoftMaxpublic String onnxName()
DifferentialFunctiononnxName in class OldSoftMaxpublic String tensorflowName()
DifferentialFunctiontensorflowName in class OldSoftMaxpublic String opName()
DifferentialFunctionopName in interface OpopName in class OldSoftMaxpublic void exec(int... dimensions)
Opexec in interface Opexec in class OldSoftMaxdimensions - the dimensions to execute onCopyright © 2018. All rights reserved.