pub struct VarBuilder { /* private fields */ }Implementations§
source§impl VarBuilder
impl VarBuilder
pub fn from_gguf<P: AsRef<Path>>(p: P, device: &Device) -> Result<Self>
pub fn from_gguf_buffer(buffer: &[u8], device: &Device) -> Result<Self>
pub fn pp<S: ToString>(&self, s: S) -> Self
pub fn get<S: Into<Shape>>(&self, s: S, name: &str) -> Result<Arc<QTensor>>
pub fn get_no_shape(&self, name: &str) -> Result<Arc<QTensor>>
pub fn device(&self) -> &Device
pub fn contains_key(&self, key: &str) -> bool
Auto Trait Implementations§
impl !RefUnwindSafe for VarBuilder
impl Send for VarBuilder
impl Sync for VarBuilder
impl Unpin for VarBuilder
impl !UnwindSafe for VarBuilder
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