DynamicCustomOp.DynamicCustomOpsBuilderpermuteDimsaxis, bArguments, dArguments, iArguments, inplaceCall, inputArguments, outputArguments, outputVariables, tArgumentsdimensions, extraArgs, inPlace, ownName, ownNameSetWithDefault, sameDiff, scalarValue| Constructor and Description |
|---|
Permute() |
Permute(INDArray input,
INDArray result,
int... permuteDims) |
Permute(INDArray input,
int... permuteDims) |
Permute(SameDiff sameDiff,
SDVariable i_v,
int... permuteDims) |
Permute(SameDiff sd,
SDVariable input,
SDVariable permuteDims) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> i_v)
The actual implementation for automatic differentiation.
|
String |
onnxName()
The opName of this function in onnx
|
String |
opName()
This method returns op opName as string
|
String |
tensorflowName()
The opName of this function tensorflow
|
calculateOutputDataTypes, initFromOnnx, initFromTensorFlow, mappingsForFunctionaddBArgument, addDArgument, addIArgument, addIArgument, addInputArgument, addOutputArgument, addTArgument, assertValidForExecution, bArgs, builder, calculateOutputShape, calculateOutputShape, clearArrays, dArgs, getBArgument, getDescriptor, getIArgument, getInputArgument, getOutputArgument, getTArgument, iArgs, inputArguments, numBArguments, numDArguments, numIArguments, numInputArguments, numOutputArguments, numTArguments, opHash, opNum, opType, outputArguments, outputVariables, outputVariables, removeIArgument, removeInputArgument, removeOutputArgument, removeTArgument, setInputArgument, setInputArguments, setOutputArgument, tArgs, toString, wrapFilterNull, wrapOrNull, wrapOrNullarg, arg, argNames, args, attributeAdaptersForFunction, configFieldName, diff, dup, equals, getNumOutputs, getValue, hashCode, isConfigProperties, larg, onnxNames, outputs, outputVariable, outputVariablesNames, propertiesForFunction, rarg, replaceArg, setInstanceId, setPropertiesForFunction, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitisInplaceCallpublic Permute(SameDiff sameDiff, SDVariable i_v, int... permuteDims)
public Permute(SameDiff sd, SDVariable input, SDVariable permuteDims)
public Permute(INDArray input, int... permuteDims)
public Permute()
public String opName()
DynamicCustomOppublic List<SDVariable> doDiff(List<SDVariable> i_v)
DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class Transposepublic String onnxName()
DifferentialFunctionCopyright © 2021. All rights reserved.