Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getDeviceBuffers
Method
getDeviceBuffers
samples/common/sampleInference.cpp:1442–1445 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1440
}
1441
1442
void** Bindings::getDeviceBuffers()
1443
{
1444
return mDevicePointers.data();
1445
}
1446
1447
void Bindings::transferInputToDevice(TrtCudaStream& stream)
1448
{
Callers
1
createEnqueueFunction
Method · 0.80
Calls
1
data
Method · 0.45
Tested by
no test coverage detected