Struct tensorflow::ops::RefExit
source · pub struct RefExit { /* private fields */ }
Expand description
Builder for the RefExit
operation.
Implementations§
source§impl RefExit
impl RefExit
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>>(
&self,
data: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, data: O0, scope: &mut Scope ) -> Result<Operation>
Builds the RefExit
operation.
sourcepub fn build_instance(
&self,
data: Output,
scope: &mut Scope
) -> Result<RefExitInst>
pub fn build_instance( &self, data: Output, scope: &mut Scope ) -> Result<RefExitInst>
Builds a new instance of ‘RefExit’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RefExit
impl Send for RefExit
impl Sync for RefExit
impl Unpin for RefExit
impl UnwindSafe for RefExit
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