Searched defs:fast_path (Results 1 – 2 of 2) sorted by relevance
18 pub(crate) fn fast_path<F>(mantissa: u64, exponent: i32) -> Option<F> in fast_path() function
806 const bool fast_path = base_output_index <= output_last_vector_index; in ComputeBackpropFilter() local