added median sweep and fixed multi device issue
This commit is contained in:
@@ -26,8 +26,8 @@ def _empty_f32_matrix() -> np.ndarray:
|
||||
class ComboKey:
|
||||
"""Switch combination key: input position + output position."""
|
||||
|
||||
input_pos: int
|
||||
output_pos: int
|
||||
input: int
|
||||
output: int
|
||||
|
||||
|
||||
@dataclass(slots=True)
|
||||
|
||||
Reference in New Issue
Block a user