Class CPlanMemoTable.MemoTableEntrySet
- java.lang.Object
 - 
- org.apache.sysds.hops.codegen.template.CPlanMemoTable.MemoTableEntrySet
 
 
- 
- Enclosing class:
 - CPlanMemoTable
 
public static class CPlanMemoTable.MemoTableEntrySet extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description ArrayList<CPlanMemoTable.MemoTableEntry>plans 
- 
Constructor Summary
Constructors Constructor Description MemoTableEntrySet(Hop hop, Hop c, TemplateBase tpl) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcrossProduct(int pos, Long... refs)StringtoString() 
 - 
 
- 
- 
Field Detail
- 
plans
public ArrayList<CPlanMemoTable.MemoTableEntry> plans
 
 - 
 
- 
Constructor Detail
- 
MemoTableEntrySet
public MemoTableEntrySet(Hop hop, Hop c, TemplateBase tpl)
 
 - 
 
 -