Uses of Enum Class
org.apache.sysds.utils.Explain.ExplainType
Packages that use Explain.ExplainType
-
Uses of Explain.ExplainType in org.apache.sysds.api
Fields in org.apache.sysds.api declared as Explain.ExplainTypeModifier and TypeFieldDescriptionstatic Explain.ExplainTypeDMLScript.EXPLAINDMLOptions.explainType -
Uses of Explain.ExplainType in org.apache.sysds.api.mlcontext
Methods in org.apache.sysds.api.mlcontext that return Explain.ExplainType -
Uses of Explain.ExplainType in org.apache.sysds.utils
Methods in org.apache.sysds.utils that return Explain.ExplainTypeModifier and TypeMethodDescriptionstatic Explain.ExplainTypeReturns the enum constant of this class with the specified name.static Explain.ExplainType[]Explain.ExplainType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.utils with parameters of type Explain.ExplainTypeModifier and TypeMethodDescriptionstatic StringExplain.display(DMLProgram prog, Program rtprog, Explain.ExplainType type, Explain.ExplainCounts counts) static StringExplain.explain(DMLProgram prog, Program rtprog, Explain.ExplainType type) static StringExplain.explain(DMLProgram prog, Program rtprog, Explain.ExplainType type, Explain.ExplainCounts counts)