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 Summary
Constructors Constructor Description IndexedTensorBlock()
IndexedTensorBlock(IndexedTensorBlock that)
IndexedTensorBlock(TensorIndexes ind, TensorBlock b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TensorIndexes
getIndexes()
TensorBlock
getValue()
void
set(TensorIndexes indexes2, TensorBlock block2)
String
toString()
-
-
-
Constructor Detail
-
IndexedTensorBlock
public IndexedTensorBlock()
-
IndexedTensorBlock
public IndexedTensorBlock(TensorIndexes ind, TensorBlock b)
-
IndexedTensorBlock
public IndexedTensorBlock(IndexedTensorBlock that)
-
-
Method Detail
-
getIndexes
public TensorIndexes getIndexes()
-
getValue
public TensorBlock getValue()
-
set
public void set(TensorIndexes indexes2, TensorBlock block2)
-
-