extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
RollAxis() |
RollAxis(INDArray x) |
RollAxis(INDArray x,
INDArray z) |
RollAxis(INDArray x,
INDArray y,
INDArray z,
long n) |
RollAxis(INDArray x,
INDArray z,
long n) |
RollAxis(SameDiff sameDiff,
int axis) |
RollAxis(SameDiff sameDiff,
SDVariable i_v,
int axis) |
RollAxis(SameDiff sameDiff,
SDVariable i_v,
int[] shape,
boolean inPlace,
Object[] extraArgs,
int axis) |
| Modifier and Type | Method and Description |
|---|---|
List<int[]> |
calculateOutputShape()
Calculate
the output shape for this op
|
List<SDVariable> |
doDiff(List<SDVariable> i_v)
The actual implementation for automatic differentiation.
|
void |
exec()
Execute the op if its pass through (not needed most of the time)
|
void |
exec(int... dimensions)
Exec along each dimension
|
boolean |
isExecSpecial()
Whether the executioner
needs to do a special call or not
|
String |
onnxName()
The opName of this function in onnx
|
String |
opName()
The name of the op
|
int |
opNum()
The number of the op (mainly for old legacy XYZ ops
like
Op) |
Map<String,Object> |
propertiesForFunction()
Returns the properties for a given function
|
String |
tensorflowName()
The opName of this function tensorflow
|
INDArray |
z()
The resulting ndarray
|
equals, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, init, initFromOnnx, initFromTensorFlow, isPassThrough, n, numProcessed, outputVariables, setN, setX, setY, setZ, toCustomOp, toString, x, yarg, args, asProperties, attributeAdaptersForFunction, configFieldName, diff, dup, f, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, outputVariables, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetExtraArgspublic RollAxis(SameDiff sameDiff, int axis)
public RollAxis(SameDiff sameDiff, SDVariable i_v, int axis)
public RollAxis(SameDiff sameDiff, SDVariable i_v, int[] shape, boolean inPlace, Object[] extraArgs, int axis)
public RollAxis()
public RollAxis(INDArray x)
public Map<String,Object> propertiesForFunction()
DifferentialFunctionpropertiesForFunction in class DifferentialFunctionpublic void exec(int... dimensions)
Oppublic boolean isExecSpecial()
OpisExecSpecial in interface OpisExecSpecial in class BaseOppublic void exec()
Oppublic List<int[]> calculateOutputShape()
DifferentialFunctioncalculateOutputShape in class ShapeOppublic int opNum()
DifferentialFunctionOp)opNum in interface OpopNum in class DifferentialFunctionpublic String opName()
DifferentialFunctionopName in interface OpopName in class DifferentialFunctionpublic String onnxName()
DifferentialFunctiononnxName in class DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class DifferentialFunctionpublic List<SDVariable> doDiff(List<SDVariable> i_v)
DifferentialFunctiondoDiff in class DifferentialFunctionCopyright © 2018. All rights reserved.