public abstract class BaseCompatOp extends DynamicCustomOp
DynamicCustomOp.DynamicCustomOpsBuilder| Modifier and Type | Field and Description |
|---|---|
protected String |
frameName |
axis, bArguments, dArguments, iArguments, inplaceCall, inputArguments, outputArguments, outputVariables, sArguments, tArgumentsdimensions, extraArgs, inPlace, ownName, ownNameSetWithDefault, sameDiff, scalarValue| Constructor and Description |
|---|
BaseCompatOp() |
BaseCompatOp(INDArray... inputs) |
BaseCompatOp(SameDiff sameDiff,
SDVariable[] inputs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSArgument(String... args) |
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. |
List<LongShapeDescriptor> |
calculateOutputShape()
Calculate the output shape for this op
|
void |
computeArrays() |
void |
configureFromArguments()
This allows a custom op to configure relevant fields from its arguments.
|
void |
configureWithSameDiff(SameDiff sameDiff) |
String |
getFrameName() |
void |
initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph)
Initialize the function from the given
NodeDef |
Map<String,Map<String,PropertyMapping>> |
mappingsForFunction()
Returns the mappings for a given function (
for tensorflow and onnx import mapping properties
of this function).
|
Map<String,Object> |
propertiesForFunction()
Returns the properties for a given function
|
void |
setFrameName(@NonNull String frameName) |
void |
setPropertiesForFunction(Map<String,Object> properties) |
addBArgument, addDArgument, addIArgument, addIArgument, addInputArgument, addOutputArgument, addTArgument, assertValidForExecution, bArgs, builder, calculateOutputShape, clearArrays, dArgs, doDiff, generateFake, generateFake, getBArgument, getDescriptor, getIArgument, getInputArgument, getOutputArgument, getSArgument, getTArgument, getValue, iArgs, initFromOnnx, inputArguments, numBArguments, numDArguments, numIArguments, numInputArguments, numOutputArguments, numSArguments, numTArguments, onnxName, opHash, opName, opNum, opType, outputArguments, outputVariables, outputVariables, removeIArgument, removeInputArgument, removeOutputArgument, removeSArgument, removeTArgument, sArgs, setInputArgument, setInputArguments, setOutputArgument, setValueFor, tArgs, tensorflowName, toString, wrapFilterNull, wrapOrNull, wrapOrNullarg, arg, argNames, args, calculateOutputDataTypes, configFieldName, diff, dup, equals, getBooleanFromProperty, getDoubleValueFromProperty, getIntValueFromProperty, getLongValueFromProperty, getNumOutputs, getStringFromProperty, hashCode, isConfigProperties, larg, onnxNames, outputs, outputVariable, outputVariablesNames, rarg, replaceArg, setInstanceId, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitisInplaceCallprotected String frameName
public BaseCompatOp(SameDiff sameDiff, SDVariable[] inputs)
public BaseCompatOp(INDArray... inputs)
public BaseCompatOp()
public String getFrameName()
public void setFrameName(@NonNull
@NonNull String frameName)
public void initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
DifferentialFunctionNodeDefinitFromTensorFlow in class DynamicCustomOppublic Map<String,Object> propertiesForFunction()
DifferentialFunctionpropertiesForFunction in class DynamicCustomOppublic void configureFromArguments()
CustomOpconfigureFromArguments in interface CustomOpconfigureFromArguments in class DynamicCustomOppublic void setPropertiesForFunction(Map<String,Object> properties)
setPropertiesForFunction in class DynamicCustomOppublic void configureWithSameDiff(SameDiff sameDiff)
configureWithSameDiff in class DifferentialFunctionpublic Map<String,Map<String,PropertyMapping>> mappingsForFunction()
DifferentialFunctionmappingsForFunction in class DynamicCustomOppublic void computeArrays()
computeArrays in class DynamicCustomOppublic void addSArgument(String... args)
addSArgument in interface CustomOpaddSArgument in class DynamicCustomOppublic 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 List<LongShapeDescriptor> calculateOutputShape()
DifferentialFunctioncalculateOutputShape in interface CustomOpcalculateOutputShape in class DynamicCustomOpCopyright © 2022. All rights reserved.