Home
last modified time | relevance | path

Searched defs:python_class_name (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Djit_exception.cpp10 std::optional<std::string> python_class_name, in JITException()
H A Dinterpreter.cpp884 std::optional<std::string> python_class_name; in runTemplate() local