TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
nvcaffeparser1::IBinaryProtoBlob Class Referenceabstract

Object used to store and query data extracted from a binaryproto file using the ICaffeParser. More...

Inheritance diagram for nvcaffeparser1::IBinaryProtoBlob:

Public Member Functions

virtual const void * getData ()=0
 
virtual nvinfer1::DimsNCHW getDimensions ()=0
 
virtual nvinfer1::DataType getDataType ()=0
 
virtual void destroy ()=0
 

Protected Member Functions

virtual ~IBinaryProtoBlob ()
 

Detailed Description

Object used to store and query data extracted from a binaryproto file using the ICaffeParser.

See also
nvcaffeparser1::ICaffeParser
Warning
Do not inherit from this class, as doing so will break forward-compatibility of the API and ABI.

Constructor & Destructor Documentation

◆ ~IBinaryProtoBlob()

virtual nvcaffeparser1::IBinaryProtoBlob::~IBinaryProtoBlob ( )
inlineprotectedvirtual

Member Function Documentation

◆ getData()

virtual const void* nvcaffeparser1::IBinaryProtoBlob::getData ( )
pure virtual

◆ getDimensions()

virtual nvinfer1::DimsNCHW nvcaffeparser1::IBinaryProtoBlob::getDimensions ( )
pure virtual

◆ getDataType()

virtual nvinfer1::DataType nvcaffeparser1::IBinaryProtoBlob::getDataType ( )
pure virtual

◆ destroy()

virtual void nvcaffeparser1::IBinaryProtoBlob::destroy ( )
pure virtual

The documentation for this class was generated from the following file: