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

Function getTempfileControlDefaults

samples/common/sampleOptions.h:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180};
181
182constexpr nvinfer1::TempfileControlFlags getTempfileControlDefaults()
183{
184 using F = nvinfer1::TempfileControlFlag;
185 return (1U << static_cast<uint32_t>(F::kALLOW_TEMPORARY_FILES))
186 | (1U << static_cast<uint32_t>(F::kALLOW_IN_MEMORY_FILES));
187}
188
189class BuildOptions : public Options
190{

Callers 4

loadEngineFunction · 0.85
BuildOptionsClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected