| 180 | }; |
| 181 | |
| 182 | constexpr 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 | |
| 189 | class BuildOptions : public Options |
| 190 | { |
no outgoing calls
no test coverage detected