Package org.apache.sysds.runtime.io.hdf5
Class H5ContiguousDataset
java.lang.Object
org.apache.sysds.runtime.io.hdf5.H5ContiguousDataset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetDataBuffer(int row) getDataBuffer(int row, int rowCount) longlonglongbooleanbooleanvoidreadRowDoubles(int row, double[] dest, int destPos)
-
Constructor Details
-
H5ContiguousDataset
-
-
Method Details
-
getDataBuffer
-
getDataBuffer
-
readRowDoubles
public void readRowDoubles(int row, double[] dest, int destPos) -
getDataType
-
getDataAddress
public long getDataAddress() -
getDataSize
public long getDataSize() -
getElementSize
public long getElementSize() -
isRankGt2
public boolean isRankGt2() -
getRowByteSize
public long getRowByteSize() -
isRowContiguous
public boolean isRowContiguous()
-