Struct tensorflow::eager::raw_ops::SdcaShrinkL1
source · pub struct SdcaShrinkL1 { /* private fields */ }
Expand description
SdcaShrinkL1
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SdcaShrinkL1
Implementations§
source§impl SdcaShrinkL1
impl SdcaShrinkL1
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.
Trait Implementations§
source§impl Clone for SdcaShrinkL1
impl Clone for SdcaShrinkL1
source§fn clone(&self) -> SdcaShrinkL1
fn clone(&self) -> SdcaShrinkL1
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 SdcaShrinkL1
impl Debug for SdcaShrinkL1
Auto Trait Implementations§
impl RefUnwindSafe for SdcaShrinkL1
impl Send for SdcaShrinkL1
impl Sync for SdcaShrinkL1
impl Unpin for SdcaShrinkL1
impl UnwindSafe for SdcaShrinkL1
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