Deeploy.DeeployTypes.CodeGenVerbosity
- class Deeploy.DeeployTypes.CodeGenVerbosity(tilingProfiling: str | None, untiledProfiling: bool | None = None)
Bases:
object
Encapsulates verbosity options for downstream configuration
Methods
- __init__(tilingProfiling: str | None, untiledProfiling: bool | None = None) None
__init__
(tilingProfiling[, untiledProfiling])Attributes
Specifies the name of the memory level on which to profile untiled code
Specifies the name of the memory level on which to profile tiling
- tilingProfiling: str | None
Specifies the name of the memory level on which to profile tiling
- Type:
str
- untiledProfiling: bool | None = None
Specifies the name of the memory level on which to profile untiled code
- Type:
str