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