pub struct PD_ConfigEnableMkldnnQuantizer;Expand description
\brief Turn on MKLDNN quantization.
\param[in] pd_onfig config
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PD_ConfigEnableMkldnnQuantizer
impl RefUnwindSafe for PD_ConfigEnableMkldnnQuantizer
impl Send for PD_ConfigEnableMkldnnQuantizer
impl Sync for PD_ConfigEnableMkldnnQuantizer
impl Unpin for PD_ConfigEnableMkldnnQuantizer
impl UnwindSafe for PD_ConfigEnableMkldnnQuantizer
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