public abstract class BaseGridOp extends BaseOp implements GridOp
| Modifier and Type | Field and Description |
|---|---|
protected List<GridPointers> |
grid |
protected List<OpDescriptor> |
queuedOps |
dimensionz, extraArgz, x, xVertexId, y, yVertexId, z, zVertexIddimensions, extraArgs, inPlace, ownName, ownNameSetWithDefault, 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
|
clearArrays, defineDimensions, dimensions, equals, extraArgs, extraArgsBuff, extraArgsDataBuff, getFinalResult, getInputArgument, getNumOutputs, getOpType, hashCode, initFromOnnx, initFromTensorFlow, outputVariables, setX, setY, setZ, toCustomOp, toString, x, y, zarg, arg, argNames, args, attributeAdaptersForFunction, calculateOutputDataTypes, calculateOutputShape, calculateOutputShape, configFieldName, diff, doDiff, dup, getValue, isConfigProperties, larg, mappingsForFunction, onnxNames, opName, opNum, opType, outputs, outputVariable, outputVariables, outputVariablesNames, propertiesForFunction, rarg, replaceArg, setInstanceId, setPropertiesForFunction, setValueFor, tensorflowNamesclone, finalize, getClass, notify, notifyAll, wait, wait, waitclearArrays, extraArgs, extraArgsBuff, extraArgsDataBuff, opName, opNum, setExtraArgs, 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()
DifferentialFunctionpublic String tensorflowName()
DifferentialFunctiontensorflowName in class BaseOpCopyright © 2021. All rights reserved.