Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getDeviceBuffer
Method
getDeviceBuffer
samples/common/sampleDevice.h:444–447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
442
}
443
444
void* getDeviceBuffer() const override
445
{
446
return mBuffer.get();
447
}
448
449
void* getHostBuffer() const override
450
{
Callers
1
reallocateOutput
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected