|
| ov::Tensor | getFirstOutputTensor () |
| |
| bool | IsEmpty () |
| |
|
| ResultBase (int64_t frameId=-1, const std::shared_ptr< MetaData > &metaData=nullptr) |
| |
|
bool | IsEmpty () |
| |
|
template<class T > |
| T & | asRef () |
| |
|
template<class T > |
| const T & | asRef () const |
| |
|
|
std::shared_ptr< InternalModelData > | internalModelData |
| |
|
std::map< std::string, ov::Tensor > | outputsData |
| |
|
int64_t | frameId |
| |
|
std::shared_ptr< MetaData > | metaData |
| |
◆ getFirstOutputTensor()
| ov::Tensor InferenceResult::getFirstOutputTensor |
( |
| ) |
|
|
inline |
Returns the first output tensor This function is a useful addition to direct access to outputs list as many models have only one output
- Returns
- first output tensor
◆ IsEmpty()
| bool InferenceResult::IsEmpty |
( |
| ) |
|
|
inline |
Returns true if object contains no valid data
- Returns
- true if object contains no valid data
The documentation for this struct was generated from the following file: