pub struct EpistemicGpuWorkspaceCapacities {
pub max_candidates: usize,
pub max_worlds: usize,
pub max_models_per_reduction: usize,
}Expand description
Capacity limits for an epistemic GPU workspace allocation.
Fields§
§max_candidates: usizeMaximum generated epistemic candidates.
max_worlds: usizeMaximum worlds tracked per candidate.
max_models_per_reduction: usizeMaximum reduced-program models tracked per reduction.
Trait Implementations§
Source§impl Clone for EpistemicGpuWorkspaceCapacities
impl Clone for EpistemicGpuWorkspaceCapacities
Source§fn clone(&self) -> EpistemicGpuWorkspaceCapacities
fn clone(&self) -> EpistemicGpuWorkspaceCapacities
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for EpistemicGpuWorkspaceCapacities
impl PartialEq for EpistemicGpuWorkspaceCapacities
Source§fn eq(&self, other: &EpistemicGpuWorkspaceCapacities) -> bool
fn eq(&self, other: &EpistemicGpuWorkspaceCapacities) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EpistemicGpuWorkspaceCapacities
impl Eq for EpistemicGpuWorkspaceCapacities
impl StructuralPartialEq for EpistemicGpuWorkspaceCapacities
Auto Trait Implementations§
impl Freeze for EpistemicGpuWorkspaceCapacities
impl RefUnwindSafe for EpistemicGpuWorkspaceCapacities
impl Send for EpistemicGpuWorkspaceCapacities
impl Sync for EpistemicGpuWorkspaceCapacities
impl Unpin for EpistemicGpuWorkspaceCapacities
impl UnsafeUnpin for EpistemicGpuWorkspaceCapacities
impl UnwindSafe for EpistemicGpuWorkspaceCapacities
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more