pub struct PD_ConfigSwitchIrDebug;Expand description
\brief Control whether to debug IR graph analysis phase. This will generate DOT files for visualizing the computation graph after each analysis pass applied.
\param[in] pd_onfig config \param[in] x whether to debug IR graph analysis phase.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PD_ConfigSwitchIrDebug
impl RefUnwindSafe for PD_ConfigSwitchIrDebug
impl Send for PD_ConfigSwitchIrDebug
impl Sync for PD_ConfigSwitchIrDebug
impl Unpin for PD_ConfigSwitchIrDebug
impl UnwindSafe for PD_ConfigSwitchIrDebug
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