pub struct RunnerContext<B: BackendIr> { /* private fields */ }
Expand description
A runner’s context contains a handle container to manage (i.e., fetch and update) existing tensors.
Auto Trait Implementations§
impl<B> Freeze for RunnerContext<B>
impl<B> RefUnwindSafe for RunnerContext<B>
impl<B> Send for RunnerContext<B>
impl<B> Sync for RunnerContext<B>
impl<B> Unpin for RunnerContext<B>
impl<B> UnwindSafe for RunnerContext<B>
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