Apollo 10.0
自动驾驶开放平台
|
Public 类型 | |
enum | Backend { GPU = 1 , CPU = 2 } |
Public 属性 | |
optional ObstacleConf::EvaluatorType | evaluator_type = 1 |
optional apollo::perception::PerceptionObstacle::Type | obstacle_type = 2 |
optional Backend | backend = 3 |
optional string | type = 4 |
optional int32 | priority = 5 |
在文件 prediction_conf.proto 第 80 行定义.
optional Backend apollo::prediction::Model::backend = 3 |
在文件 prediction_conf.proto 第 88 行定义.
optional ObstacleConf::EvaluatorType apollo::prediction::Model::evaluator_type = 1 |
在文件 prediction_conf.proto 第 86 行定义.
optional apollo::perception::PerceptionObstacle::Type apollo::prediction::Model::obstacle_type = 2 |
在文件 prediction_conf.proto 第 87 行定义.
optional int32 apollo::prediction::Model::priority = 5 |
在文件 prediction_conf.proto 第 90 行定义.
optional string apollo::prediction::Model::type = 4 |
在文件 prediction_conf.proto 第 89 行定义.