Struct tensorflow::Output
source · [−]Expand description
A Output
is one end of a graph edge.
It holds an operation and an index into the outputs of that operation.
Fields
operation: Operation
Operation the edge connects to.
index: c_int
Index into either the outputs of the operation.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Output
impl Send for Output
impl Sync for Output
impl Unpin for Output
impl UnwindSafe for Output
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