public class CopyOp extends BaseTransformOp
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
CopyOp() |
CopyOp(INDArray x) |
CopyOp(INDArray x,
INDArray z) |
CopyOp(INDArray x,
INDArray xDup,
INDArray z) |
CopyOp(INDArray x,
INDArray y,
INDArray z,
long n) |
CopyOp(INDArray x,
INDArray z,
long n) |
CopyOp(SameDiff sameDiff) |
CopyOp(SameDiff sameDiff,
SDVariable i_v,
boolean inPlace) |
CopyOp(SameDiff sameDiff,
SDVariable i_v,
int[] shape,
boolean inPlace,
Object[] extraArgs) |
CopyOp(SameDiff sameDiff,
SDVariable i_v,
Object[] extraArgs) |
CopyOp(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2) |
CopyOp(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2,
boolean inPlace) |
CopyOp(SameDiff sameDiff,
SDVariable i_v1,
SDVariable i_v2,
Object[] extraArgs) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> f1)
The actual implementation for automatic differentiation.
|
void |
exec()
Execute the op if its pass through (not needed most of the time)
|
boolean |
isPassThrough()
Returns whether the op should be executed or not (through the executioner)
|
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) |
String |
tensorflowName()
The opName of this function tensorflow
|
calculateOutputShape, opType, zequals, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, init, initFromOnnx, initFromTensorFlow, isExecSpecial, 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, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitexec, extraArgs, extraArgsBuff, extraArgsDataBuff, init, isExecSpecial, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, ypublic CopyOp(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2)
public CopyOp(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, boolean inPlace)
public CopyOp(SameDiff sameDiff)
public CopyOp(SameDiff sameDiff, SDVariable i_v1, SDVariable i_v2, Object[] extraArgs)
public CopyOp(SameDiff sameDiff, SDVariable i_v, boolean inPlace)
public CopyOp(SameDiff sameDiff, SDVariable i_v, int[] shape, boolean inPlace, Object[] extraArgs)
public CopyOp(SameDiff sameDiff, SDVariable i_v, Object[] extraArgs)
public CopyOp()
public CopyOp(INDArray x)
public 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 void exec()
Oppublic boolean isPassThrough()
OpisPassThrough in interface OpisPassThrough in class BaseOppublic List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctiondoDiff in class DifferentialFunctionCopyright © 2018. All rights reserved.