Struct tensorflow::Input
source · [−]Expand description
A Input is one end of a graph edge.
It holds an operation and an index into the inputs of that operation.
Fields
operation: &'a OperationOperation the edge connects to.
index: c_intIndex into either the inputs of the operation.
Trait Implementations
impl<'a> Copy for Input<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Input<'a>
impl<'a> Send for Input<'a>
impl<'a> Sync for Input<'a>
impl<'a> Unpin for Input<'a>
impl<'a> UnwindSafe for Input<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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