public class VarianceBp extends BaseReductionBp
DynamicCustomOp.DynamicCustomOpsBuilder, DynamicCustomOp.SameDiffBuilderdimensions, keepDimsiArguments, inplaceCall, inputArguments, outputArguments, outputVariables, tArgumentsextraArgs, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
VarianceBp() |
VarianceBp(INDArray origInput,
INDArray gradAtOutput,
INDArray output,
boolean biasCorrected,
boolean keepDims,
int... dimensions) |
VarianceBp(SameDiff sameDiff,
SDVariable origInput,
SDVariable gradAtOutput,
boolean biasCorrected,
boolean keepDims,
int... dimensions) |
| Modifier and Type | Method and Description |
|---|---|
String |
opName()
This method returns op opName as string
|
addArgsaddIArgument, addIArgument, addInputArgument, addOutputArgument, addTArgument, asProperties, assertValidForExecution, builder, calculateOutputShape, doDiff, getDescriptor, getIArgument, getInputArgument, getOutputArgument, getTArgument, iArgs, initFromOnnx, initFromTensorFlow, inputArguments, numIArguments, numInputArguments, numOutputArguments, numTArguments, onnxName, opHash, opNum, opType, outputArguments, outputVariables, outputVariables, populateInputsAndOutputsFromSameDiff, removeIArgument, removeInputArgument, removeOutputArgument, removeTArgument, sameDiffBuilder, setInputArgument, setOutputArgument, tArgs, tensorflowName, toStringarg, arg, argNames, args, attributeAdaptersForFunction, configFieldName, diff, dup, equals, f, getNumOutputs, getValue, hashCode, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, outputVariable, outputVariablesNames, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitisInplaceCallpublic VarianceBp(SameDiff sameDiff, SDVariable origInput, SDVariable gradAtOutput, boolean biasCorrected, boolean keepDims, int... dimensions)
public VarianceBp(INDArray origInput, INDArray gradAtOutput, INDArray output, boolean biasCorrected, boolean keepDims, int... dimensions)
public VarianceBp()
public String opName()
DynamicCustomOpopName in interface CustomOpopName in class BaseReductionBpCopyright © 2018. All rights reserved.