thunder.extend¶ register_executor(ex) rtype: Executor deregister_executor(ex) rtype: None get_all_executors() rtype: tuple[Executor, ...] get_default_executors() rtype: tuple[Executor, ...] get_always_executors() rtype: tuple[Executor, ...] get_executor(name) rtype: Optional[Executor] set_default_executors(defaults) rtype: list[Executor] set_always_executors(always) rtype: list[Executor] add_default_executor(ex) rtype: list[Executor] add_always_executor(ex) rtype: list[Executor] remove_default_executor(ex) rtype: list[Executor] remove_always_executor(ex) rtype: list[Executor] Executor(name, *[, version])