Struct tensorflow::ops::SerializeIteratorInst
source · pub struct SerializeIteratorInst {
pub op: Operation,
}
Expand description
An instance of ‘SerializeIterator’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built SerializeIterator Operation in a Tensorflow graph.
Implementations§
source§impl SerializeIteratorInst
impl SerializeIteratorInst
sourcepub fn serialized(&self) -> Output
pub fn serialized(&self) -> Output
Returns the ‘serialized’ Output of this ‘SerializeIterator’ operation.
sourcepub fn resource_handle(&self) -> Input<'_>
pub fn resource_handle(&self) -> Input<'_>
Returns the ‘resource_handle’ Input of this ‘SerializeIterator’ operation.
Trait Implementations§
source§impl Clone for SerializeIteratorInst
impl Clone for SerializeIteratorInst
source§fn clone(&self) -> SerializeIteratorInst
fn clone(&self) -> SerializeIteratorInst
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 SerializeIteratorInst
impl Debug for SerializeIteratorInst
source§impl From<SerializeIteratorInst> for Operation
impl From<SerializeIteratorInst> for Operation
source§fn from(inst: SerializeIteratorInst) -> Operation
fn from(inst: SerializeIteratorInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SerializeIteratorInst
impl Send for SerializeIteratorInst
impl Sync for SerializeIteratorInst
impl Unpin for SerializeIteratorInst
impl UnwindSafe for SerializeIteratorInst
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