pub struct TensorPayloadValidityRule;Expand description
Validate dense tensor dimensions, storage-field selection, payload size, segment bounds, and external-data constraints.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TensorPayloadValidityRule
impl RefUnwindSafe for TensorPayloadValidityRule
impl Send for TensorPayloadValidityRule
impl Sync for TensorPayloadValidityRule
impl Unpin for TensorPayloadValidityRule
impl UnsafeUnpin for TensorPayloadValidityRule
impl UnwindSafe for TensorPayloadValidityRule
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