Struct tensorflow::eager::raw_ops::ParseSequenceExampleV2
source · pub struct ParseSequenceExampleV2 { /* private fields */ }
Expand description
ParseSequenceExampleV2
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ParseSequenceExampleV2
Implementations§
source§impl ParseSequenceExampleV2
impl ParseSequenceExampleV2
sourcepub fn Ncontext_sparse<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn Ncontext_sparse<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the Ncontext_sparse
attribute.
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 context_ragged_value_types<ArgType: Into<Vec<DataType>>>(
self,
value: ArgType
) -> Self
pub fn context_ragged_value_types<ArgType: Into<Vec<DataType>>>( self, value: ArgType ) -> Self
Sets the context_ragged_value_types
attribute.
sourcepub fn context_ragged_split_types<ArgType: Into<Vec<DataType>>>(
self,
value: ArgType
) -> Self
pub fn context_ragged_split_types<ArgType: Into<Vec<DataType>>>( self, value: ArgType ) -> Self
Sets the context_ragged_split_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 Nfeature_list_sparse<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn Nfeature_list_sparse<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the Nfeature_list_sparse
attribute.
sourcepub fn Nfeature_list_dense<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn Nfeature_list_dense<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the Nfeature_list_dense
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 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_ragged_value_types<ArgType: Into<Vec<DataType>>>(
self,
value: ArgType
) -> Self
pub fn feature_list_ragged_value_types<ArgType: Into<Vec<DataType>>>( self, value: ArgType ) -> Self
Sets the feature_list_ragged_value_types
attribute.
sourcepub fn feature_list_ragged_split_types<ArgType: Into<Vec<DataType>>>(
self,
value: ArgType
) -> Self
pub fn feature_list_ragged_split_types<ArgType: Into<Vec<DataType>>>( self, value: ArgType ) -> Self
Sets the feature_list_ragged_split_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>, T8: ToTensorHandle<'a>, T9: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
serialized: &T0,
debug_name: &T1,
context_sparse_keys: &T2,
context_dense_keys: &T3,
context_ragged_keys: &T4,
feature_list_sparse_keys: &T5,
feature_list_dense_keys: &T6,
feature_list_ragged_keys: &T7,
feature_list_dense_missing_assumed_empty: &T8,
context_dense_defaults: &T9
) -> Result<[TensorHandle<'a>; 14]>
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>, T8: ToTensorHandle<'a>, T9: ToTensorHandle<'a>>( &self, ctx: &'a Context, serialized: &T0, debug_name: &T1, context_sparse_keys: &T2, context_dense_keys: &T3, context_ragged_keys: &T4, feature_list_sparse_keys: &T5, feature_list_dense_keys: &T6, feature_list_ragged_keys: &T7, feature_list_dense_missing_assumed_empty: &T8, context_dense_defaults: &T9 ) -> Result<[TensorHandle<'a>; 14]>
Execute parse_sequence_example_v2.
Trait Implementations§
source§impl Clone for ParseSequenceExampleV2
impl Clone for ParseSequenceExampleV2
source§fn clone(&self) -> ParseSequenceExampleV2
fn clone(&self) -> ParseSequenceExampleV2
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 ParseSequenceExampleV2
impl Debug for ParseSequenceExampleV2
Auto Trait Implementations§
impl RefUnwindSafe for ParseSequenceExampleV2
impl Send for ParseSequenceExampleV2
impl Sync for ParseSequenceExampleV2
impl Unpin for ParseSequenceExampleV2
impl UnwindSafe for ParseSequenceExampleV2
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