|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for classes that can supply tensor data.
Field Summary | |
static int |
DOUBLE
Class variable to indicate a tensor of type double. |
static int |
INT
Class variable to indicate a tensor of type int. |
static java.lang.String[] |
TYPENAME
Class variable for string representation of type names. |
Method Summary | |
java.lang.Object |
getData()
Return the tensor data as an object. |
int[] |
getDims()
Return the dimensions of the tensor. |
int |
getType()
Return the type of the tensor values. |
Field Detail |
public static final int DOUBLE
public static final int INT
public static final java.lang.String[] TYPENAME
Method Detail |
public java.lang.Object getData()
public int[] getDims()
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |