Home
last modified time | relevance | path

Searched defs:path_to_exported_script_module (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/custom_operator/
H A Dtest_custom_ops.cpp97 const std::string& path_to_exported_script_module) { in load_serialized_module_with_custom_op_and_execute()
108 const std::string& path_to_exported_script_module) { in test_argument_checking_for_serialized_modules()
142 void test_move_to_device(const std::string& path_to_exported_script_module) { in test_move_to_device()
163 void test_move_to_dtype(const std::string& path_to_exported_script_module) { in test_move_to_dtype()
185 const std::string path_to_exported_script_module = argv[1]; in main() local
/aosp_15_r20/external/pytorch/test/jit_hooks/
H A Dtest_jit_hooks.cpp11 const std::string &path_to_exported_script_module) { in test_module_forward_invocation_no_hooks_run()
31 const std::string &path_to_exported_script_module) { in test_submodule_called_directly_with_hooks()
61 const std::string path_to_exported_script_module = argv[1]; in main() local
/aosp_15_r20/external/pytorch/test/custom_backend/
H A Dtest_custom_backend.cpp32 const std::string path_to_exported_script_module = argv[1]; in main() local