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