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