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