◆ ~BlobNameToTensor()
nvcaffeparser1::BlobNameToTensor::~BlobNameToTensor |
( |
| ) |
|
|
overridedefault |
◆ add()
void nvcaffeparser1::BlobNameToTensor::add |
( |
const std::string & |
name, |
|
|
nvinfer1::ITensor * |
tensor |
|
) |
| |
|
inline |
◆ find()
Given a blob name, returns a pointer to a ITensor object.
- Parameters
-
name | Caffe blob name for which the user wants the corresponding ITensor. |
- Returns
- ITensor* corresponding to the queried name. If no such ITensor exists, then nullptr is returned.
Implements nvcaffeparser1::IBlobNameToTensor.
◆ operator[]()
nvinfer1::ITensor*& nvcaffeparser1::BlobNameToTensor::operator[] |
( |
const std::string & |
name | ) |
|
|
inline |
◆ setTensorNames()
void nvcaffeparser1::BlobNameToTensor::setTensorNames |
( |
| ) |
|
|
inline |
◆ isOK()
bool nvcaffeparser1::BlobNameToTensor::isOK |
( |
| ) |
|
|
inline |
◆ mMap
◆ mError
bool nvcaffeparser1::BlobNameToTensor::mError {false} |
|
private |
The documentation for this class was generated from the following file: