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