Apollo  6.0
Open source self driving car software
Public Attributes | List of all members
apollo::perception::camera::FeatureExtractorLayer Struct Reference

#include <tracking_feat_extractor.h>

Collaboration diagram for apollo::perception::camera::FeatureExtractorLayer:
Collaboration graph

Public Attributes

std::shared_ptr< inference::Layer< float > > pooling_layer
 
std::shared_ptr< base::Blob< float > > rois_blob
 
std::shared_ptr< base::Blob< float > > top_blob
 

Member Data Documentation

◆ pooling_layer

std::shared_ptr<inference::Layer<float> > apollo::perception::camera::FeatureExtractorLayer::pooling_layer

◆ rois_blob

std::shared_ptr<base::Blob<float> > apollo::perception::camera::FeatureExtractorLayer::rois_blob

◆ top_blob

std::shared_ptr<base::Blob<float> > apollo::perception::camera::FeatureExtractorLayer::top_blob

The documentation for this struct was generated from the following file: