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