public class Xor extends BaseTransformOp
| Modifier and Type | Field and Description |
|---|---|
protected double |
comparable |
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Constructor and Description |
|---|
Xor() |
Xor(INDArray x,
INDArray y) |
Xor(INDArray x,
INDArray y,
INDArray z) |
Xor(INDArray x,
INDArray y,
INDArray z,
long n) |
Xor(INDArray x,
INDArray y,
INDArray z,
Number comparable) |
Xor(INDArray x,
INDArray y,
INDArray z,
Number comparable,
long n) |
Xor(INDArray x,
INDArray y,
long n) |
Xor(INDArray x,
INDArray y,
Number comparable) |
Xor(SameDiff sameDiff,
SDVariable i_v,
boolean inPlace,
double comparable) |
Xor(SameDiff sameDiff,
SDVariable i_v,
int[] shape,
boolean inPlace,
Object[] extraArgs,
double comparable) |
Xor(SameDiff sameDiff,
SDVariable i_v,
Object[] extraArgs,
double comparable) |
Xor(SameDiff sameDiff,
SDVariable ix,
SDVariable iy) |
| Modifier and Type | Method and Description |
|---|---|
List<SDVariable> |
doDiff(List<SDVariable> f1)
The actual implementation for automatic differentiation.
|
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, 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, dup, f, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, outputVariables, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitexec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, init, isExecSpecial, isPassThrough, n, numProcessed, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, ypublic Xor(SameDiff sameDiff, SDVariable ix, SDVariable iy)
public Xor(SameDiff sameDiff, SDVariable i_v, boolean inPlace, double comparable)
public Xor(SameDiff sameDiff, SDVariable i_v, int[] shape, boolean inPlace, Object[] extraArgs, double comparable)
public Xor(SameDiff sameDiff, SDVariable i_v, Object[] extraArgs, double comparable)
public Xor()
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 List<SDVariable> doDiff(List<SDVariable> f1)
DifferentialFunctiondoDiff in class DifferentialFunctionCopyright © 2018. All rights reserved.