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