pub struct DenseToDenseSetOperation { /* private fields */ }
Expand description
Builder for the DenseToDenseSetOperation
operation.
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 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 DenseToDenseSetOperation
impl Debug for DenseToDenseSetOperation
Source§impl Default for DenseToDenseSetOperation
impl Default for DenseToDenseSetOperation
Source§fn default() -> DenseToDenseSetOperation
fn default() -> DenseToDenseSetOperation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DenseToDenseSetOperation
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