Struct tensorflow::ops::IdentityReaderV2
source · pub struct IdentityReaderV2 { /* private fields */ }
Expand description
Builder for the IdentityReaderV2
operation.
Implementations§
source§impl IdentityReaderV2
impl IdentityReaderV2
sourcepub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn container<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the container
attribute.
Sets the shared_name
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(&self, scope: &mut Scope) -> Result<Operation>
pub fn build(&self, scope: &mut Scope) -> Result<Operation>
Builds the IdentityReaderV2
operation.
sourcepub fn build_instance(&self, scope: &mut Scope) -> Result<IdentityReaderV2Inst>
pub fn build_instance(&self, scope: &mut Scope) -> Result<IdentityReaderV2Inst>
Builds a new instance of ‘IdentityReaderV2’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for IdentityReaderV2
impl Debug for IdentityReaderV2
source§impl Default for IdentityReaderV2
impl Default for IdentityReaderV2
source§fn default() -> IdentityReaderV2
fn default() -> IdentityReaderV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for IdentityReaderV2
impl Send for IdentityReaderV2
impl Sync for IdentityReaderV2
impl Unpin for IdentityReaderV2
impl UnwindSafe for IdentityReaderV2
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