Struct tensorflow::ops::AllInst
source · pub struct AllInst {
pub op: Operation,
}
Expand description
An instance of ‘All’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built All Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AllInst
impl Send for AllInst
impl Sync for AllInst
impl Unpin for AllInst
impl UnwindSafe for AllInst
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