Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getBatch
Method
getBatch
samples/common/EntropyCalibrator.h:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool getBatch(void* bindings[], const char* names[], int nbBindings) noexcept override
118
{
119
return mImpl.getBatch(bindings, names, nbBindings);
120
}
121
122
const void* readCalibrationCache(size_t& length) noexcept override
123
{
Callers
nothing calls this directly
Calls
1
getBatch
Method · 0.45
Tested by
no test coverage detected