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