pub struct WhileBeforeResult {
pub predicate: Tensor,
pub results: Vec<Tensor>,
}Expand description
Mirrors the MPSGraph framework counterpart for WhileBeforeResult.
Fields§
§predicate: TensorMirrors the MPSGraph framework property for predicate.
results: Vec<Tensor>Mirrors the MPSGraph framework property for results.
Auto Trait Implementations§
impl Freeze for WhileBeforeResult
impl RefUnwindSafe for WhileBeforeResult
impl Send for WhileBeforeResult
impl Sync for WhileBeforeResult
impl Unpin for WhileBeforeResult
impl UnsafeUnpin for WhileBeforeResult
impl UnwindSafe for WhileBeforeResult
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