public class NumpyArray extends Object
Constructor and Description |
---|
NumpyArray(INDArray nd4jArray) |
NumpyArray(long address,
long[] shape,
long[] strides) |
NumpyArray(long address,
long[] shape,
long[] strides,
DataType dtype) |
NumpyArray(long address,
long[] shape,
long[] strides,
DataType dtype,
boolean copy) |
Modifier and Type | Method and Description |
---|---|
NumpyArray |
copy() |
INDArray |
getNd4jArray() |
public NumpyArray(long address, long[] shape, long[] strides, DataType dtype, boolean copy)
public NumpyArray(long address, long[] shape, long[] strides)
public NumpyArray(long address, long[] shape, long[] strides, DataType dtype)
public NumpyArray(INDArray nd4jArray)
public NumpyArray copy()
public INDArray getNd4jArray()
Copyright © 2020. All rights reserved.