| 236 | } |
| 237 | |
| 238 | nvcaffeparser1::ICaffeParser* sampleCreateCaffeParser() |
| 239 | { |
| 240 | if (!initNvparsers()) |
| 241 | { |
| 242 | return {}; |
| 243 | } |
| 244 | ASSERT(pCreateCaffeParser != nullptr); |
| 245 | return pCreateCaffeParser(); |
| 246 | } |
| 247 | |
| 248 | void shutdownCaffeParser() |
| 249 | { |
nothing calls this directly
no test coverage detected