public class TensorArrayConcatV3 extends BaseTensorOp
DynamicCustomOp.DynamicCustomOpsBuilder, DynamicCustomOp.SameDiffBuilderiArguments, inplaceCall, inputArguments, outputArguments, outputVariables, tArgumentsdimensions, extraArgs, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
TensorArrayConcatV3() |
TensorArrayConcatV3(SameDiff sameDiff,
SDVariable[] args) |
TensorArrayConcatV3(String name,
SameDiff sameDiff,
SDVariable[] args) |
| Modifier and Type | Method and Description |
|---|---|
TensorList |
execute(SameDiff sameDiff) |
void |
initFromOnnx(OnnxProto3.NodeProto node,
SameDiff initWith,
Map<String,OnnxProto3.AttributeProto> attributesForNode,
OnnxProto3.GraphProto graph)
Iniitialize the function from the given
OnnxProto3.NodeProto |
String |
onnxName()
The opName of this function in onnx
|
String |
opName()
This method returns op opName as string
|
Op.Type |
opType()
The type of the op
|
String |
tensorflowName()
The opName of this function tensorflow
|
String |
toString() |
doDiff, getArgumentArray, getList, initFromTensorFlowaddIArgument, addIArgument, addInputArgument, addOutputArgument, addTArgument, asProperties, assertValidForExecution, builder, calculateOutputShape, getDescriptor, getIArgument, getInputArgument, getOutputArgument, getTArgument, iArgs, inputArguments, numIArguments, numInputArguments, numOutputArguments, numTArguments, opHash, opNum, outputArguments, outputVariables, outputVariables, populateInputsAndOutputsFromSameDiff, removeIArgument, removeInputArgument, removeOutputArgument, removeTArgument, sameDiffBuilder, setInputArgument, setOutputArgument, tArgsarg, arg, argNames, args, attributeAdaptersForFunction, configFieldName, diff, dup, equals, f, getNumOutputs, getValue, hashCode, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, outputVariable, outputVariablesNames, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitisInplaceCallpublic TensorArrayConcatV3(String name, SameDiff sameDiff, SDVariable[] args)
public TensorArrayConcatV3(SameDiff sameDiff, SDVariable[] args)
public TensorArrayConcatV3()
public String onnxName()
DifferentialFunctiononnxName in class BaseTensorOppublic String tensorflowName()
DifferentialFunctiontensorflowName in class DynamicCustomOppublic String toString()
toString in class BaseTensorOppublic String opName()
DynamicCustomOpopName in interface CustomOpopName in class DynamicCustomOppublic TensorList execute(SameDiff sameDiff)
execute in class BaseTensorOppublic void initFromOnnx(OnnxProto3.NodeProto node, SameDiff initWith, Map<String,OnnxProto3.AttributeProto> attributesForNode, OnnxProto3.GraphProto graph)
DifferentialFunctionOnnxProto3.NodeProtoinitFromOnnx in class DynamicCustomOppublic Op.Type opType()
DifferentialFunctionopType in class BaseTensorOpCopyright © 2018. All rights reserved.