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