Struct tensorflow::ops::ReaderSerializeStateV2Inst
source · pub struct ReaderSerializeStateV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘ReaderSerializeStateV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ReaderSerializeStateV2 Operation in a Tensorflow graph.
Implementations§
Trait Implementations§
source§impl Clone for ReaderSerializeStateV2Inst
impl Clone for ReaderSerializeStateV2Inst
source§fn clone(&self) -> ReaderSerializeStateV2Inst
fn clone(&self) -> ReaderSerializeStateV2Inst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ReaderSerializeStateV2Inst
impl Debug for ReaderSerializeStateV2Inst
source§impl From<ReaderSerializeStateV2Inst> for Operation
impl From<ReaderSerializeStateV2Inst> for Operation
source§fn from(inst: ReaderSerializeStateV2Inst) -> Operation
fn from(inst: ReaderSerializeStateV2Inst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ReaderSerializeStateV2Inst
impl Send for ReaderSerializeStateV2Inst
impl Sync for ReaderSerializeStateV2Inst
impl Unpin for ReaderSerializeStateV2Inst
impl UnwindSafe for ReaderSerializeStateV2Inst
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