Package org.apache.sysds.runtime.io
Class TensorWriterTextCell
- java.lang.Object
 - 
- org.apache.sysds.runtime.io.TensorWriter
 - 
- org.apache.sysds.runtime.io.TensorWriterTextCell
 
 
 
- 
- Direct Known Subclasses:
 TensorWriterTextCellParallel
public class TensorWriterTextCell extends TensorWriter
 
- 
- 
Constructor Summary
Constructors Constructor Description TensorWriterTextCell() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteTensorToHDFS(TensorBlock src, String fname, int blen) 
 - 
 
- 
- 
Method Detail
- 
writeTensorToHDFS
public void writeTensorToHDFS(TensorBlock src, String fname, int blen) throws IOException
- Specified by:
 writeTensorToHDFSin classTensorWriter- Throws:
 IOException
 
 - 
 
 -