#pragma once #include #include #include namespace torch::jit { using PrePackParamFilterFn = std::function; TORCH_API std::unordered_set RegisterPrePackParams( Module& m, const std::string& method_name, const PrePackParamFilterFn& is_packed_param, const std::string& attr_prefix); TORCH_API std::string joinPaths(const std::vector& paths); } // namespace torch::jit