Home
last modified time | relevance | path

Searched refs:compute_meta_function_declaration (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/
H A Dgen.py792 def compute_meta_function_declaration(g: NativeFunctionsGroup) -> str | None: function
1739 mapMaybe(compute_meta_function_declaration, structured_native_functions)
1920 compute_meta_function_declaration, structured_functions
2316 "meta_declaration": compute_meta_function_declaration(g),
2341 "meta_declaration": compute_meta_function_declaration(g),
/aosp_15_r20/external/pytorch/tools/test/
H A Dtest_codegen_model.py49 gen.compute_meta_function_declaration(g)