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