Package org.apache.sysds.runtime.io
Class TensorWriter
- java.lang.Object
- 
- org.apache.sysds.runtime.io.TensorWriter
 
- 
- Direct Known Subclasses:
- TensorWriterBinaryBlock,- TensorWriterTextCell
 
 public abstract class TensorWriter extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description TensorWriter()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidwriteTensorToHDFS(TensorBlock src, String fname, int blen)
 
- 
- 
- 
Method Detail- 
writeTensorToHDFSpublic abstract void writeTensorToHDFS(TensorBlock src, String fname, int blen) throws IOException - Throws:
- IOException
 
 
- 
 
-