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