pub struct SentenceEmbeddingsDenseConfigResources;Expand description
Implementations§
source§impl SentenceEmbeddingsDenseConfigResources
impl SentenceEmbeddingsDenseConfigResources
sourcepub const DISTILUSE_BASE_MULTILINGUAL_CASED: (&'static str, &'static str) = _
pub const DISTILUSE_BASE_MULTILINGUAL_CASED: (&'static str, &'static str) = _
Shared under Apache 2.0 license at https://huggingface.co/sentence-transformers/distiluse-base-multilingual-cased. Modified with conversion to C-array format.
sourcepub const SENTENCE_T5_BASE: (&'static str, &'static str) = _
pub const SENTENCE_T5_BASE: (&'static str, &'static str) = _
Shared under Apache 2.0 license at https://huggingface.co/sentence-transformers/sentence-t5-base. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for SentenceEmbeddingsDenseConfigResources
impl Send for SentenceEmbeddingsDenseConfigResources
impl Sync for SentenceEmbeddingsDenseConfigResources
impl Unpin for SentenceEmbeddingsDenseConfigResources
impl UnwindSafe for SentenceEmbeddingsDenseConfigResources
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