lamp.io

lamp.io
package lamp.io

Members list

Packages

package lamp.io.csv

This package provides methods to read CSV formatted data into STen tensors

This package provides methods to read CSV formatted data into STen tensors

The data is first read into to a regular JVM array, then transferred to off-heap memory. The total tensor size may be larger than what a single JVM array can hold.

Attributes

package lamp.io.npy

This package provides methods to read NPY formatted data into STen tensors

This package provides methods to read NPY formatted data into STen tensors

The data is first read into to a regular JVM array, then transferred to off-heap memory. The total tensor size may be larger than what a single JVM array can hold.

Attributes

In this article