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