pub struct InitializerTypeMatchesDeclaredRule;Expand description
Initializer tensor element types must match their graph value declarations
(ONNX_RS §8.2 InitializerTypeMatchesDeclaredRule).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitializerTypeMatchesDeclaredRule
impl RefUnwindSafe for InitializerTypeMatchesDeclaredRule
impl Send for InitializerTypeMatchesDeclaredRule
impl Sync for InitializerTypeMatchesDeclaredRule
impl Unpin for InitializerTypeMatchesDeclaredRule
impl UnsafeUnpin for InitializerTypeMatchesDeclaredRule
impl UnwindSafe for InitializerTypeMatchesDeclaredRule
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