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