Struct tensorflow::eager::raw_ops::RiscReverse
source · pub struct RiscReverse { /* private fields */ }
Expand description
RiscReverse
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/RiscReverse
Implementations§
source§impl RiscReverse
impl RiscReverse
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
tensor: &T0,
axis: &T1
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, tensor: &T0, axis: &T1 ) -> Result<TensorHandle<'a>>
Execute risc_reverse.
Trait Implementations§
source§impl Clone for RiscReverse
impl Clone for RiscReverse
source§fn clone(&self) -> RiscReverse
fn clone(&self) -> RiscReverse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RiscReverse
impl Debug for RiscReverse
Auto Trait Implementations§
impl RefUnwindSafe for RiscReverse
impl Send for RiscReverse
impl Sync for RiscReverse
impl Unpin for RiscReverse
impl UnwindSafe for RiscReverse
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