public abstract class BaseTransformOp extends BaseOp implements TransformOp
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
BaseTransformOp() |
BaseTransformOp(INDArray x) |
BaseTransformOp(INDArray x,
INDArray z) |
BaseTransformOp(INDArray x,
INDArray y,
INDArray z,
long n) |
BaseTransformOp(INDArray x,
INDArray z,
long n) |
BaseTransformOp(SameDiff sameDiff) |
BaseTransformOp(SameDiff sameDiff,
SDVariable i_v,
boolean inPlace) |
BaseTransformOp(SameDiff sameDiff,
SDVariable i_v,
int[] shape,
boolean inPlace,
Object[] extraArgs) |
BaseTransformOp(SameDiff sameDiff,
SDVariable i_v,
Object[] extraArgs) |
BaseTransformOp(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2) |
BaseTransformOp(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2,
boolean inPlace) |
BaseTransformOp(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2,
Object[] extraArgs) |
| Modifier and Type | Method and Description |
|---|---|
List<int[]> |
calculateOutputShape()
Calculate
the output shape for this op
|
Op.Type |
opType()
The type of the op
|
INDArray |
z()
The resulting ndarray
|
equals, exec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, init, initFromOnnx, initFromTensorFlow, isExecSpecial, isPassThrough, n, numProcessed, outputVariables, setN, setX, setY, setZ, toCustomOp, toString, x, yarg, args, asProperties, attributeAdaptersForFunction, configFieldName, diff, doDiff, dup, f, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxName, onnxNames, opName, opNum, outputVariables, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowName, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitexec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, init, isExecSpecial, isPassThrough, n, numProcessed, opName, opNum, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, ypublic BaseTransformOp(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2)
public BaseTransformOp(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, boolean inPlace)
public BaseTransformOp(SameDiff sameDiff)
public BaseTransformOp(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, Object[] extraArgs)
public BaseTransformOp(SameDiff sameDiff, SDVariable i_v, boolean inPlace)
public BaseTransformOp(SameDiff sameDiff, SDVariable i_v, int[] shape, boolean inPlace, Object[] extraArgs)
public BaseTransformOp(SameDiff sameDiff, SDVariable i_v, Object[] extraArgs)
public BaseTransformOp()
public BaseTransformOp(INDArray x)
public Op.Type opType()
DifferentialFunctionopType in class DifferentialFunctionpublic List<int[]> calculateOutputShape()
DifferentialFunctioncalculateOutputShape in class DifferentialFunctionCopyright © 2018. All rights reserved.