Struct tensorflow::eager::raw_ops::UnicodeDecodeWithOffsets
source · pub struct UnicodeDecodeWithOffsets { /* private fields */ }
Expand description
UnicodeDecodeWithOffsets
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/UnicodeDecodeWithOffsets
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 target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
input: &T0
) -> Result<[TensorHandle<'a>; 3]>
pub fn call<'a, T0: ToTensorHandle<'a>>( &self, ctx: &'a Context, input: &T0 ) -> Result<[TensorHandle<'a>; 3]>
Execute unicode_decode_with_offsets.
Trait Implementations§
source§impl Clone for UnicodeDecodeWithOffsets
impl Clone for UnicodeDecodeWithOffsets
source§fn clone(&self) -> UnicodeDecodeWithOffsets
fn clone(&self) -> UnicodeDecodeWithOffsets
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UnicodeDecodeWithOffsets
impl Debug for UnicodeDecodeWithOffsets
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