public static enum CompilerConfig.ConfigType extends Enum<CompilerConfig.ConfigType>
Modifier and Type | Method and Description |
---|---|
static CompilerConfig.ConfigType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilerConfig.ConfigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompilerConfig.ConfigType OPT_LEVEL
public static final CompilerConfig.ConfigType BLOCK_SIZE
public static final CompilerConfig.ConfigType PARALLEL_CP_READ_TEXTFORMATS
public static final CompilerConfig.ConfigType PARALLEL_CP_WRITE_TEXTFORMATS
public static final CompilerConfig.ConfigType PARALLEL_CP_READ_BINARYFORMATS
public static final CompilerConfig.ConfigType PARALLEL_CP_WRITE_BINARYFORMATS
public static final CompilerConfig.ConfigType PARALLEL_CP_MATRIX_OPERATIONS
public static final CompilerConfig.ConfigType PARALLEL_LOCAL_OR_REMOTE_PARFOR
public static final CompilerConfig.ConfigType ALLOW_DYN_RECOMPILATION
public static final CompilerConfig.ConfigType ALLOW_PARALLEL_DYN_RECOMPILATION
public static final CompilerConfig.ConfigType ALLOW_INDIVIDUAL_SB_SPECIFIC_OPS
public static final CompilerConfig.ConfigType ALLOW_CSE_PERSISTENT_READS
public static final CompilerConfig.ConfigType IGNORE_UNSPECIFIED_ARGS
public static final CompilerConfig.ConfigType IGNORE_READ_WRITE_METADATA
public static final CompilerConfig.ConfigType IGNORE_TEMPORARY_FILENAMES
public static final CompilerConfig.ConfigType REJECT_READ_WRITE_UNKNOWNS
public static final CompilerConfig.ConfigType MLCONTEXT
public static final CompilerConfig.ConfigType CODEGEN_ENABLED
public static CompilerConfig.ConfigType[] values()
for (CompilerConfig.ConfigType c : CompilerConfig.ConfigType.values()) System.out.println(c);
public static CompilerConfig.ConfigType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 The Apache Software Foundation. All rights reserved.