Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dimport_data.cpp180 std::map<std::string, at::Tensor> mobile_module_to_parameter_map( in mobile_module_to_parameter_map() function
241 map = mobile_module_to_parameter_map(m); in _load_parameters_bytes()
H A Dimport_data.h33 TORCH_API std::map<std::string, at::Tensor> mobile_module_to_parameter_map(