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

Method getDeviceBuffer

samples/common/sampleDevice.h:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 }
443
444 void* getDeviceBuffer() const override
445 {
446 return mBuffer.get();
447 }
448
449 void* getHostBuffer() const override
450 {

Callers 1

reallocateOutputMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected