bundles / scipy latest / scipy / special / _support_alternative_backends / _FuncInfo
class
scipy.special._support_alternative_backends:_FuncInfo
Signature
class _FuncInfo ( func : collections.abc.Callable , n_args : int , xp_capabilities : collections.abc.Callable[[collections.abc.Callable], collections.abc.Callable] | None = None , generic_impl : collections.abc.Callable[[module, module | None], collections.abc.Callable | None] | None = None , alt_names_map : dict[str, str] | None = None , int_only : tuple[bool] | None = None , positive_only : bool | tuple[bool] | dict[str, tuple[bool]] = False , is_ufunc : bool = True , python_int_only : dict[str, tuple[bool]] | tuple[bool] | None = None , scalar_or_0d_only : dict[str, tuple[bool]] | tuple[bool] | None = None , test_large_ints : bool = True , produces_0d : bool = False , torch_native : bool = True ) Members
Aliases
-
scipy.special._support_alternative_backends._FuncInfo