Searched defs:is_fast (Results 1 – 10 of 10) sorted by relevance
148 is_fast: bool, field235 let is_fast = pre.is_fast(); in from_choice() localVariable455 pub fn is_fast(&self) -> bool { in is_fast() method497 fn is_fast(&self) -> bool; in is_fast() method518 fn is_fast(&self) -> bool { in is_fast() method
60 fn is_fast(&self) -> bool { in is_fast() method121 fn is_fast(&self) -> bool { in is_fast() method183 fn is_fast(&self) -> bool { in is_fast() method
55 fn is_fast(&self) -> bool { in is_fast() method
78 fn is_fast(&self) -> bool { in is_fast() method
125 fn is_fast(&self) -> bool { in is_fast() method
130 fn is_fast(&self) -> bool { in is_fast() method
278 pub(crate) fn is_fast(haystack: &[u8], _needle: &[u8]) -> bool { in is_fast() function
206 def is_fast(self) -> bool: member in PreTrainedTokenizerFast
2611 bool is_fast = false; in RegisterNatives() local