pub fn get_task_backends(task: Task) -> Vec<&'static str>Expand description
Get all backends that support a task.
For benchmarking, only returns “stacked” (which combines pattern+heuristic) and ML backends, since individual pattern/heuristic backends are incomplete.