Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torchgen/api/types/
H A Dsignatures.py372 def from_func( member in FunctionalizationLambda
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/decode/
H A Dmod.rs156 pub fn from_func<F>(size: usize, fill_func: F) -> Self in from_func() method