Trait nuts_rs::CpuLogpFuncMaker
source · pub trait CpuLogpFuncMaker: Send + Sync {
type Func: CpuLogpFunc;
fn make_logp_func(&self) -> Result<Self::Func, Box<dyn Error + Send + Sync>>;
fn dim(&self) -> usize;
}
pub trait CpuLogpFuncMaker: Send + Sync {
type Func: CpuLogpFunc;
fn make_logp_func(&self) -> Result<Self::Func, Box<dyn Error + Send + Sync>>;
fn dim(&self) -> usize;
}