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