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