pub struct TensorListGather { /* private fields */ }
Expand description
Builder for the TensorListGather
operation.
Implementations§
Source§impl TensorListGather
impl TensorListGather
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.
Trait Implementations§
Source§impl Debug for TensorListGather
impl Debug for TensorListGather
Source§impl Default for TensorListGather
impl Default for TensorListGather
Source§fn default() -> TensorListGather
fn default() -> TensorListGather
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TensorListGather
impl RefUnwindSafe for TensorListGather
impl Send for TensorListGather
impl Sync for TensorListGather
impl Unpin for TensorListGather
impl UnwindSafe for TensorListGather
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