Package | Description |
---|---|
org.apache.sysds.utils |
Modifier and Type | Method and Description |
---|---|
static Explain.ExplainCounts |
Explain.countDistributedOperations(Program rtprog)
Counts the number of compiled MRJob/Spark instructions in the
given runtime program.
|
Modifier and Type | Method and Description |
---|---|
static String |
Explain.display(DMLProgram prog,
Program rtprog,
Explain.ExplainType type,
Explain.ExplainCounts counts) |
static String |
Explain.explain(DMLProgram prog,
Program rtprog,
Explain.ExplainType type,
Explain.ExplainCounts counts) |
static String |
Explain.explain(Program rtprog,
Explain.ExplainCounts counts) |
static String |
Explain.explainDegreeOfParallelism(Explain.ExplainCounts counts) |
static String |
Explain.explainMemoryBudget(Explain.ExplainCounts counts) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.