pub struct TypeConstraintSatisfiedRule;Expand description
Node input/output element types must satisfy and consistently bind the type variables declared by the resolved operator schema (ONNX_RS §8.2).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeConstraintSatisfiedRule
impl RefUnwindSafe for TypeConstraintSatisfiedRule
impl Send for TypeConstraintSatisfiedRule
impl Sync for TypeConstraintSatisfiedRule
impl Unpin for TypeConstraintSatisfiedRule
impl UnsafeUnpin for TypeConstraintSatisfiedRule
impl UnwindSafe for TypeConstraintSatisfiedRule
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