Struct tensorflow::ops::EmptyInst
source · [−]pub struct EmptyInst {
pub op: Operation,
}Expand description
An instance of ‘Empty’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: OperationAn instance of a fully built Empty Operation in a Tensorflow graph.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EmptyInst
impl Send for EmptyInst
impl Sync for EmptyInst
impl Unpin for EmptyInst
impl UnwindSafe for EmptyInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more