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