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