public class DeConv2DTF extends DynamicCustomOp
DynamicCustomOp.DynamicCustomOpsBuilder, DynamicCustomOp.SameDiffBuilder| Modifier and Type | Field and Description |
|---|---|
protected DeConv2DConfig |
config |
iArguments, inplaceCall, inputArguments, outputArguments, outputVariables, tArgumentsdimensions, extraArgs, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
DeConv2DTF(SameDiff sameDiff,
SDVariable[] inputs,
INDArray[] inputArrays,
INDArray[] outputs,
DeConv2DConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,AttributeAdapter>> |
attributeAdaptersForFunction()
Returns the
AttributeAdapter s for each of the
possible ops for import (typically tensorflow and onnx)
See AttributeAdapter for more information on what the
adapter does. |
String |
configFieldName()
Returns the name of the field to be used for looking up field names.
|
List<SDVariable> |
doDiff(List<SDVariable> f1)
The actual implementation for automatic differentiation.
|
Object |
getValue(Field property)
Get the value for a given property
for this function
|
long[] |
iArgs() |
void |
initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph)
Initialize the function from the given
NodeDef |
boolean |
isConfigProperties()
Returns true if the fields for this class should be looked up from a configuration class.
|
Map<String,Map<String,PropertyMapping>> |
mappingsForFunction()
Returns the mappings for a given function (
for tensorflow and onnx import mapping properties
of this function).
|
String |
onnxName()
The opName of this function in onnx
|
String |
opName()
This method returns op opName as string
|
Map<String,Object> |
propertiesForFunction()
Returns the properties for a given function
|
void |
setValueFor(Field target,
Object value)
Set the value for this function.
|
String |
tensorflowName()
The opName of this function tensorflow
|
addIArgument, addIArgument, addInputArgument, addOutputArgument, addTArgument, asProperties, assertValidForExecution, builder, calculateOutputShape, getDescriptor, getIArgument, getInputArgument, getOutputArgument, getTArgument, initFromOnnx, inputArguments, numIArguments, numInputArguments, numOutputArguments, numTArguments, opHash, opNum, opType, outputArguments, outputVariables, outputVariables, populateInputsAndOutputsFromSameDiff, removeIArgument, removeInputArgument, removeOutputArgument, removeTArgument, sameDiffBuilder, setInputArgument, setOutputArgument, tArgs, toStringarg, arg, argNames, args, diff, dup, equals, f, getNumOutputs, hashCode, hasPlaceHolderInputs, larg, onnxNames, outputVariable, outputVariablesNames, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitisInplaceCallprotected DeConv2DConfig config
public DeConv2DTF(SameDiff sameDiff, SDVariable[] inputs, INDArray[] inputArrays, INDArray[] outputs, DeConv2DConfig config)
public long[] iArgs()
iArgs in interface CustomOpiArgs in class DynamicCustomOppublic Map<String,Object> propertiesForFunction()
DifferentialFunctionpropertiesForFunction in class DifferentialFunctionpublic boolean isConfigProperties()
DifferentialFunctionisConfigProperties in class DifferentialFunctionpublic String configFieldName()
DifferentialFunctionDifferentialFunction.isConfigProperties()
to facilitate mapping fields for model import.configFieldName in class DifferentialFunctionpublic Object getValue(Field property)
DifferentialFunctiongetValue in class DifferentialFunctionproperty - the property to getpublic void setValueFor(Field target, Object value)
DifferentialFunctionND4JIllegalStateException
will be thrown.setValueFor in class DifferentialFunctiontarget - the target fieldvalue - the value to setpublic Map<String,Map<String,PropertyMapping>> mappingsForFunction()
DifferentialFunctionmappingsForFunction in class DifferentialFunctionpublic Map<String,Map<String,AttributeAdapter>> attributeAdaptersForFunction()
DifferentialFunctionAttributeAdapter s for each of the
possible ops for import (typically tensorflow and onnx)
See AttributeAdapter for more information on what the
adapter does.
Similar to DifferentialFunction.mappingsForFunction(), the returned map
contains a AttributeAdapter for each field name
when one is present. (It is optional for one to exist)_attributeAdaptersForFunction in class DifferentialFunctionpublic void initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
DifferentialFunctionNodeDefinitFromTensorFlow in class DynamicCustomOppublic String opName()
DynamicCustomOpopName in interface CustomOpopName in class DynamicCustomOppublic String onnxName()
DifferentialFunctiononnxName in class DynamicCustomOppublic String tensorflowName()
DifferentialFunctiontensorflowName in class DynamicCustomOppublic List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctiondoDiff in class DynamicCustomOpCopyright © 2018. All rights reserved.