Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ deserialize_value
Function
deserialize_value
plugin/common/serialize.hpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
129
template <typename T>
130
inline void deserialize_value(void const** buffer, size_t* buffer_size, T* value)
131
{
132
return Serializer<T>::deserialize(buffer, buffer_size, value);
133
}
Callers
14
FCPluginDynamic
Method · 0.85
DisentangledAttentionPlugin
Method · 0.85
EmbLayerNormPluginDynamic
Method · 0.85
EmbLayerNormVarSeqlenPluginBase
Method · 0.85
SkipLayerNormInterleavedPluginBase
Method · 0.85
SkipLayerNormPluginDynamic
Method · 0.85
SkipLayerNormVarSeqlenPlugin
Method · 0.85
GroupNormalizationPlugin
Method · 0.85
GeluPluginDynamic
Method · 0.85
deserialize
Method · 0.85
deserialize
Method · 0.85
QKVToContextPluginDynamic
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected