TensorMapper

public abstract class TensorMapper
Known Direct Subclasses

Maps the native memory of a RawTensor to a n-dimensional typed data space accessible from the JVM.

Usage of this class is reserved for internal purposes only.

See Also

Public Constructors

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Constructors

public TensorMapper ()