MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / _decode_siho_cw

Method _decode_siho_cw

src/Module/Decoder/NO/Decoder_NO.cpp:62–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61template<typename B, typename R>
62int
63Decoder_NO<B, R>::_decode_siho_cw(const R* Y_K, B* V_K, const size_t /*frame_id*/)
64{
65 // auto t_store = std::chrono::steady_clock::now(); // ---------------------------------------------------------
66 // STORE
67 tools::hard_decide_unk(Y_K, V_K, this->K);
68 // auto d_store = std::chrono::steady_clock::now() - t_store;
69
70 // (*this)[dec::tsk::decode_siho_cw].update_timer(dec::tm::decode_siho_cw::store, d_store);
71
72 return 0;
73}
74
75// ==================================================================================== explicit template instantiation
76#include "Tools/types.h"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected