Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dpython_print.h50 TORCH_API void jitModuleToPythonCodeAndConstants(
H A Dexport_module.cpp903 jitModuleToPythonCodeAndConstants(module, &jitfiles, &constants); in save_jit_module_to_bytes()
H A Dpython_print.cpp1737 void jitModuleToPythonCodeAndConstants( in jitModuleToPythonCodeAndConstants() function
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_save_load.cpp28 jitModuleToPythonCodeAndConstants(m, &files, &constants); in roundtripThroughMobile()