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