Struct rust_bert::models::fnet::FNetModelResources
source · pub struct FNetModelResources;
Expand description
Implementations§
source§impl FNetModelResources
impl FNetModelResources
sourcepub const BASE: (&'static str, &'static str) = _
pub const BASE: (&'static str, &'static str) = _
Shared under Apache 2.0 license by the Google team at https://github.com/google-research/google-research/tree/master/f_net. Modified with conversion to C-array format.
sourcepub const BASE_SST2: (&'static str, &'static str) = _
pub const BASE_SST2: (&'static str, &'static str) = _
Shared under Apache 2.0 license at https://huggingface.co/gchhablani/fnet-base-finetuned-sst2. Modified with conversion to C-array format.
Auto Trait Implementations§
impl RefUnwindSafe for FNetModelResources
impl Send for FNetModelResources
impl Sync for FNetModelResources
impl Unpin for FNetModelResources
impl UnwindSafe for FNetModelResources
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