Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/serialization/
Dexport.h264 TORCH_API void save_jit_module(
Dexport_module.cpp886 void save_jit_module( in save_jit_module() function
/external/pytorch/torch/csrc/jit/python/
Dscript_init.cpp2406 return torch::jit::save_jit_module(module, filename, _extra_files); in initJitScriptBindings()