Package org.apache.sysds.runtime.data
Class IndexedTensorBlock
- java.lang.Object
- 
- org.apache.sysds.runtime.data.IndexedTensorBlock
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class IndexedTensorBlock extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IndexedTensorBlock()IndexedTensorBlock(IndexedTensorBlock that)IndexedTensorBlock(TensorIndexes ind, TensorBlock b)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TensorIndexesgetIndexes()TensorBlockgetValue()voidset(TensorIndexes indexes2, TensorBlock block2)StringtoString()
 
- 
- 
- 
Constructor Detail- 
IndexedTensorBlockpublic IndexedTensorBlock() 
 - 
IndexedTensorBlockpublic IndexedTensorBlock(TensorIndexes ind, TensorBlock b) 
 - 
IndexedTensorBlockpublic IndexedTensorBlock(IndexedTensorBlock that) 
 
- 
 - 
Method Detail- 
getIndexespublic TensorIndexes getIndexes() 
 - 
getValuepublic TensorBlock getValue() 
 - 
setpublic void set(TensorIndexes indexes2, TensorBlock block2) 
 
- 
 
-