public abstract class BaseGridOp extends BaseOp implements GridOp
Modifier and Type | Field and Description |
---|---|
protected java.util.List<GridPointers> |
grid |
protected java.util.List<OpDescriptor> |
queuedOps |
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexId
dimensions, inPlace, sameDiff, scalarValue
Modifier | Constructor and Description |
---|---|
|
BaseGridOp() |
protected |
BaseGridOp(GridPointers... pointers) |
|
BaseGridOp(INDArray x,
INDArray y) |
protected |
BaseGridOp(java.util.List<Op> ops) |
protected |
BaseGridOp(Op... ops) |
protected |
BaseGridOp(OpDescriptor... descriptors) |
Modifier and Type | Method and Description |
---|---|
GridDescriptor |
getGridDescriptor() |
java.lang.String |
onnxName()
The opName of this function in onnx
|
java.lang.String |
tensorflowName()
The opName of this function tensorflow
|
equals, exec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, getOpType, hashCode, init, initFromOnnx, initFromTensorFlow, isExecSpecial, isPassThrough, n, numProcessed, outputVariables, setN, setX, setY, setZ, toCustomOp, toString, x, y, z
arg, arg, argNames, args, asProperties, attributeAdaptersForFunction, calculateOutputShape, configFieldName, diff, doDiff, dup, f, getNumOutputs, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, opName, opNum, opType, outputVariable, outputVariables, outputVariablesNames, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, tensorflowNames
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
exec, exec, extraArgs, extraArgsBuff, extraArgsDataBuff, init, isExecSpecial, isPassThrough, n, numProcessed, opName, opNum, setExtraArgs, setN, setX, setY, setZ, toCustomOp, x, y, z
protected java.util.List<OpDescriptor> queuedOps
protected java.util.List<GridPointers> grid
public BaseGridOp()
protected BaseGridOp(Op... ops)
protected BaseGridOp(OpDescriptor... descriptors)
protected BaseGridOp(GridPointers... pointers)
protected BaseGridOp(java.util.List<Op> ops)
public GridDescriptor getGridDescriptor()
getGridDescriptor
in interface GridOp
public java.lang.String onnxName()
DifferentialFunction
onnxName
in class DifferentialFunction
public java.lang.String tensorflowName()
DifferentialFunction
tensorflowName
in class DifferentialFunction