Struct tensorflow::eager::raw_ops::ParseSingleSequenceExample
source · pub struct ParseSingleSequenceExample { /* private fields */ }
Expand description
ParseSingleSequenceExample
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ParseSingleSequenceExample
Implementations§
source§impl ParseSingleSequenceExample
impl ParseSingleSequenceExample
sourcepub fn context_sparse_types<ArgType: Into<Vec<DataType>>>(
self,
value: ArgType
) -> Self
pub fn context_sparse_types<ArgType: Into<Vec<DataType>>>( self, value: ArgType ) -> Self
Sets the context_sparse_types
attribute.
sourcepub fn feature_list_dense_types<ArgType: Into<Vec<DataType>>>(
self,
value: ArgType
) -> Self
pub fn feature_list_dense_types<ArgType: Into<Vec<DataType>>>( self, value: ArgType ) -> Self
Sets the feature_list_dense_types
attribute.
sourcepub fn context_dense_shapes<ArgType: Into<Vec<Shape>>>(
self,
value: ArgType
) -> Self
pub fn context_dense_shapes<ArgType: Into<Vec<Shape>>>( self, value: ArgType ) -> Self
Sets the context_dense_shapes
attribute.
sourcepub fn feature_list_sparse_types<ArgType: Into<Vec<DataType>>>(
self,
value: ArgType
) -> Self
pub fn feature_list_sparse_types<ArgType: Into<Vec<DataType>>>( self, value: ArgType ) -> Self
Sets the feature_list_sparse_types
attribute.
sourcepub fn feature_list_dense_shapes<ArgType: Into<Vec<Shape>>>(
self,
value: ArgType
) -> Self
pub fn feature_list_dense_shapes<ArgType: Into<Vec<Shape>>>( self, value: ArgType ) -> Self
Sets the feature_list_dense_shapes
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>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>, T6: ToTensorHandle<'a>, T7: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
serialized: &T0,
feature_list_dense_missing_assumed_empty: &T1,
context_sparse_keys: &[&T2],
context_dense_keys: &[&T3],
feature_list_sparse_keys: &[&T4],
feature_list_dense_keys: &[&T5],
context_dense_defaults: &T6,
debug_name: &T7
) -> Result<[TensorHandle<'a>; 8]>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>, T6: ToTensorHandle<'a>, T7: ToTensorHandle<'a>>( &self, ctx: &'a Context, serialized: &T0, feature_list_dense_missing_assumed_empty: &T1, context_sparse_keys: &[&T2], context_dense_keys: &[&T3], feature_list_sparse_keys: &[&T4], feature_list_dense_keys: &[&T5], context_dense_defaults: &T6, debug_name: &T7 ) -> Result<[TensorHandle<'a>; 8]>
Execute parse_single_sequence_example.
Trait Implementations§
source§impl Clone for ParseSingleSequenceExample
impl Clone for ParseSingleSequenceExample
source§fn clone(&self) -> ParseSingleSequenceExample
fn clone(&self) -> ParseSingleSequenceExample
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 ParseSingleSequenceExample
impl Debug for ParseSingleSequenceExample
Auto Trait Implementations§
impl RefUnwindSafe for ParseSingleSequenceExample
impl Send for ParseSingleSequenceExample
impl Sync for ParseSingleSequenceExample
impl Unpin for ParseSingleSequenceExample
impl UnwindSafe for ParseSingleSequenceExample
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