pub struct JitKey {
pub graph_hash: u64,
pub specialization: Option<SpecializationContext>,
}Expand description
Key for identifying graphs and their specializations.
Fields§
§graph_hash: u64Hash of the graph structure
specialization: Option<SpecializationContext>Specialization context (shapes, if enabled)
Trait Implementations§
impl Eq for JitKey
impl StructuralPartialEq for JitKey
Auto Trait Implementations§
impl Freeze for JitKey
impl RefUnwindSafe for JitKey
impl Send for JitKey
impl Sync for JitKey
impl Unpin for JitKey
impl UnwindSafe for JitKey
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