TensorRT  7.0.0.11
nvcaffeparser1 Namespace Reference

The TensorRT Caffe parser API namespace. More...

Classes

class  IBinaryProtoBlob
 Object used to store and query data extracted from a binaryproto file using the ICaffeParser. More...
 
class  IBlobNameToTensor
 Object used to store and query Tensors after they have been extracted from a Caffe model using the ICaffeParser. More...
 
class  ICaffeParser
 Class used for parsing Caffe models. More...
 
class  IPluginFactory
 Plugin factory used to configure plugins. More...
 
class  IPluginFactoryExt
 Plugin factory used to configure plugins with added support for TRT versioning. More...
 
class  IPluginFactoryV2
 Plugin factory used to configure plugins. More...
 

Functions

ICaffeParsercreateCaffeParser ()
 Creates a ICaffeParser object. More...
 
void shutdownProtobufLibrary ()
 Shuts down protocol buffers library. More...
 

Detailed Description

The TensorRT Caffe parser API namespace.

Function Documentation

ICaffeParser* nvcaffeparser1::createCaffeParser ( )

Creates a ICaffeParser object.

Returns
A pointer to the ICaffeParser object is returned.
See also
nvcaffeparser1::ICaffeParser
void nvcaffeparser1::shutdownProtobufLibrary ( )

Shuts down protocol buffers library.

Note
No part of the protocol buffers library can be used after this function is called.