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