Apollo  v5.5.0
Open source self driving car software
Classes | Namespaces | Typedefs
inference.h File Reference
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "boost/shared_ptr.hpp"
#include "modules/perception/base/blob.h"
Include dependency graph for inference.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  apollo::perception::inference::Inference
 

Namespaces

 apollo
 
 apollo::perception
 
 apollo::perception::inference
 

Typedefs

typedef std::map< std::string, std::shared_ptr< apollo::perception::base::Blob< float > > > apollo::perception::inference::BlobMap