public class DefaultPointerConverter extends Object implements PointerConverter
| Constructor and Description |
|---|
DefaultPointerConverter() |
| Modifier and Type | Method and Description |
|---|---|
long |
toPointer(Buffer buffer)
Get the underlying address for the array
|
long |
toPointer(IComplexNDArray arr)
Get the underlying address for the array
|
long |
toPointer(INDArray arr)
Get the underlying address for the array
|
public long toPointer(IComplexNDArray arr)
PointerConvertertoPointer in interface PointerConverterarr - the array to get the underlying address forpublic long toPointer(INDArray arr)
PointerConvertertoPointer in interface PointerConverterarr - the array to get the underlying address forpublic long toPointer(Buffer buffer)
PointerConvertertoPointer in interface PointerConverterbuffer - the array to get the underlying address forCopyright © 2017. All Rights Reserved.