Home
last modified time | relevance | path

Searched refs:CppWrapperCodeGenError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dexc.py76 class CppWrapperCodeGenError(RuntimeError): class
H A Dgraph.py60 CppWrapperCodeGenError,
1497 raise CppWrapperCodeGenError("C++ codegen is disabled")
1500 raise CppWrapperCodeGenError(f"Unsupported platform {sys.platform}")
1512 raise CppWrapperCodeGenError(f"Unsupported input dtype {dtype}")
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_aot_inductor.py20 from torch._inductor.exc import CppWrapperCodeGenError
1743 CppWrapperCodeGenError, "Unsupported input dtype torch.float32"