public abstract class BaseGridOp extends BaseOp implements GridOp
| Modifier and Type | Field and Description |
|---|---|
protected List<GridPointers> |
grid |
protected List<OpDescriptor> |
queuedOps |
extraArgs, extraArgz, n, numProcessed, passThrough, x, xVertexId, y, yVertexId, z, zVertexIddimensions, inPlace, sameDiff, scalarValue| Modifier | Constructor and Description |
|---|---|
|
BaseGridOp() |
protected |
BaseGridOp(GridPointers... pointers) |
|
BaseGridOp(INDArray x,
INDArray y) |
protected |
BaseGridOp(List<Op> ops) |
protected |
BaseGridOp(Op... ops) |
protected |
BaseGridOp(OpDescriptor... descriptors) |
| Modifier and Type | Method and Description |
|---|---|
GridDescriptor |
getGridDescriptor() |
String |
onnxName()
The opName of this function in onnx
|
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, zarg, args, asProperties, attributeAdaptersForFunction, calculateOutputShape, configFieldName, diff, doDiff, dup, f, getValue, hasPlaceHolderInputs, isConfigProperties, larg, mappingsForFunction, onnxNames, opName, opNum, opType, outputVariables, propertiesForFunction, rarg, resolvePropertiesFromSameDiffBeforeExecution, setInstanceId, setValueFor, 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, y, zprotected List<OpDescriptor> queuedOps
protected List<GridPointers> grid
public BaseGridOp()
protected BaseGridOp(Op... ops)
protected BaseGridOp(OpDescriptor... descriptors)
protected BaseGridOp(GridPointers... pointers)
public GridDescriptor getGridDescriptor()
getGridDescriptor in interface GridOppublic String onnxName()
DifferentialFunctiononnxName in class DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class DifferentialFunctionCopyright © 2018. All rights reserved.