#[repr(C)]pub struct PJRT_Executable_GetCompiledMemoryStats_Args {Show 13 fields
pub struct_size: usize,
pub extension_start: *mut PJRT_Extension_Base,
pub executable: *mut PJRT_Executable,
pub generated_code_size_in_bytes: i64,
pub argument_size_in_bytes: i64,
pub output_size_in_bytes: i64,
pub alias_size_in_bytes: i64,
pub temp_size_in_bytes: i64,
pub host_generated_code_size_in_bytes: i64,
pub host_argument_size_in_bytes: i64,
pub host_output_size_in_bytes: i64,
pub host_alias_size_in_bytes: i64,
pub host_temp_size_in_bytes: i64,
}Fields§
§struct_size: usize§extension_start: *mut PJRT_Extension_Base§executable: *mut PJRT_Executable§generated_code_size_in_bytes: i64§argument_size_in_bytes: i64§output_size_in_bytes: i64§alias_size_in_bytes: i64§temp_size_in_bytes: i64§host_generated_code_size_in_bytes: i64§host_argument_size_in_bytes: i64§host_output_size_in_bytes: i64§host_alias_size_in_bytes: i64§host_temp_size_in_bytes: i64Implementations§
source§impl PJRT_Executable_GetCompiledMemoryStats_Args
impl PJRT_Executable_GetCompiledMemoryStats_Args
pub const STRUCT_SIZE: usize = 92usize
pub fn new() -> Self
Trait Implementations§
source§impl Clone for PJRT_Executable_GetCompiledMemoryStats_Args
impl Clone for PJRT_Executable_GetCompiledMemoryStats_Args
source§fn clone(&self) -> PJRT_Executable_GetCompiledMemoryStats_Args
fn clone(&self) -> PJRT_Executable_GetCompiledMemoryStats_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_Executable_GetCompiledMemoryStats_Args
Auto Trait Implementations§
impl Freeze for PJRT_Executable_GetCompiledMemoryStats_Args
impl RefUnwindSafe for PJRT_Executable_GetCompiledMemoryStats_Args
impl !Send for PJRT_Executable_GetCompiledMemoryStats_Args
impl !Sync for PJRT_Executable_GetCompiledMemoryStats_Args
impl Unpin for PJRT_Executable_GetCompiledMemoryStats_Args
impl UnwindSafe for PJRT_Executable_GetCompiledMemoryStats_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)