public class PredicateMetaOp extends BaseMetaOp
grid, queuedOpsextraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
PredicateMetaOp() |
PredicateMetaOp(INDArray x,
INDArray y) |
PredicateMetaOp(OpDescriptor opA,
OpDescriptor opB) |
PredicateMetaOp(Op opA,
Op opB) |
PredicateMetaOp(ScalarOp opA,
ScalarOp opB) |
PredicateMetaOp(ScalarOp opA,
TransformOp opB) |
PredicateMetaOp(TransformOp opA,
ScalarOp opB) |
PredicateMetaOp(TransformOp opA,
TransformOp opB) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> f1)
The actual implementation for automatic differentiation.
|
String |
opName()
The name of the op
|
int |
opNum()
The number of the op (mainly for old legacy XYZ ops
like
Op) |
getFirstOp, getFirstOpDescriptor, getSecondOp, getSecondOpDescriptor, setFirstPointers, setSecondPointersgetGridDescriptor, onnxName, tensorflowNameequals, exec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, init, initFromOnnx, initFromTensorFlow, isExecSpecial, isPassThrough, n, numProcessed, outputVariables, setN, setX, setY, setZ, toCustomOp, toString, x, y, zarg, args, asProperties, attributeAdaptersForFunction, calculateOutputShape, configFieldName, diff, dup, f, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, opType, outputVariables, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGridDescriptorexec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, init, isExecSpecial, isPassThrough, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, y, zpublic PredicateMetaOp()
public PredicateMetaOp(OpDescriptor opA, OpDescriptor opB)
public PredicateMetaOp(ScalarOp opA, TransformOp opB)
public PredicateMetaOp(TransformOp opA, TransformOp opB)
public PredicateMetaOp(TransformOp opA, ScalarOp opB)
public int opNum()
DifferentialFunctionOp)opNum in interface OpopNum in class DifferentialFunctionpublic String opName()
DifferentialFunctionopName in interface OpopName in class DifferentialFunctionpublic List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctiondoDiff in class DifferentialFunctionCopyright © 2018. All rights reserved.