#[repr(C)]pub struct PJRT_LoadedExecutable_Execute_Args {
pub struct_size: usize,
pub extension_start: *mut PJRT_Extension_Base,
pub executable: *mut PJRT_LoadedExecutable,
pub options: *mut PJRT_ExecuteOptions,
pub argument_lists: *const *const *mut PJRT_Buffer,
pub num_devices: usize,
pub num_args: usize,
pub output_lists: *const *mut *mut PJRT_Buffer,
pub device_complete_events: *mut *mut PJRT_Event,
pub execute_device: *mut PJRT_Device,
}Fields§
§struct_size: usize§extension_start: *mut PJRT_Extension_Base§executable: *mut PJRT_LoadedExecutable§options: *mut PJRT_ExecuteOptions§argument_lists: *const *const *mut PJRT_Buffer§num_devices: usize§num_args: usize§output_lists: *const *mut *mut PJRT_Buffer§device_complete_events: *mut *mut PJRT_Event§execute_device: *mut PJRT_DeviceImplementations§
source§impl PJRT_LoadedExecutable_Execute_Args
impl PJRT_LoadedExecutable_Execute_Args
pub const STRUCT_SIZE: usize = 80usize
pub fn new() -> Self
Trait Implementations§
source§impl Clone for PJRT_LoadedExecutable_Execute_Args
impl Clone for PJRT_LoadedExecutable_Execute_Args
source§fn clone(&self) -> PJRT_LoadedExecutable_Execute_Args
fn clone(&self) -> PJRT_LoadedExecutable_Execute_Args
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PJRT_LoadedExecutable_Execute_Args
Auto Trait Implementations§
impl Freeze for PJRT_LoadedExecutable_Execute_Args
impl RefUnwindSafe for PJRT_LoadedExecutable_Execute_Args
impl !Send for PJRT_LoadedExecutable_Execute_Args
impl !Sync for PJRT_LoadedExecutable_Execute_Args
impl Unpin for PJRT_LoadedExecutable_Execute_Args
impl UnwindSafe for PJRT_LoadedExecutable_Execute_Args
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)