Struct tensorflow::eager::raw_ops::TensorListConcat
source · pub struct TensorListConcat { /* private fields */ }
Expand description
TensorListConcat
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TensorListConcat
Implementations§
source§impl TensorListConcat
impl TensorListConcat
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 element_shape<ArgType: Into<Shape>>(self, value: ArgType) -> Self
pub fn element_shape<ArgType: Into<Shape>>(self, value: ArgType) -> Self
Sets the element_shape
attribute.
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
input_handle: &T0
) -> Result<[TensorHandle<'a>; 2]>
pub fn call<'a, T0: ToTensorHandle<'a>>( &self, ctx: &'a Context, input_handle: &T0 ) -> Result<[TensorHandle<'a>; 2]>
Execute tensor_list_concat.
Trait Implementations§
source§impl Clone for TensorListConcat
impl Clone for TensorListConcat
source§fn clone(&self) -> TensorListConcat
fn clone(&self) -> TensorListConcat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TensorListConcat
impl Debug for TensorListConcat
Auto Trait Implementations§
impl RefUnwindSafe for TensorListConcat
impl Send for TensorListConcat
impl Sync for TensorListConcat
impl Unpin for TensorListConcat
impl UnwindSafe for TensorListConcat
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