bias, biasCorrected, meanisComplex, isEmptyReduce, keepDimsdimensionz, extraArgz, x, xVertexId, y, yVertexId, z, zVertexIddimensions, extraArgs, inPlace, ownName, ownNameSetWithDefault, sameDiff, scalarValue| Constructor and Description |
|---|
StandardDeviation() |
StandardDeviation(INDArray x) |
StandardDeviation(INDArray x,
boolean biasCorrected,
boolean keepDims,
int... dimension) |
StandardDeviation(INDArray x,
boolean biasCorrected,
int... dimension) |
StandardDeviation(INDArray x,
INDArray z,
boolean newFormat,
boolean keepDims,
int[] dimensions) |
StandardDeviation(INDArray x,
INDArray z,
boolean biasCorrected,
int... dimension) |
StandardDeviation(SameDiff sameDiff,
SDVariable i_v,
boolean biasCorrected,
boolean keepDims,
int[] dimensions) |
| Modifier and Type | Method and Description |
|---|---|
List<LongShapeDescriptor> |
calculateOutputShape()
Calculate the output shape for this op
|
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
|
calculateOutputDataTypes, calculateOutputShape, isBiasCorrected, noOp, resultType, resultType, setBiasCorrected, validateDataTypeshasReductionIndices, initFromOnnx, initFromTensorFlow, isComplexAccumulation, isKeepDims, setDimensionsclearArrays, defineDimensions, dimensions, equals, extraArgs, extraArgsBuff, extraArgsDataBuff, getFinalResult, getInputArgument, getNumOutputs, getOpType, hashCode, outputVariables, setX, setY, setZ, toCustomOp, toString, x, y, zarg, arg, argNames, args, attributeAdaptersForFunction, configFieldName, diff, dup, getValue, isConfigProperties, larg, mappingsForFunction, onnxNames, outputs, outputVariable, outputVariables, outputVariablesNames, propertiesForFunction, rarg, replaceArg, setInstanceId, setPropertiesForFunction, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitdimensions, getFinalResultclearArrays, extraArgs, extraArgsBuff, extraArgsDataBuff, setExtraArgs, 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, boolean keepDims, int... dimension)
public StandardDeviation(INDArray x, boolean biasCorrected, int... dimension)
public StandardDeviation()
public StandardDeviation(INDArray x)
public StandardDeviation(INDArray x, INDArray z, boolean biasCorrected, int... dimension)
public int opNum()
DifferentialFunctionOp)public String opName()
DifferentialFunctionpublic String onnxName()
DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class Variancepublic Op.Type getOpType()
public Op.Type opType()
DifferentialFunctionpublic List<SDVariable> doDiff(List<SDVariable> grad)
DifferentialFunctionpublic List<LongShapeDescriptor> calculateOutputShape()
DifferentialFunctioncalculateOutputShape in class VarianceCopyright © 2021. All rights reserved.