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

Method scn_do_execute

src/tensorrt/impl/tensorrt_opr.cpp:667–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667void TensorRTOpr::scn_do_execute() {
668 m_manager.exec(this, m_gpu_allocator->comp_node(), m_engine.get());
669}
670
671void TensorRTOpr::build_engine_from_cache() {
672 TensorRTUniquePtr<nvinfer1::IRuntime> runtime{

Callers

nothing calls this directly

Calls 3

execMethod · 0.45
comp_nodeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected