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

Method solve

src/gopt/impl/global_layout_transform/profiling_based_solver.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54ProfilingBasedSolver::Solution ProfilingBasedSolver::solve(
55 const Problem& problem) const {
56 if (!m_problem_filter(problem))
57 return Solution{};
58 return do_solve(problem);
59}
60
61// vim: syntax=cpp.doxygen

Callers 4

TEST_PFunction · 0.45
TESTFunction · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.36
TESTFunction · 0.36