public class StandardDeviation extends Variance
bias, biasCorrected, meanfinalResult, isComplex, keepDims, newFormatextraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
StandardDeviation() |
StandardDeviation(INDArray x) |
StandardDeviation(INDArray x,
boolean biasCorrected) |
StandardDeviation(INDArray x,
INDArray y) |
StandardDeviation(INDArray x,
INDArray y,
INDArray z,
boolean newFormat,
boolean keepDims,
int[] dimensions) |
StandardDeviation(INDArray x,
INDArray y,
INDArray z,
long n,
boolean biasCorrected) |
StandardDeviation(INDArray x,
INDArray y,
long n) |
StandardDeviation(SameDiff sameDiff,
SDVariable i_v,
boolean biasCorrected,
boolean keepDims,
int[] dimensions) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> grad)
The actual implementation for automatic differentiation.
|
String |
opName()
The name of the op
|
int |
opNum()
The number of the op (mainly for old legacy XYZ ops
like
Op) |
getOpType, init, isBiasCorrected, isPassThrough, noOp, onnxName, setBiasCorrected, tensorflowNamecalculateOutputShape, getFinalResult, hasReductionIndices, initFromOnnx, initFromTensorFlow, isComplexAccumulation, isKeepDims, opType, setFinalResult, zeroDouble, zeroFloat, zeroHalfequals, exec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, isExecSpecial, n, numProcessed, outputVariables, setN, setX, setY, setZ, toCustomOp, toString, x, y, zarg, arg, argNames, args, asProperties, attributeAdaptersForFunction, configFieldName, diff, dup, f, getNumOutputs, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, outputVariable, outputVariables, outputVariablesNames, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitexec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, isExecSpecial, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, y, zpublic StandardDeviation(SameDiff sameDiff, SDVariable i_v, boolean biasCorrected, boolean keepDims, int[] dimensions)
public StandardDeviation(INDArray x, boolean biasCorrected)
public StandardDeviation(INDArray x, INDArray y, INDArray z, long n, boolean biasCorrected)
public StandardDeviation()
public StandardDeviation(INDArray x)
public int opNum()
DifferentialFunctionOp)public String opName()
DifferentialFunctionpublic List<SDVariable> doDiff(List<SDVariable> grad)
DifferentialFunctionCopyright © 2018. All rights reserved.