#include <inference.h>
◆ Inference()
apollo::perception::inference::Inference::Inference |
( |
| ) |
|
|
default |
◆ ~Inference()
virtual apollo::perception::inference::Inference::~Inference |
( |
| ) |
|
|
virtualdefault |
◆ get_blob()
◆ Infer()
virtual void apollo::perception::inference::Inference::Infer |
( |
| ) |
|
|
pure virtual |
◆ Init()
virtual bool apollo::perception::inference::Inference::Init |
( |
const std::map< std::string, std::vector< int >> & |
shapes | ) |
|
|
pure virtual |
◆ set_gpu_id()
void apollo::perception::inference::Inference::set_gpu_id |
( |
const int & |
gpu_id | ) |
|
◆ set_max_batch_size()
void apollo::perception::inference::Inference::set_max_batch_size |
( |
const int & |
batch_size | ) |
|
◆ gpu_id_
int apollo::perception::inference::Inference::gpu_id_ = 0 |
|
protected |
◆ max_batch_size_
int apollo::perception::inference::Inference::max_batch_size_ = 1 |
|
protected |
The documentation for this class was generated from the following file: