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