#include <roipooling_layer.h>
|
| ROIPoolingLayer (int pooled_h, int pooled_w, bool use_floor, float spatial_scale, int channels, int max_objs=1000) |
|
void | ForwardGPU (const std::vector< std::shared_ptr< base::Blob< Dtype >>> &bottom, const std::vector< std::shared_ptr< base::Blob< Dtype >>> &top) |
|
void | ForwardCPU (const std::vector< std::shared_ptr< base::Blob< Dtype >>> &bottom, const std::vector< std::shared_ptr< base::Blob< Dtype >>> &top) |
|
| Layer ()=default |
|
virtual | ~Layer ()=default |
|
void | set_gpu_id (const int &gpu_id) |
|
◆ ROIPoolingLayer()
template<typename Dtype >
◆ ForwardCPU()
template<typename Dtype >
◆ ForwardGPU()
template<typename Dtype >
The documentation for this class was generated from the following file: