pub struct BudgetInferenceParameters {
pub inference_quality: ShortFloat,
pub complexity: usize,
}Fields§
§inference_quality: ShortFloat- 🚩目前只用于「预算推理」的被除数(除以复杂度)上
complexity: usizeAuto Trait Implementations§
impl Freeze for BudgetInferenceParameters
impl RefUnwindSafe for BudgetInferenceParameters
impl Send for BudgetInferenceParameters
impl Sync for BudgetInferenceParameters
impl Unpin for BudgetInferenceParameters
impl UnsafeUnpin for BudgetInferenceParameters
impl UnwindSafe for BudgetInferenceParameters
Blanket Implementations§
Source§impl<T> BoostWithOption for T
impl<T> BoostWithOption for T
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> JoinTo for T
impl<T> JoinTo for T
Source§fn join_to<S>(self, out: &mut String, sep: impl AsRef<str>)
fn join_to<S>(self, out: &mut String, sep: impl AsRef<str>)
将字串集中拼接到一个「目标字串」中,中途不创建任何辅助字符串 Read more
Source§impl<T> JoinTo for T
impl<T> JoinTo for T
Source§fn join_to<S>(self, out: &mut String, sep: impl AsRef<str>)
fn join_to<S>(self, out: &mut String, sep: impl AsRef<str>)
将字串集中拼接到一个「目标字串」中,中途不创建任何辅助字符串 Read more