public class MTensor extends java.lang.Object
MTensor(int[] shape)
float[]
getData()
int
getShape(int i)
getShapeSize()
void
reshape(int[] shape)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MTensor(int[] shape)
public float[] getData()
public int getShape(int i)
public void reshape(int[] shape)
public int getShapeSize()