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