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

Method getWorkspaceSize

plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236size_t BatchedNMSPlugin::getWorkspaceSize(int32_t maxBatchSize) const noexcept
237{
238 return detectionInferenceWorkspaceSize(param.shareLocation, maxBatchSize, mBoxesSize, mScoresSize, param.numClasses,
239 mNumPriors, param.topK, mPrecision, mPrecision);
240}
241
242size_t BatchedNMSDynamicPlugin::getWorkspaceSize(
243 PluginTensorDesc const* inputs, int32_t nbInputs, PluginTensorDesc const* outputs, int32_t nbOutputs) const noexcept

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected