pub struct VariableOp { /* private fields */ }Expand description
Mirrors the MPSGraph framework counterpart for this type.
Implementations§
Source§impl VariableOp
impl VariableOp
Source§impl VariableOp
impl VariableOp
Sourcepub fn as_operation(&self) -> Operation
pub fn as_operation(&self) -> Operation
Calls the MPSGraph framework counterpart for as_operation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VariableOp
impl RefUnwindSafe for VariableOp
impl Unpin for VariableOp
impl UnsafeUnpin for VariableOp
impl UnwindSafe for VariableOp
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