| Interface | Description |
|---|---|
| BlasWrapper |
This class provides a cleaner direct interface to the BLAS routines by extracting the parameters of the matrices from
the matrices itself.
|
| NDArrayFactory |
Creation of ndarrays via classpath discovery.
|
| Class | Description |
|---|---|
| BaseBlasWrapper |
Base implementation of a blas wrapper that
delegates things to the underlying level.
|
| BaseNDArrayFactory |
Base NDArrayFactory class.
|
| BaseSparseBlasWrapper | |
| BaseSparseNDArrayFactory | |
| Broadcast |
Convenience methods for broadcasts
|
| DataTypeValidation |
Data opType validation
|
| Nd4j |
Creation of ndarrays via classpath discovery.
|
| RandomFactory |
This class acts as factory for new Random objects and thread-isolated holder for previously created Random instances
|
| Enum | Description |
|---|---|
| Nd4j.PadMode |
Copyright © 2018. All rights reserved.