Struct tensorflow::ops::TensorArraySplitV3
source · [−]pub struct TensorArraySplitV3 { /* private fields */ }
Expand description
Builder for the TensorArraySplitV3
operation.
Implementations
sourceimpl TensorArraySplitV3
impl TensorArraySplitV3
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 TensorArraySplitV3
operation.
sourcepub fn build_instance(
&self,
handle: Output,
value: Output,
lengths: Output,
flow_in: Output,
scope: &mut Scope
) -> Result<TensorArraySplitV3Inst>
pub fn build_instance(
&self,
handle: Output,
value: Output,
lengths: Output,
flow_in: Output,
scope: &mut Scope
) -> Result<TensorArraySplitV3Inst>
Builds a new instance of ‘TensorArraySplitV3’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Debug for TensorArraySplitV3
impl Debug for TensorArraySplitV3
sourceimpl Default for TensorArraySplitV3
impl Default for TensorArraySplitV3
sourcefn default() -> TensorArraySplitV3
fn default() -> TensorArraySplitV3
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TensorArraySplitV3
impl Send for TensorArraySplitV3
impl Sync for TensorArraySplitV3
impl Unpin for TensorArraySplitV3
impl UnwindSafe for TensorArraySplitV3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more