Struct tensorflow::ops::ReaderRestoreState
source · pub struct ReaderRestoreState { /* private fields */ }
Expand description
Builder for the ReaderRestoreState
operation.
Implementations§
source§impl ReaderRestoreState
impl ReaderRestoreState
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
reader_handle: O0,
state: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>( &self, reader_handle: O0, state: O1, scope: &mut Scope ) -> Result<Operation>
Builds the ReaderRestoreState
operation.
sourcepub fn build_instance(
&self,
reader_handle: Output,
state: Output,
scope: &mut Scope
) -> Result<ReaderRestoreStateInst>
pub fn build_instance( &self, reader_handle: Output, state: Output, scope: &mut Scope ) -> Result<ReaderRestoreStateInst>
Builds a new instance of ‘ReaderRestoreState’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for ReaderRestoreState
impl Debug for ReaderRestoreState
source§impl Default for ReaderRestoreState
impl Default for ReaderRestoreState
source§fn default() -> ReaderRestoreState
fn default() -> ReaderRestoreState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ReaderRestoreState
impl Send for ReaderRestoreState
impl Sync for ReaderRestoreState
impl Unpin for ReaderRestoreState
impl UnwindSafe for ReaderRestoreState
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