public class SimpleJCublas extends Object
| Constructor and Description |
|---|
SimpleJCublas() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertCudaBuffer(DataBuffer... buffer)
Assert that the data buffer for each ndarray
is a cuda buffer
|
static void |
assertCudaBuffer(INDArray... buffer)
Assert that the data buffer for each ndarray
is a cuda buffer
|
static void |
init()
Initialize JCublas2.
|
public static void assertCudaBuffer(INDArray... buffer) throws Exception
buffer - the arrays to testsExceptionpublic static void assertCudaBuffer(DataBuffer... buffer) throws Exception
buffer - the arrays to testsExceptionCopyright © 2015. All Rights Reserved.