Struct tensorflow::eager::raw_ops::DenseToDenseSetOperation
source · pub struct DenseToDenseSetOperation { /* private fields */ }
Expand description
DenseToDenseSetOperation
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/DenseToDenseSetOperation
Implementations§
source§impl DenseToDenseSetOperation
impl DenseToDenseSetOperation
sourcepub fn set_operation<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn set_operation<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the set_operation
attribute.
sourcepub fn validate_indices<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn validate_indices<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the validate_indices
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>>(
&self,
ctx: &'a Context,
set1: &T0,
set2: &T1
) -> Result<[TensorHandle<'a>; 3]>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, set1: &T0, set2: &T1 ) -> Result<[TensorHandle<'a>; 3]>
Execute dense_to_dense_set_operation.
Trait Implementations§
source§impl Clone for DenseToDenseSetOperation
impl Clone for DenseToDenseSetOperation
source§fn clone(&self) -> DenseToDenseSetOperation
fn clone(&self) -> DenseToDenseSetOperation
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 DenseToDenseSetOperation
impl Debug for DenseToDenseSetOperation
Auto Trait Implementations§
impl RefUnwindSafe for DenseToDenseSetOperation
impl Send for DenseToDenseSetOperation
impl Sync for DenseToDenseSetOperation
impl Unpin for DenseToDenseSetOperation
impl UnwindSafe for DenseToDenseSetOperation
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