Uses of Class
org.nd4j.linalg.api.ops.CustomOpDescriptor
-
Packages that use CustomOpDescriptor Package Description org.nd4j.linalg.api.ops org.nd4j.linalg.api.ops.executioner -
-
Uses of CustomOpDescriptor in org.nd4j.linalg.api.ops
Methods in org.nd4j.linalg.api.ops that return CustomOpDescriptor Modifier and Type Method Description CustomOpDescriptor
CustomOp. getDescriptor()
Get the custom op descriptor if one is available.CustomOpDescriptor
DynamicCustomOp. getDescriptor()
-
Uses of CustomOpDescriptor in org.nd4j.linalg.api.ops.executioner
Methods in org.nd4j.linalg.api.ops.executioner that return types with arguments of type CustomOpDescriptor Modifier and Type Method Description Map<String,CustomOpDescriptor>
DefaultOpExecutioner. getCustomOperations()
Map<String,CustomOpDescriptor>
OpExecutioner. getCustomOperations()
This method returns names of all custom operations available in current backend, and their number of input/output arguments
-