MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / getNbOutputs

Method getNbOutputs

plugin/fcPlugin/fcPlugin.cpp:647–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647int32_t FCPluginDynamic::getNbOutputs() const noexcept
648{
649 return 1;
650}
651
652int32_t FCPluginDynamic::initialize() noexcept
653{

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected