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