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