MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / ModuleList

Method ModuleList

mllm/nn/Module.hpp:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206 public:
207 ModuleList() = default;
208
209 template<typename... Args>
210 ModuleList(const std::string& name, int nums, Args&&... args) : Module(name) {

Callers 3

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected