| 246 | } |
| 247 | |
| 248 | void shutdownCaffeParser() |
| 249 | { |
| 250 | if (!initNvparsers()) |
| 251 | { |
| 252 | return; |
| 253 | } |
| 254 | ASSERT(pShutdownCaffeLibrary != nullptr); |
| 255 | pShutdownCaffeLibrary(); |
| 256 | } |
| 257 | |
| 258 | nvuffparser::IUffParser* sampleCreateUffParser() |
| 259 | { |
nothing calls this directly
no test coverage detected