Apollo
6.0
Open source self driving car software
|
#include <layer.h>
Public Member Functions | |
virtual void | ForwardGPU (const std::vector< std::shared_ptr< base::Blob< Dtype >>> &bottom, const std::vector< std::shared_ptr< base::Blob< Dtype >>> &top)=0 |
virtual void | ForwardCPU (const std::vector< std::shared_ptr< base::Blob< Dtype >>> &bottom, const std::vector< std::shared_ptr< base::Blob< Dtype >>> &top)=0 |
Layer ()=default | |
virtual | ~Layer ()=default |
void | set_gpu_id (const int &gpu_id) |
Protected Attributes | |
int | gpu_id_ = 0 |
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in apollo::perception::inference::ROIPoolingLayer< Dtype >.
|
pure virtual |
Implemented in apollo::perception::inference::ROIPoolingLayer< Dtype >.
|
inline |
|
protected |