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

Method forward

express/module/Module.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79Express::VARP Module::forward(Express::VARP input) {
80 return this->onForward({input})[0];
81}
82std::vector<Express::VARP> Module::parameters() const {
83 std::vector<Express::VARP> result;
84 _collectParameters(result);

Callers 1

bench_torchFunction · 0.45

Calls 1

onForwardMethod · 0.45

Tested by

no test coverage detected