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