| Package | Description |
|---|---|
| org.nd4j.linalg.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNDArrayFactory
Base NDArrayFactory class.
|
class |
BaseSparseNDArrayFactory |
| Modifier and Type | Field and Description |
|---|---|
protected static NDArrayFactory |
Nd4j.INSTANCE |
protected static NDArrayFactory |
Nd4j.SPARSE_INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
protected static Class<? extends NDArrayFactory> |
Nd4j.ndArrayFactoryClazz |
protected static Class<? extends NDArrayFactory> |
Nd4j.sparseNDArrayClazz |
| Modifier and Type | Method and Description |
|---|---|
static NDArrayFactory |
Nd4j.factory()
The factory used for creating ndarrays
|
static NDArrayFactory |
Nd4j.getNDArrayFactory() |
static NDArrayFactory |
Nd4j.sparseFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Nd4j.setFactory(NDArrayFactory factory) |
static void |
Nd4j.setSparseFactory(NDArrayFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Nd4j.setNdArrayFactoryClazz(Class<? extends NDArrayFactory> clazz) |
static void |
Nd4j.setSparseNDArrayClazz(Class<? extends NDArrayFactory> clazz) |
Copyright © 2018. All rights reserved.