跳到主要内容

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_maskGet the core_mask option.
roundsGet the rounds option.
set_core_maskSet the core_mask option.
set_roundsSet the rounds option.