Struct tensorflow::eager::raw_ops::SplitDedupData
source · pub struct SplitDedupData { /* private fields */ }
Expand description
SplitDedupData
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SplitDedupData
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 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>>(
&self,
ctx: &'a Context,
input: &T0
) -> Result<[TensorHandle<'a>; 2]>
pub fn call<'a, T0: ToTensorHandle<'a>>( &self, ctx: &'a Context, input: &T0 ) -> Result<[TensorHandle<'a>; 2]>
Execute split_dedup_data.
Trait Implementations§
source§impl Clone for SplitDedupData
impl Clone for SplitDedupData
source§fn clone(&self) -> SplitDedupData
fn clone(&self) -> SplitDedupData
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 SplitDedupData
impl Debug for SplitDedupData
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