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