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