Package | Description |
---|---|
org.nd4j.linalg.api.ndarray |
Modifier and Type | Field and Description |
---|---|
protected static SparseFormat |
BaseSparseNDArrayCOO.format |
protected static SparseFormat |
BaseSparseNDArrayCSR.format |
Modifier and Type | Method and Description |
---|---|
SparseFormat |
INDArray.getFormat()
Return the sparse format (i.e COO, CSR, ...)
|
SparseFormat |
BaseSparseNDArrayCOO.getFormat() |
SparseFormat |
ISparseNDArray.getFormat()
Return the sparse format (i.e COO, CSR, ...)
|
SparseFormat |
BaseSparseNDArrayCSR.getFormat() |
SparseFormat |
BaseNDArray.getFormat() |
static SparseFormat |
SparseFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SparseFormat[] |
SparseFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.