Function tensorflow::ops::control_trigger
source · pub fn control_trigger(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for ControlTrigger::new().build(scope)
.
pub fn control_trigger(scope: &mut Scope) -> Result<Operation>
Shorthand for ControlTrigger::new().build(scope)
.