Class LikelihoodsMerger

Inheritance Relationships

Base Type

  • public IProcessor

Class Documentation

class LikelihoodsMerger : public IProcessor

Public Functions

LikelihoodsMerger()
void CreatePorts() override
void CompleteStreamInfo() override
void Prepare(GlobalContext &context) override
void Process(ProcessingContext &context) override

Protected Attributes

unsigned int grid_size_
FollowerState<std::shared_ptr<Decoder>*> *shared_decoder_
std::vector<value> prior_
unsigned int slot_
SlotType nslots_
const int MAX_NCHANNELS = 385
PortIn<ColumnsType<double>> *data_in_port_
PortOut<ColumnsType<double>> *data_out_port_
options::Bool normalize_ = {true}