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