#include <base-detection.h>
Definition at line 18 of file base-detection.h.
| openvino_helpers::base_detection::base_detection |
( |
std::string |
topoName, |
|
|
const std::string & |
pathToModel, |
|
|
int |
maxBatch, |
|
|
bool |
isBatchDynamic, |
|
|
bool |
isAsync, |
|
|
bool |
doRawOutputMessages |
|
) |
| |
| virtual openvino_helpers::base_detection::~base_detection |
( |
| ) |
|
|
virtualdefault |
| bool openvino_helpers::base_detection::enabled |
( |
void |
| ) |
const |
| void openvino_helpers::base_detection::load_into |
( |
InferenceEngine::Core & |
ie, |
|
|
const std::string & |
deviceName |
|
) |
| |
| InferenceEngine::ExecutableNetwork* openvino_helpers::base_detection::operator-> |
( |
| ) |
|
|
inline |
| virtual InferenceEngine::CNNNetwork openvino_helpers::base_detection::read_network |
( |
| ) |
|
|
pure virtual |
| void openvino_helpers::base_detection::submit_request |
( |
| ) |
|
|
virtual |
| void openvino_helpers::base_detection::wait |
( |
| ) |
|
|
virtual |
| bool openvino_helpers::base_detection::_enabled |
|
mutable |
| InferenceEngine::InferRequest::Ptr openvino_helpers::base_detection::_request |
| const bool openvino_helpers::base_detection::doRawOutputMessages |
| bool openvino_helpers::base_detection::enablingChecked |
|
mutable |
| const bool openvino_helpers::base_detection::isAsync |
| bool openvino_helpers::base_detection::isBatchDynamic |
| const size_t openvino_helpers::base_detection::maxBatch |
| InferenceEngine::ExecutableNetwork openvino_helpers::base_detection::net |
| std::string openvino_helpers::base_detection::pathToModel |
The documentation for this struct was generated from the following files: