Struct tensorflow::ops::MergeDedupData
source · pub struct MergeDedupData { /* private fields */ }
Expand description
Builder for the MergeDedupData
operation.
Implementations§
source§impl MergeDedupData
impl MergeDedupData
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 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 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>, O1: Into<Output>>(
&self,
integer_tensor: O0,
float_tensor: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>( &self, integer_tensor: O0, float_tensor: O1, scope: &mut Scope ) -> Result<Operation>
Builds the MergeDedupData
operation.
sourcepub fn build_instance(
&self,
integer_tensor: Output,
float_tensor: Output,
scope: &mut Scope
) -> Result<MergeDedupDataInst>
pub fn build_instance( &self, integer_tensor: Output, float_tensor: Output, scope: &mut Scope ) -> Result<MergeDedupDataInst>
Builds a new instance of ‘MergeDedupData’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for MergeDedupData
impl Debug for MergeDedupData
source§impl Default for MergeDedupData
impl Default for MergeDedupData
source§fn default() -> MergeDedupData
fn default() -> MergeDedupData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MergeDedupData
impl Send for MergeDedupData
impl Sync for MergeDedupData
impl Unpin for MergeDedupData
impl UnwindSafe for MergeDedupData
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