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