PJRT_LoadedExecutable_AddressableDevices

Type Alias PJRT_LoadedExecutable_AddressableDevices 

Source
pub type PJRT_LoadedExecutable_AddressableDevices = Option<unsafe extern "C" fn(args: *mut PJRT_LoadedExecutable_AddressableDevices_Args) -> *mut PJRT_Error>;

Aliased Type§

pub enum PJRT_LoadedExecutable_AddressableDevices {
    None,
    Some(unsafe extern "C" fn(*mut PJRT_LoadedExecutable_AddressableDevices_Args) -> *mut PJRT_Error),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut PJRT_LoadedExecutable_AddressableDevices_Args) -> *mut PJRT_Error)

Some value of type T.