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