Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
667
void TensorRTOpr::scn_do_execute() {
668
m_manager.exec(this, m_gpu_allocator->comp_node(), m_engine.get());
669
}
670
671
void TensorRTOpr::build_engine_from_cache() {
672
TensorRTUniquePtr<nvinfer1::IRuntime> runtime{
Callers
nothing calls this directly
Calls
3
exec
Method · 0.45
comp_node
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected