Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DOperatorEntry.h282 struct CppSignatureWithDebug { struct
287 std::optional<CppSignatureWithDebug> cpp_signature_; argument
288 std::optional<CppSignatureWithDebug> sym_cpp_signature_;
296 …id reportSignatureError(const CppSignature& call_signature, const CppSignatureWithDebug& saved_sig…
H A DOperatorEntry.cpp134 local_cpp_signature = CppSignatureWithDebug { *cpp_signature, debug, dispatch_key }; in registerKernel()
502 …y::reportSignatureError(const CppSignature& call_signature, const CppSignatureWithDebug& saved_sig… in registerKernel()