(self, fallback_entries)
| 492 | SelectionType(name="value_type", is_optional=False, select_on_size_only=False), |
| 493 | SelectionType(name="output_type", is_optional=False, select_on_size_only=True)] |
| 494 | def __init__(self, fallback_entries): |
| 495 | Algorithm.__init__(self, fallback_entries) |
| 496 | |
| 497 | class AlgorithmDeviceUpperBound(Algorithm): |
| 498 | algorithm_name = "device_upper_bound" |