| 105 | } |
| 106 | |
| 107 | nvcaffeparser1::ICaffeParser* sampleCreateCaffeParser() |
| 108 | { |
| 109 | #if DEFINE_TRT_LEGACY_PARSER_ENTRYPOINT |
| 110 | return nvcaffeparser1::createCaffeParser(); |
| 111 | #else |
| 112 | return {}; |
| 113 | #endif |
| 114 | } |
| 115 | |
| 116 | void shutdownCaffeParser() |
| 117 | { |