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