DynamicCustomOp.DynamicCustomOpsBuilder, DynamicCustomOp.SameDiffBuilderinplaceCall, outputVariablesdimensions, extraArgs, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
Conv2DDerivative() |
Conv2DDerivative(SameDiff sameDiff,
SDVariable[] inputFunctions,
INDArray[] inputArrays,
INDArray[] outputs,
Conv2DConfig config) |
| 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
|
addArgs, attributeAdaptersForFunction, configFieldName, getValue, initFromOnnx, initFromTensorFlow, isConfigProperties, mappingsForFunction, propertiesForFunction, setValueForaddIArgument, 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 Conv2DDerivative(SameDiff sameDiff, SDVariable[] inputFunctions, INDArray[] inputArrays, INDArray[] outputs, Conv2DConfig config)
public Conv2DDerivative()
public String onnxName()
DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class Conv2Dpublic String[] tensorflowNames()
DifferentialFunctiontensorflowNames in class Conv2Dpublic String opName()
DynamicCustomOppublic List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctionCopyright © 2018. All rights reserved.