Package org.nd4j.linalg.api.ops
Interface GridOp
-
- All Superinterfaces:
Op
- All Known Subinterfaces:
MetaOp
- All Known Implementing Classes:
BaseGridOp,BaseMetaOp,FreeGridOp,InvertedPredicateMetaOp,PostulateMetaOp,PredicateMetaOp,ReduceMetaOp
public interface GridOp extends Op
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridDescriptorgetGridDescriptor()-
Methods inherited from interface org.nd4j.linalg.api.ops.Op
clearArrays, extraArgs, extraArgsBuff, extraArgsDataBuff, opName, opNum, setExtraArgs, setX, setY, setZ, toCustomOp, x, y, z
-
-
-
-
Method Detail
-
getGridDescriptor
GridDescriptor getGridDescriptor()
- Returns:
-
-