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

Method serialize

plugin/efficientNMSPlugin/efficientNMSPlugin.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void EfficientNMSPlugin::serialize(void* buffer) const noexcept
105{
106 char *d = reinterpret_cast<char*>(buffer), *a = d;
107 write(d, mParam);
108 PLUGIN_ASSERT(d == a + getSerializationSize());
109}
110
111void EfficientNMSPlugin::destroy() noexcept
112{

Callers

nothing calls this directly

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected