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
 
 public class TensorReaderTextCell extends TensorReader 
- 
- 
Constructor SummaryConstructors Constructor Description TensorReaderTextCell()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TensorBlockreadTensorFromHDFS(String fname, long[] dims, int blen, Types.ValueType[] schema)
 
- 
- 
- 
Method Detail- 
readTensorFromHDFSpublic TensorBlock readTensorFromHDFS(String fname, long[] dims, int blen, Types.ValueType[] schema) throws IOException, DMLRuntimeException - Specified by:
- readTensorFromHDFSin class- TensorReader
- Throws:
- IOException
- DMLRuntimeException
 
 
- 
 
-