#[repr(C)]pub struct dv_compiler_statistics {
pub config_name: *mut c_char,
pub cycles: f32,
pub ips: f32,
pub ddr_bandwidth: f32,
}Fields§
§config_name: *mut c_char< DV1 config name, governed on ep system core clock
cycles: f32< total cycles estimated by compiler
ips: f32< inference per seconds estimated by compiler
ddr_bandwidth: f32< ep dram estimated by compiler
Trait Implementations§
Source§impl Clone for dv_compiler_statistics
impl Clone for dv_compiler_statistics
Source§fn clone(&self) -> dv_compiler_statistics
fn clone(&self) -> dv_compiler_statistics
Returns a duplicate 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 moreSource§impl Debug for dv_compiler_statistics
impl Debug for dv_compiler_statistics
impl Copy for dv_compiler_statistics
Auto Trait Implementations§
impl Freeze for dv_compiler_statistics
impl RefUnwindSafe for dv_compiler_statistics
impl !Send for dv_compiler_statistics
impl !Sync for dv_compiler_statistics
impl Unpin for dv_compiler_statistics
impl UnsafeUnpin for dv_compiler_statistics
impl UnwindSafe for dv_compiler_statistics
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