A CPU implementation of the sum_threshold algorithm.
More...
#include <cheetah/rfim/sum_threshold/Rfim.h>
|
typedef PolicyInfo< Policy >::ReturnType | ReturnType |
|
typedef cheetah::Cpu | Architecture |
|
typedef InfoType::AdapterType | DataAdapter |
|
typedef InfoType::ReturnType | ReturnType |
|
|
| Rfim (Config const &config) |
|
ReturnType | operator() (ResourceType &&, DataTypePtr data) |
|
ReturnType | operator() (panda::PoolResource< Cpu > &, DataTypePtr data) |
|
|
template<typename DataType > |
void | operator() (DataType &data, DataAdapter &adpater) |
|
|
typedef PolicyInfo< RfimTraits::Policy > | InfoType |
|
typedef InfoType::DataArgumentType | DataType |
|
typedef std::shared_ptr< typename std::remove_reference< DataType >::type > | DataTypePtr |
|
template<typename RfimTraits>
class ska::cheetah::rfim::sum_threshold::Rfim< RfimTraits >
A CPU implementation of the sum_threshold algorithm.
Definition at line 23 of file Rfim.h.
The documentation for this class was generated from the following files:
- cheetah/rfim/sum_threshold/Rfim.h
- cheetah/rfim/sum_threshold/detail/Rfim.cpp