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

Method copyOutputToHost

samples/common/buffers.h:361–364  ·  view source on GitHub ↗

\brief Copy the contents of output device buffers to output host buffers synchronously.

Source from the content-addressed store, hash-verified

359 //! \brief Copy the contents of output device buffers to output host buffers synchronously.
360 //!
361 void copyOutputToHost()
362 {
363 memcpyBuffers(false, true, false);
364 }
365
366 //!
367 //! \brief Copy the contents of input host buffers to input device buffers asynchronously.

Callers 3

inferMethod · 0.80
inferMethod · 0.80
inferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected