Class IndexingOOCInstruction.BlockAligner<T>
java.lang.Object
org.apache.sysds.runtime.instructions.ooc.IndexingOOCInstruction.BlockAligner<T>
- Enclosing class:
- IndexingOOCInstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intgetNumConsumptions(MatrixIndexes index) booleanbooleanputNext(MatrixIndexes index, T data, BiConsumer<MatrixIndexes, IndexingOOCInstruction.Sector<T>> emitter)
-
Constructor Details
-
BlockAligner
-
-
Method Details
-
isAligned
public boolean isAligned() -
getNumConsumptions
-
putNext
public boolean putNext(MatrixIndexes index, T data, BiConsumer<MatrixIndexes, IndexingOOCInstruction.Sector<T>> emitter) -
close
public void close()
-