|
Apollo
v5.5.0
Open source self driving car software
|
#include <map>#include <memory>#include <string>#include <vector>#include "modules/perception/inference/inference.h"#include "modules/perception/inference/tensorrt/entropy_calibrator.h"#include "modules/perception/proto/rt.pb.h"

Go to the source code of this file.
Classes | |
| class | apollo::perception::inference::RTNet |
Namespaces | |
| apollo | |
| apollo::perception | |
| apollo::perception::inference | |
Typedefs | |
| typedef std::map< std::string, std::string > | apollo::perception::inference::TensorModifyMap |
Variables | |
| const std::map< EltwiseParameter::EltwiseOp, nvinfer1::ElementWiseOperation > | apollo::perception::inference::eltwise_map |
| const std::map< std::string, nvinfer1::ActivationType > | apollo::perception::inference::active_map |
| const std::vector< std::string > | apollo::perception::inference::_gpu_checklist |
1.8.13