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