MCPcopy 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
652int32_t FCPluginDynamic::initialize() noexcept
653{
654 gLogVerbose << "FCPluginDynamic initialize\n";
655 return 0;
656}
657
658void FCPluginDynamic::terminate() noexcept
659{

Callers 5

test_aspMethod · 0.45
prepare_modelFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_aspMethod · 0.36