public class StandardDeviation extends Variance
bias, biasCorrected, mean
finalResult, isComplex, keepDims, newFormat
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexId
dimensions, 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.
|
Op.Type |
getOpType() |
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 ) |
Op.Type |
opType()
The type of the op
|
String |
tensorflowName()
The opName of this function tensorflow
|
init, isBiasCorrected, isPassThrough, noOp, setBiasCorrected
calculateOutputShape, getFinalResult, hasReductionIndices, initFromOnnx, initFromTensorFlow, isComplexAccumulation, isKeepDims, setFinalResult, zeroDouble, zeroFloat, zeroHalf
equals, exec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, isExecSpecial, n, numProcessed, outputVariables, setN, setX, setY, setZ, toCustomOp, toString, x, y, z
arg, arg, argNames, args, attributeAdaptersForFunction, configFieldName, diff, dup, f, getNumOutputs, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, outputVariable, outputVariables, outputVariablesNames, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setPropertiesForFunction, setValueFor, tensorflowNames
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
exec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, isExecSpecial, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, y, z
public 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()
DifferentialFunction
Op
)public String opName()
DifferentialFunction
public String onnxName()
DifferentialFunction
public String tensorflowName()
DifferentialFunction
tensorflowName
in class Variance
public Op.Type getOpType()
getOpType
in interface Accumulation
getOpType
in class Variance
public Op.Type opType()
DifferentialFunction
public List<SDVariable> doDiff(List<SDVariable> grad)
DifferentialFunction
Copyright © 2018. All rights reserved.