pub struct RiscReduce { /* private fields */ }
Expand description
Builder for the RiscReduce
operation.
Implementations§
Source§impl RiscReduce
impl RiscReduce
Sourcepub fn reduce_type<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn reduce_type<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the reduce_type
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 RiscReduce
impl Debug for RiscReduce
Source§impl Default for RiscReduce
impl Default for RiscReduce
Source§fn default() -> RiscReduce
fn default() -> RiscReduce
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RiscReduce
impl RefUnwindSafe for RiscReduce
impl Send for RiscReduce
impl Sync for RiscReduce
impl Unpin for RiscReduce
impl UnwindSafe for RiscReduce
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