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