Home
last modified time | relevance | path

Searched defs:fast_path (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/serde_json/src/lexical/
Dalgorithm.rs18 pub(crate) fn fast_path<F>(mantissa: u64, exponent: i32) -> Option<F> in fast_path() function
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc806 const bool fast_path = base_output_index <= output_last_vector_index; in ComputeBackpropFilter() local