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

Method getModuleName

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

Source from the content-addressed store, hash-verified

194 void updateBuffer(const std::string& name, const Tensor& tensor);
195
196 [[nodiscard]] inline std::string getModuleName() const { return impl_->getAbsoluteName(); }
197
198 private:
199 ModuleImpl::ptr_t impl_ = nullptr;

Callers 15

processMethod · 0.80
processMethod · 0.80
QDQFunction · 0.80
QDQ_KVFunction · 0.80
QDQ_ROPEFunction · 0.80
QDQFunction · 0.80
QDQ_KVFunction · 0.80
QDQ_ROPEFunction · 0.80
QDQFunction · 0.80
QDQ_KVFunction · 0.80
QDQ_ROPEFunction · 0.80
QDQFunction · 0.80

Calls 1

getAbsoluteNameMethod · 0.80

Tested by

no test coverage detected