DynamicCustomOp.DynamicCustomOpsBuilder, DynamicCustomOp.SameDiffBuilderinplaceCall, outputVariablesdimensions, extraArgs, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
SConv2DDerivative() |
SConv2DDerivative(SameDiff sameDiff,
SDVariable[] inputFunctions,
INDArray[] inputArrays,
INDArray[] outputs,
Conv2DConfig conv2DConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> f1)
The actual implementation for automatic differentiation.
|
String |
onnxName()
The opName of this function in onnx
|
String |
opName()
This method returns op opName as string
|
String |
tensorflowName()
The opName of this function tensorflow
|
String[] |
tensorflowNames()
The opName of this function tensorflow
|
configFieldName, isConfigProperties, setValueForaddArgs, attributeAdaptersForFunction, getValue, initFromOnnx, initFromTensorFlow, mappingsForFunction, propertiesForFunctionaddIArgument, addInputArgument, addOutputArgument, addTArgument, asProperties, assertValidForExecution, builder, calculateOutputShape, getDescriptor, getIArgument, getInputArgument, getOutputArgument, getTArgument, iArgs, inputArguments, numIArguments, numInputArguments, numOutputArguments, numTArguments, opHash, opNum, opType, outputArguments, outputVariables, outputVariables, populateInputsAndOutputsFromSameDiff, removeIArgument, removeInputArgument, removeOutputArgument, removeTArgument, sameDiffBuilder, setInputArgument, setOutputArgument, tArgs, toString, updateInputsFromSameDiffarg, args, diff, dup, equals, f, hashCode, hasPlaceHolderInputs, larg, onnxNames, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitisInplaceCallpublic SConv2DDerivative(SameDiff sameDiff, SDVariable[] inputFunctions, INDArray[] inputArrays, INDArray[] outputs, Conv2DConfig conv2DConfig)
public SConv2DDerivative()
public String opName()
DynamicCustomOppublic String[] tensorflowNames()
DifferentialFunctiontensorflowNames in class SConv2Dpublic String onnxName()
DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class SConv2Dpublic List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctionCopyright © 2018. All rights reserved.