pub struct PrimitiveGraph<'a, Op: GraphOperation> { /* private fields */ }Expand description
Borrowed primitive computation graph passed to downstream executors.
Implementations§
Source§impl<'a, Op: GraphOperation> PrimitiveGraph<'a, Op>
impl<'a, Op: GraphOperation> PrimitiveGraph<'a, Op>
Auto Trait Implementations§
impl<'a, Op> Freeze for PrimitiveGraph<'a, Op>
impl<'a, Op> RefUnwindSafe for PrimitiveGraph<'a, Op>where
Op: RefUnwindSafe,
<Op as GraphOperation>::InputKey: RefUnwindSafe,
impl<'a, Op> Send for PrimitiveGraph<'a, Op>
impl<'a, Op> Sync for PrimitiveGraph<'a, Op>
impl<'a, Op> Unpin for PrimitiveGraph<'a, Op>
impl<'a, Op> UnsafeUnpin for PrimitiveGraph<'a, Op>
impl<'a, Op> UnwindSafe for PrimitiveGraph<'a, Op>where
Op: RefUnwindSafe,
<Op as GraphOperation>::InputKey: RefUnwindSafe,
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