pub struct SimpleExecutor;Expand description
One-shot execution: compile the graph, fit, then forward.
Implementations§
Auto Trait Implementations§
impl Freeze for SimpleExecutor
impl RefUnwindSafe for SimpleExecutor
impl Send for SimpleExecutor
impl Sync for SimpleExecutor
impl Unpin for SimpleExecutor
impl UnsafeUnpin for SimpleExecutor
impl UnwindSafe for SimpleExecutor
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