Package | Description |
---|---|
org.apache.sysds.api.jmlc | |
org.apache.sysds.conf | |
org.apache.sysds.hops | |
org.apache.sysds.runtime.controlprogram.parfor |
Modifier and Type | Method and Description |
---|---|
CompilerConfig |
PreparedScript.getCompilerConfig()
Get the compiler configuration object associated with
the prepared script instance.
|
Modifier and Type | Method and Description |
---|---|
CompilerConfig |
CompilerConfig.clone() |
static CompilerConfig |
ConfigurationManager.getCompilerConfig()
Gets the current thread-local compiler configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationManager.setGlobalConfig(CompilerConfig conf) |
static void |
ConfigurationManager.setLocalConfig(CompilerConfig conf)
Sets the current thread-local compiler configuration to the given config.
|
Constructor and Description |
---|
CompilerConfig(CompilerConfig conf) |
Modifier and Type | Method and Description |
---|---|
static CompilerConfig |
OptimizerUtils.constructCompilerConfig(CompilerConfig cconf,
DMLConfig dmlconf) |
static CompilerConfig |
OptimizerUtils.constructCompilerConfig(DMLConfig dmlconf) |
Modifier and Type | Method and Description |
---|---|
static CompilerConfig |
OptimizerUtils.constructCompilerConfig(CompilerConfig cconf,
DMLConfig dmlconf) |
Constructor and Description |
---|
LocalParWorker(long ID,
LocalTaskQueue<Task> q,
ParForBody body,
CompilerConfig cconf,
int max_retry,
boolean monitor) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.