|
Apollo
6.0
Open source self driving car software
|
#include <memory>#include <string>#include <vector>#include "modules/prediction/network/net_layer.h"#include "modules/prediction/proto/network_model.pb.h"

Go to the source code of this file.
Classes | |
| class | apollo::prediction::network::NetModel |
| NetModel is a base class for specific network model It contains a pure virtual function Run which must be implemented in derived class. More... | |
Namespaces | |
| apollo::prediction::network | |
| apollo::prediction::network | |
| apollo | |
| PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
| apollo::prediction | |
| apollo::prediction | |
1.8.13