Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ deviceToHost
Method
deviceToHost
samples/common/sampleDevice.h:459–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
}
458
459
void deviceToHost(TrtCudaStream& stream) override
460
{
461
// Does nothing since we are using unified memory.
462
}
463
464
size_t getSize() const override
465
{
Callers
1
transferOutputToHost
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected