(self, fallback_entries)
| 615 | config_selection_params = [ |
| 616 | SelectionType(name="data_type", is_optional=False, select_on_size_only=False)] |
| 617 | def __init__(self, fallback_entries): |
| 618 | Algorithm.__init__(self, fallback_entries) |
| 619 | |
| 620 | class AlgorithmDeviceSelectPredicate(Algorithm): |
| 621 | algorithm_name = "device_select_predicate" |