Home
last modified time | relevance | path

Searched defs:DispatcherSignature (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_functionalization_type.py216 sig: DispatcherSignature, *, is_view_op: bool
255 def convert_to_meta_tensors(sig: DispatcherSignature) -> tuple[str, list[Binding]]:
325 def emit_has_symbolic_inputs(sig: DispatcherSignature) -> tuple[str, str]:
H A Dgen.py382 sig: CppSignature | DispatcherSignature,
417 sig: CppSignature | DispatcherSignature,
435 sig: CppSignature | DispatcherSignature,
464 sig: CppSignature | DispatcherSignature,
H A Dgen_vmap_plumbing.py82 outer_sig: DispatcherSignature, schema: FunctionSchema, cur_level_var: str
H A Dgen_aoti_c_shim.py290 sig: CppSignature | DispatcherSignature,
/aosp_15_r20/external/pytorch/torchgen/api/types/
H A Dsignatures.py193 class DispatcherSignature: class
/aosp_15_r20/external/pytorch/torchgen/dest/
H A Dlazy_ir.py152 def convert_to_meta_tensors(sig: DispatcherSignature) -> tuple[str, list[Binding]]: