Home
last modified time | relevance | path

Searched defs:CppSignature (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/dest/
H A Dregister_dispatch_key.py448 def generate_defn(cpp_sig: CppSignature) -> str:
801 def generate_defn(cpp_sig: CppSignature) -> str:
/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DCppSignature.h56 explicit CppSignature(std::type_index signature): signature_(std::move(signature)) {} in CppSignature() function
/aosp_15_r20/external/pytorch/torchgen/api/types/
H A Dsignatures.py20 class CppSignature: class
/aosp_15_r20/external/pytorch/torchgen/
H A Dgen.py383 cpp_sig: CppSignature,