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

Method getLocation

include/NvInfer.h:341–344  ·  view source on GitHub ↗

\brief Get the storage location of a tensor. \return The location of tensor data. \see setLocation()

Source from the content-addressed store, hash-verified

339 //! \see setLocation()
340 //!
341 TensorLocation getLocation() const noexcept
342 {
343 return mImpl->getLocation();
344 }
345
346 //!
347 //! \brief Set the storage location of a tensor

Callers 1

engine_get_locationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected