Struct tensorflow::expr::Compiler
source · pub struct Compiler<'l> { /* private fields */ }
Expand description
A Compiler
compiles Expr
s to Operation
s.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'l> !RefUnwindSafe for Compiler<'l>
impl<'l> !Send for Compiler<'l>
impl<'l> !Sync for Compiler<'l>
impl<'l> Unpin for Compiler<'l>
impl<'l> !UnwindSafe for Compiler<'l>
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