Package org.apache.sysds.runtime.io
Class TensorReaderTextCell
java.lang.Object
org.apache.sysds.runtime.io.TensorReader
org.apache.sysds.runtime.io.TensorReaderTextCell
- Direct Known Subclasses:
TensorReaderTextCellParallel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadTensorFromHDFS(String fname, long[] dims, int blen, Types.ValueType[] schema)
-
Constructor Details
-
TensorReaderTextCell
public TensorReaderTextCell()
-
-
Method Details
-
readTensorFromHDFS
public TensorBlock readTensorFromHDFS(String fname, long[] dims, int blen, Types.ValueType[] schema) throws IOException, DMLRuntimeException - Specified by:
readTensorFromHDFSin classTensorReader- Throws:
IOExceptionDMLRuntimeException
-