MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / getDeviceBuffer

Method getDeviceBuffer

samples/common/sampleDevice.h:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 }
400
401 void* getDeviceBuffer() const override
402 {
403 return mDeviceBuffer.get();
404 }
405
406 void* getHostBuffer() const override
407 {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected