Struct tensorflow::eager::raw_ops::ReciprocalGrad
source · pub struct ReciprocalGrad { /* private fields */ }
Expand description
ReciprocalGrad
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ReciprocalGrad
Implementations§
source§impl ReciprocalGrad
impl ReciprocalGrad
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,
y: &T0,
dy: &T1
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, y: &T0, dy: &T1 ) -> Result<TensorHandle<'a>>
Execute reciprocal_grad.
Trait Implementations§
source§impl Clone for ReciprocalGrad
impl Clone for ReciprocalGrad
source§fn clone(&self) -> ReciprocalGrad
fn clone(&self) -> ReciprocalGrad
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 ReciprocalGrad
impl Debug for ReciprocalGrad
Auto Trait Implementations§
impl RefUnwindSafe for ReciprocalGrad
impl Send for ReciprocalGrad
impl Sync for ReciprocalGrad
impl Unpin for ReciprocalGrad
impl UnwindSafe for ReciprocalGrad
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