Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_exception.cpp23 std::string pythonCode = R"PY( in TEST() local
27 auto cu_ptr = torch::jit::compile(pythonCode); in TEST()
119 std::string pythonCode = R"PY( in TEST() local
125 std::make_shared<torch::jit::Source>(pythonCode, "<string>", 1)); in TEST()