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