| Package | Description |
|---|---|
| org.nd4j.linalg.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNDArrayFactory
Base NDArrayFactory class.
|
| Modifier and Type | Field and Description |
|---|---|
protected static NDArrayFactory |
Nd4j.INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
protected static Class<? extends NDArrayFactory> |
Nd4j.ndArrayFactoryClazz |
| Modifier and Type | Method and Description |
|---|---|
static NDArrayFactory |
Nd4j.factory()
The factory used for creating ndarrays
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Nd4j.setFactory(NDArrayFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Nd4j.setNdArrayFactoryClazz(Class<? extends NDArrayFactory> clazz) |
Copyright © 2016. All Rights Reserved.