Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/serialization/
Dflatbuffer_serializer.h85 TORCH_API void save_mobile_module_to_func(
Dflatbuffer_serializer.cpp847 void save_mobile_module_to_func( in save_mobile_module_to_func() function
/external/pytorch/torch/csrc/jit/mobile/train/
Dexport_data.cpp134 save_mobile_module_to_func(mobile::tensor_dict_to_mobile(dict), write_func); in _save_parameters()