| Modifier and Type | Field and Description |
|---|---|
protected long |
handle |
protected boolean |
isView |
| Modifier and Type | Method and Description |
|---|---|
NDArrayBase |
asNDArray() |
NDArrayBase |
copyTo(NDArrayBase target)
Copy array to target.
|
protected void |
finalize() |
void |
release()
Release the NDArray memory.
|
public NDArrayBase asNDArray()
public NDArrayBase copyTo(NDArrayBase target)
target - The target array to be copied, must have same shape as this array.public void release()
We highly recommend you to do this manually since the GC strategy is lazy.
Copyright © 2021. All rights reserved.