Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dtemplate_expander.py18 def ApplyTemplate(mojo_generator, path_to_template, params, **kwargs): function
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dautograd_function.py729 class ApplyTemplate(torch.autograd.Function): class