public class TensorArrayV3 extends BaseTensorOp
DynamicCustomOp.DynamicCustomOpsBuilder, DynamicCustomOp.SameDiffBuilderiArguments, inplaceCall, inputArguments, outputArguments, outputVariables, tArgumentsdimensions, extraArgs, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
TensorArrayV3() |
TensorArrayV3(SameDiff sameDiff) |
TensorArrayV3(String name,
SameDiff sameDiff) |
TensorArrayV3(TensorArrayV3 ta) |
TensorArrayV3(TensorArrayV3 ta,
SDVariable[] inputs) |
| Modifier and Type | Method and Description |
|---|---|
SDVariable |
concat() |
TensorList |
execute(SameDiff sameDiff) |
SDVariable |
gather(int... indices) |
SDVariable |
gather(SDVariable indices) |
SameDiff |
getSameDiff() |
void |
initFromTensorFlow(NodeDef nodeDef,
SameDiff initWith,
Map<String,AttrValue> attributesForNode,
GraphDef graph)
Initialize the function from the given
NodeDef |
String |
opName()
This method returns op opName as string
|
Op.Type |
opType()
The type of the op
|
SDVariable |
read(int index) |
SDVariable |
read(SDVariable index) |
void |
scatter(SDVariable value,
int... indices) |
void |
scatter(SDVariable value,
SDVariable indices) |
SDVariable |
stack() |
String |
tensorflowName()
The opName of this function tensorflow
|
String |
toString() |
void |
unstack(SDVariable value) |
void |
write(int index,
SDVariable value) |
void |
write(SDVariable index,
SDVariable value) |
doDiff, getArgumentArray, getList, onnxNameaddIArgument, addIArgument, addInputArgument, addOutputArgument, addTArgument, asProperties, assertValidForExecution, builder, calculateOutputShape, getDescriptor, getIArgument, getInputArgument, getOutputArgument, getTArgument, iArgs, initFromOnnx, 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 TensorArrayV3(SameDiff sameDiff)
public TensorArrayV3(TensorArrayV3 ta)
public TensorArrayV3(TensorArrayV3 ta, SDVariable[] inputs)
public TensorArrayV3()
public String tensorflowName()
DifferentialFunctiontensorflowName in class DynamicCustomOppublic void initFromTensorFlow(NodeDef nodeDef, SameDiff initWith, Map<String,AttrValue> attributesForNode, GraphDef graph)
DifferentialFunctionNodeDefinitFromTensorFlow in class BaseTensorOppublic TensorList execute(SameDiff sameDiff)
execute in class BaseTensorOppublic String toString()
toString in class BaseTensorOppublic String opName()
DynamicCustomOpopName in interface CustomOpopName in class DynamicCustomOppublic Op.Type opType()
DifferentialFunctionopType in class BaseTensorOppublic SameDiff getSameDiff()
public SDVariable read(int index)
public SDVariable read(SDVariable index)
public SDVariable gather(int... indices)
public SDVariable gather(SDVariable indices)
public SDVariable stack()
public SDVariable concat()
public void write(int index,
SDVariable value)
public void write(SDVariable index, SDVariable value)
public void scatter(SDVariable value, int... indices)
public void scatter(SDVariable value, SDVariable indices)
public void unstack(SDVariable value)
Copyright © 2018. All rights reserved.