Struct tensorflow::ops::For
source · pub struct For { /* private fields */ }
Expand description
Builder for the For
operation.
Implementations§
source§impl For
impl For
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for For
impl Send for For
impl Sync for For
impl Unpin for For
impl UnwindSafe for For
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