public class OldSoftMax extends BaseTransformOp
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
OldSoftMax() |
OldSoftMax(INDArray x) |
OldSoftMax(INDArray x,
INDArray z) |
OldSoftMax(INDArray x,
INDArray y,
INDArray z) |
OldSoftMax(INDArray x,
INDArray y,
INDArray z,
long n) |
OldSoftMax(INDArray x,
INDArray z,
long n) |
OldSoftMax(SameDiff sameDiff,
SDVariable i_v,
boolean inPlace) |
OldSoftMax(SameDiff sameDiff,
SDVariable i_v,
int[] shape,
boolean inPlace,
Object[] extraArgs) |
OldSoftMax(SameDiff sameDiff,
SDVariable i_v,
Object[] extraArgs) |
OldSoftMax(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2) |
OldSoftMax(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
|
void |
init(INDArray x,
INDArray y,
INDArray z,
long n)
Initialize the operation based on the parameters
|
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
|
calculateOutputShape, 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 OldSoftMax(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2)
public OldSoftMax(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, boolean inPlace)
public OldSoftMax(SameDiff sameDiff, SDVariable i_v, boolean inPlace)
public OldSoftMax(SameDiff sameDiff, SDVariable i_v, int[] shape, boolean inPlace, Object[] extraArgs)
public OldSoftMax(SameDiff sameDiff, SDVariable i_v, Object[] extraArgs)
public OldSoftMax()
public OldSoftMax(INDArray x)
public int opNum()
DifferentialFunctionOp)opNum in interface OpopNum in class DifferentialFunctionpublic boolean isExecSpecial()
OpisExecSpecial in interface OpisExecSpecial in class BaseOppublic String opName()
DifferentialFunctionopName in interface OpopName in class DifferentialFunctionpublic String onnxName()
DifferentialFunctiononnxName in class DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class DifferentialFunctionpublic void exec()
Oppublic void init(INDArray x, INDArray y, INDArray z, long n)
Oppublic void exec(int... dimensions)
Oppublic List<SDVariable> doDiff(List<SDVariable> i_v)
DifferentialFunctiondoDiff in class DifferentialFunctionCopyright © 2018. All rights reserved.