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