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

Method registerQuantizeImpl

tools/mllm-quantizer/driver.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20QuantizeDriver::QuantizeDriver(const mllm::ParameterFile::ptr_t& params, mllm::ConfigFile& cfg) : params_(params), cfg_(cfg) {}
21
22void QuantizeDriver::registerQuantizeImpl(const QuantizeImpl::ptr_t& impl) { quantize_impls_.emplace_back(impl); }
23
24void QuantizeDriver::operator()() {
25 std::vector<std::pair<QuantizeDescriptor, std::unordered_map<std::string, mllm::ParameterFile::ptr_t>>> param_groups;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected