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

Method ReorgPluginCreator

plugin/reorgPlugin/reorgPlugin.cpp:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194ReorgPluginCreator::ReorgPluginCreator()
195{
196 mPluginAttributes.clear();
197 mPluginAttributes.emplace_back(PluginField("stride", nullptr, PluginFieldType::kINT32, 1));
198
199 mFC.nbFields = mPluginAttributes.size();
200 mFC.fields = mPluginAttributes.data();
201}
202
203char const* ReorgPluginCreator::getPluginName() const noexcept
204{

Callers

nothing calls this directly

Calls 4

PluginFieldClass · 0.85
clearMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected