pub type dv_compiler_statistics_t = dv_compiler_statistics;Aliased Type§
#[repr(C)]pub struct dv_compiler_statistics_t {
pub config_name: *mut u8,
pub cycles: f32,
pub ips: f32,
pub ddr_bandwidth: f32,
}Fields§
§config_name: *mut u8< 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