|
| | TensorOutputUserMetadata (void *data=nullptr) |
| |
| | TensorOutputUserMetadata (const UserMetadata &) |
| |
| virtual | ~TensorOutputUserMetadata () |
| |
| unsigned int | uniqueId () const |
| | id for inference instance More...
|
| |
| std::unordered_map< std::string, Tensor * > | getLayers () |
| | get tensor output layers More...
|
| |
| | TensorOutputUserMetadata (void *data=nullptr) |
| |
| | TensorOutputUserMetadata (const UserMetadata &) |
| |
| virtual | ~TensorOutputUserMetadata () |
| |
| unsigned int | uniqueId () const |
| | id for inference instance More...
|
| |
| std::unordered_map< std::string, Tensor * > | getLayers () |
| | get tensor output layers More...
|
| |
| virtual | operator bool () override |
| | operator to check if a metadata is void More...
|
| |
| virtual | operator bool () override |
| | operator to check if a metadata is void More...
|
| |
| int | metaType () const |
| | Get the meta type. More...
|
| |
| int | metaType () const |
| | Get the meta type. More...
|
| |
| void | setMetaType (int type) |
| | Set the meta type. More...
|
| |
| void | setMetaType (int type) |
| | Set the meta type. More...
|
| |
| void * | userData () const |
| | Get the user data pointer. More...
|
| |
| void * | userData () const |
| | Get the user data pointer. More...
|
| |
| void | setUserData (void *data, void *(*copy)(void *, void *), void(*release)(void *, void *)) |
| | Set user data with copy and release functions. More...
|
| |
| void | setUserData (void *data, void *(*copy)(void *, void *), void(*release)(void *, void *)) |
| | Set user data with copy and release functions. More...
|
| |
◆ Iterator [1/2]
◆ Iterator [2/2]
◆ TensorOutputUserMetadata() [1/4]
| deepstream::TensorOutputUserMetadata::TensorOutputUserMetadata |
( |
void * |
data = nullptr | ) |
|
◆ TensorOutputUserMetadata() [2/4]
| deepstream::TensorOutputUserMetadata::TensorOutputUserMetadata |
( |
const UserMetadata & |
| ) |
|
◆ ~TensorOutputUserMetadata() [1/2]
| virtual deepstream::TensorOutputUserMetadata::~TensorOutputUserMetadata |
( |
| ) |
|
|
virtual |
◆ TensorOutputUserMetadata() [3/4]
| deepstream::TensorOutputUserMetadata::TensorOutputUserMetadata |
( |
void * |
data = nullptr | ) |
|
◆ TensorOutputUserMetadata() [4/4]
| deepstream::TensorOutputUserMetadata::TensorOutputUserMetadata |
( |
const UserMetadata & |
| ) |
|
◆ ~TensorOutputUserMetadata() [2/2]
| virtual deepstream::TensorOutputUserMetadata::~TensorOutputUserMetadata |
( |
| ) |
|
|
virtual |
◆ get_() [1/2]
| void deepstream::UserMetadata::get_ |
( |
void *& |
| ) |
|
|
protectedinherited |
◆ get_() [2/2]
| void deepstream::UserMetadata::get_ |
( |
void *& |
| ) |
|
|
protectedinherited |
◆ getLayers() [1/2]
| std::unordered_map<std::string, Tensor*> deepstream::TensorOutputUserMetadata::getLayers |
( |
| ) |
|
◆ getLayers() [2/2]
| std::unordered_map<std::string, Tensor*> deepstream::TensorOutputUserMetadata::getLayers |
( |
| ) |
|
◆ metaType() [1/2]
| int deepstream::UserMetadata::metaType |
( |
| ) |
const |
|
inherited |
◆ metaType() [2/2]
| int deepstream::UserMetadata::metaType |
( |
| ) |
const |
|
inherited |
◆ operator bool() [1/2]
| virtual deepstream::UserMetadata::operator bool |
( |
| ) |
|
|
inlineoverridevirtualinherited |
◆ operator bool() [2/2]
| virtual deepstream::UserMetadata::operator bool |
( |
| ) |
|
|
inlineoverridevirtualinherited |
◆ setMetaType() [1/2]
| void deepstream::UserMetadata::setMetaType |
( |
int |
type | ) |
|
|
inherited |
◆ setMetaType() [2/2]
| void deepstream::UserMetadata::setMetaType |
( |
int |
type | ) |
|
|
inherited |
◆ setUserData() [1/2]
| void deepstream::UserMetadata::setUserData |
( |
void * |
data, |
|
|
void *(*)(void *, void *) |
copy, |
|
|
void(*)(void *, void *) |
release |
|
) |
| |
|
inherited |
Set user data with copy and release functions.
- Parameters
-
| data | Pointer to user data |
| copy | Copy function for the user data (can be NULL) |
| release | Release function for the user data (can be NULL) |
◆ setUserData() [2/2]
| void deepstream::UserMetadata::setUserData |
( |
void * |
data, |
|
|
void *(*)(void *, void *) |
copy, |
|
|
void(*)(void *, void *) |
release |
|
) |
| |
|
inherited |
Set user data with copy and release functions.
- Parameters
-
| data | Pointer to user data |
| copy | Copy function for the user data (can be NULL) |
| release | Release function for the user data (can be NULL) |
◆ uniqueId() [1/2]
| unsigned int deepstream::TensorOutputUserMetadata::uniqueId |
( |
| ) |
const |
id for inference instance
◆ uniqueId() [2/2]
| unsigned int deepstream::TensorOutputUserMetadata::uniqueId |
( |
| ) |
const |
id for inference instance
◆ userData() [1/2]
| void* deepstream::UserMetadata::userData |
( |
| ) |
const |
|
inherited |
Get the user data pointer.
◆ userData() [2/2]
| void* deepstream::UserMetadata::userData |
( |
| ) |
const |
|
inherited |
Get the user data pointer.
◆ data_
| void * deepstream::Metadata::data_ |
|
protectedinherited |
The documentation for this class was generated from the following file: