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

Method setTempfileControlFlags

include/NvInferRuntime.h:881–884  ·  view source on GitHub ↗

\brief Set the tempfile control flags for this runtime. \param flags The flags to set. The default value is all flags set, i.e. (1U << static_cast (kALLOW_IN_MEMORY_FILES)) | (1U << static_cast (kALLOW_TEMPORARY_FILES)) \see TempfileControlFlag, TempfileControlFlags, getTempfileControlFlags()

Source from the content-addressed store, hash-verified

879 //! \see TempfileControlFlag, TempfileControlFlags, getTempfileControlFlags()
880 //!
881 void setTempfileControlFlags(TempfileControlFlags flags) noexcept
882 {
883 return mImpl->setTempfileControlFlags(flags);
884 }
885
886 //!
887 //! \brief Get the tempfile control flags for this runtime.

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected