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

Method setTemporaryDirectory

include/NvInferRuntime.h:854–857  ·  view source on GitHub ↗

\brief Set the directory that will be used by this runtime for temporary files. On some platforms the TensorRT runtime may need to create and use temporary files with read/write/execute permissions to implement runtime functionality. \param path Path to the temporary directory for use, or nullptr. If path is nullptr, then TensorRT will use platform-specific heuristics to pick a default temporar

Source from the content-addressed store, hash-verified

852 //! \see getTemporaryDirectory()
853 //!
854 void setTemporaryDirectory(char const* path) noexcept
855 {
856 return mImpl->setTemporaryDirectory(path);
857 }
858
859 //!
860 //! \brief Get the directory that will be used by this runtime for temporary files.

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected