[][src]Struct cldnn_sys::cldnn_engine_configuration

#[repr(C)]
pub struct cldnn_engine_configuration { pub enable_profiling: u32, pub meaningful_kernels_names: u32, pub dump_custom_program: u32, pub compiler_options: *const c_char, pub single_kernel_name: *const c_char, pub enable_parallelisation: u32, pub engine_log: *const c_char, pub sources_dumps_dir: *const c_char, pub priority_mode: i16, pub throttle_mode: i16, pub enable_memory_pool: u32, pub context: *mut c_void, pub tuning_cache_path: *const c_char, }

Fields

enable_profiling: u32meaningful_kernels_names: u32dump_custom_program: u32compiler_options: *const c_charsingle_kernel_name: *const c_charenable_parallelisation: u32engine_log: *const c_charsources_dumps_dir: *const c_charpriority_mode: i16throttle_mode: i16enable_memory_pool: u32context: *mut c_voidtuning_cache_path: *const c_char

Trait Implementations

impl Copy for cldnn_engine_configuration[src]

impl Clone for cldnn_engine_configuration[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for cldnn_engine_configuration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.