pub struct DuplicateValueNameRule;Expand description
No two distinct values may carry the same (non-empty) name — ONNX graphs are
SSA, so a name identifies a unique edge (ONNX_RS §8.2 UniqueValueNamesRule).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DuplicateValueNameRule
impl RefUnwindSafe for DuplicateValueNameRule
impl Send for DuplicateValueNameRule
impl Sync for DuplicateValueNameRule
impl Unpin for DuplicateValueNameRule
impl UnsafeUnpin for DuplicateValueNameRule
impl UnwindSafe for DuplicateValueNameRule
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