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

Method recompile

imperative/src/impl/transformations/trace.cpp:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591void CompiledTransformation::recompile() {
592 mgb_assert(m_executable);
593 m_executable = m_graph->compile(m_output_spec);
594}
595
596void CompiledTransformation::assert_tensor_equal(ValueRef lhs, ValueRef rhs) {
597 if (!lhs.is<HostValue>()) {

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected