DynamicCustomOp.DynamicCustomOpsBuilder, DynamicCustomOp.SameDiffBuilderinplaceCall, outputVariablesdimensions, extraArgs, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
Conv3DDerivative() |
Conv3DDerivative(SameDiff sameDiff,
SDVariable[] inputFunctions,
INDArray[] inputs,
INDArray[] outputs,
Conv3DConfig conv3DConfig) |
| 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[] |
onnxNames()
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
|
attributeAdaptersForFunction, configFieldName, getValue, initFromTensorFlow, isConfigProperties, mappingsForFunction, propertiesForFunction, resolvePropertiesFromSameDiffBeforeExecution, setValueForaddIArgument, addInputArgument, addOutputArgument, addTArgument, asProperties, assertValidForExecution, builder, calculateOutputShape, getDescriptor, getIArgument, getInputArgument, getOutputArgument, getTArgument, iArgs, initFromOnnx, 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, rarg, setInstanceIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitisInplaceCallpublic Conv3DDerivative()
public Conv3DDerivative(SameDiff sameDiff, SDVariable[] inputFunctions, INDArray[] inputs, INDArray[] outputs, Conv3DConfig conv3DConfig)
public String opName()
DynamicCustomOppublic String tensorflowName()
DifferentialFunctiontensorflowName in class Conv3Dpublic String[] tensorflowNames()
DifferentialFunctiontensorflowNames in class DifferentialFunctionpublic String onnxName()
DifferentialFunctionpublic String[] onnxNames()
DifferentialFunctiononnxNames in class DifferentialFunctionpublic List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctionCopyright © 2018. All rights reserved.