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