Class TemplateCell.HopInputComparator
- java.lang.Object
- 
- org.apache.sysds.hops.codegen.template.TemplateCell.HopInputComparator
 
- 
- All Implemented Interfaces:
- Comparator<Hop>
 - Enclosing class:
- TemplateCell
 
 public static class TemplateCell.HopInputComparator extends Object implements Comparator<Hop> Comparator to order input hops of the cell template. We try to order matrices-vectors-scalars via sorting by number of cells and for equal number of cells by sparsity to prefer sparse inputs as the main input for sparsity exploitation.
- 
- 
Constructor SummaryConstructors Constructor Description HopInputComparator()HopInputComparator(Hop driver)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Hop h1, Hop h2)- 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
-