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

Method copyInputToDevice

samples/common/buffers.h:353–356  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

351 //! \brief Copy the contents of input host buffers to input device buffers synchronously.
352 //!
353 void copyInputToDevice()
354 {
355 memcpyBuffers(true, false, false);
356 }
357
358 //!
359 //! \brief Copy the contents of output device buffers to output host buffers synchronously.

Callers 3

inferMethod · 0.80
inferMethod · 0.80
inferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected