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