Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ initialize
Method
initialize
plugin/fcPlugin/fcPlugin.cpp:652–656 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
650
}
651
652
int32_t FCPluginDynamic::initialize() noexcept
653
{
654
gLogVerbose <<
"FCPluginDynamic initialize\n"
;
655
return 0;
656
}
657
658
void FCPluginDynamic::terminate() noexcept
659
{
Callers
5
test_initialize_deactivate
Method · 0.45
test_asp
Method · 0.45
test_quant_module_replacement
Method · 0.45
prepare_model
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_initialize_deactivate
Method · 0.36
test_asp
Method · 0.36
test_quant_module_replacement
Method · 0.36