public class OpDescriptorHolder extends Object
nd4jFileNameTextDefault
with the system property nd4jFileSpecifierProperty| Modifier and Type | Field and Description |
|---|---|
static OpNamespace.OpDescriptorList |
INSTANCE |
static String |
nd4jFileNameTextDefault |
static String |
nd4jFileSpecifierProperty |
| Constructor and Description |
|---|
OpDescriptorHolder() |
| Modifier and Type | Method and Description |
|---|---|
static OpNamespace.OpDescriptor |
descriptorForOpName(String name)
Return the
OpNamespace.OpDescriptor
for a given op name |
static OpNamespace.OpDescriptorList |
nd4jOpList()
Get the nd4j op list
OpNamespace.OpDescriptorList for serialization. |
static OpNamespace.OpDescriptorList |
opList()
Returns an singleton of the
nd4jOpList()
result, useful for preventing repeated I/O. |
public static String nd4jFileNameTextDefault
public static String nd4jFileSpecifierProperty
public static OpNamespace.OpDescriptorList INSTANCE
public static OpNamespace.OpDescriptor descriptorForOpName(String name)
OpNamespace.OpDescriptor
for a given op namename - the name of the op to get the descriptor forpublic static OpNamespace.OpDescriptorList opList()
nd4jOpList()
result, useful for preventing repeated I/O.public static OpNamespace.OpDescriptorList nd4jOpList() throws IOException
OpNamespace.OpDescriptorList for serialization.
Useful for saving and loading DynamicCustomOpIOExceptionCopyright © 2022. All rights reserved.