MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / reset

Method reset

src/plugin/impl/var_value_checker.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using namespace mgb;
5
6void VarValueChecker::Checker::reset() {
7 m_func.reset();
8}
9
10void VarValueChecker::Checker::init(
11 VarNode* var, const std::shared_ptr<DeviceTensorND>& expected) {

Callers 2

to_jsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected