MCPcopy Create free account
hub / github.com/alibaba/MNN / parameters

Method parameters

express/module/Module.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 return this->onForward({input})[0];
81}
82std::vector<Express::VARP> Module::parameters() const {
83 std::vector<Express::VARP> result;
84 _collectParameters(result);
85 return result;
86}
87bool Module::loadParameters(const std::vector<Express::VARP>& parameters) {
88 std::vector<Express::VARP> result;
89 _collectParameters(result);

Callers 12

trainMethod · 0.80
onGetNextParameterMethod · 0.80
ParameterOptimizerMethod · 0.80
_safe_forwardMethod · 0.80
_run_optimizationMethod · 0.80
quantizeMethod · 0.80
_search_best_scaleMethod · 0.80
scale_fc_fcsMethod · 0.80
scale_fc_fcMethod · 0.80
scale_ln_fcsMethod · 0.80
scale_gelu_fcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected