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