Struct tensorflow::ops::SplitDedupData
source · pub struct SplitDedupData { /* private fields */ }
Expand description
Builder for the SplitDedupData
operation.
Implementations§
source§impl SplitDedupData
impl SplitDedupData
sourcepub fn integer_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn integer_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the integer_type
attribute.
sourcepub fn float_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn float_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the float_type
attribute.
sourcepub fn tuple_mask<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn tuple_mask<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the tuple_mask
attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
input: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, input: O0, scope: &mut Scope ) -> Result<Operation>
Builds the SplitDedupData
operation.
sourcepub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<SplitDedupDataInst>
pub fn build_instance( &self, input: Output, scope: &mut Scope ) -> Result<SplitDedupDataInst>
Builds a new instance of ‘SplitDedupData’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for SplitDedupData
impl Debug for SplitDedupData
source§impl Default for SplitDedupData
impl Default for SplitDedupData
source§fn default() -> SplitDedupData
fn default() -> SplitDedupData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SplitDedupData
impl Send for SplitDedupData
impl Sync for SplitDedupData
impl Unpin for SplitDedupData
impl UnwindSafe for SplitDedupData
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