public class CoreFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CPU |
static java.lang.String |
factoryList |
static int |
GPU |
static int |
ICE |
static int |
JVM |
static int |
MLS |
static int |
PHI |
static int |
VHS |
Constructor and Description |
---|
CoreFactory() |
Modifier and Type | Method and Description |
---|---|
static Core |
getCore(java.lang.String name,
nxm.sys.lib.Args args)
Create an instance of the function specified by name and parsing of the Args class
|
static Core |
getCore(java.lang.String path,
java.lang.String name,
int impl)
Create an instance of the function specified by path, name, and implementation
|
static byte |
getDataType(int implementation)
get the natural data format type
|
public static java.lang.String factoryList
public static int JVM
public static int CPU
public static int PHI
public static int GPU
public static int VHS
public static int MLS
public static int ICE
public static Core getCore(java.lang.String name, nxm.sys.lib.Args args)
public static Core getCore(java.lang.String path, java.lang.String name, int impl)
public static byte getDataType(int implementation)