RunOption
_class _RunOption(rounds : int = 1)
Dynamic options when the module run.
Constructor for the RunOption class. Internal use only.
Parameters:
rounds (int) -- The number of inner loop iterations within the kernel.
Methods
__init__ | Constructor for the RunOption class. |
|---|---|
core_mask | Get the core_mask option. |
rounds | Get the rounds option. |
set_core_mask | Set the core_mask option. |
set_rounds | Set the rounds option. |