| Interface | Description |
|---|---|
| AbstractStorage<T> |
This interface describes basic Key-Value storage, where Key is any object, and Value is INDArray located "somewhere else"
|
| NDArrayCompressor |
NDArray compressor.
|
| Class | Description |
|---|---|
| BasicNDArrayCompressor | |
| CompressedDataBuffer | |
| CompressionDescriptor |
A compression descriptor containing the
compression type, compression algorithm,
original length, compressed length,
number of elements, and the original
element size
|
| ThresholdCompression |
| Enum | Description |
|---|---|
| CompressionAlgorithm |
Compression algorithm enum
|
| CompressionType |
Copyright © 2017. All rights reserved.