pub struct ParseSequenceExample { /* private fields */ }
Expand description
Builder for the ParseSequenceExample
operation.
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 Tcontext_dense<ArgType: Into<Vec<DataType>>>(
self,
value: ArgType,
) -> Self
pub fn Tcontext_dense<ArgType: Into<Vec<DataType>>>( self, value: ArgType, ) -> Self
Sets the Tcontext_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 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 add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for ParseSequenceExample
impl Debug for ParseSequenceExample
Source§impl Default for ParseSequenceExample
impl Default for ParseSequenceExample
Source§fn default() -> ParseSequenceExample
fn default() -> ParseSequenceExample
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParseSequenceExample
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