Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getHostBuffer
Method
getHostBuffer
samples/common/sampleDevice.h:406–409 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
}
405
406
void* getHostBuffer() const override
407
{
408
return mHostBuffer.get();
409
}
410
411
void hostToDevice(TrtCudaStream& stream) override
412
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected