Struct tensorflow::ops::DebugIdentityV2
source · pub struct DebugIdentityV2 { /* private fields */ }
Expand description
Builder for the DebugIdentityV2
operation.
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 add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
input: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, input: O0, scope: &mut Scope ) -> Result<Operation>
Builds the DebugIdentityV2
operation.
sourcepub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<DebugIdentityV2Inst>
pub fn build_instance( &self, input: Output, scope: &mut Scope ) -> Result<DebugIdentityV2Inst>
Builds a new instance of ‘DebugIdentityV2’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for DebugIdentityV2
impl Debug for DebugIdentityV2
source§impl Default for DebugIdentityV2
impl Default for DebugIdentityV2
source§fn default() -> DebugIdentityV2
fn default() -> DebugIdentityV2
Returns the “default value” for a type. Read more
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