MCPcopy 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
1442void** Bindings::getDeviceBuffers()
1443{
1444 return mDevicePointers.data();
1445}
1446
1447void Bindings::transferInputToDevice(TrtCudaStream& stream)
1448{

Callers 1

createEnqueueFunctionMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected