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