#ifndef DECODER_UTILS_H #define DECODER_UTILS_H #pragma once #include /* template bool pair_comp_first_rev(const std::pair a, const std::pair b); template bool pair_comp_second_rev(const std::pair a, const std::pair b); template T log_sum_exp(T x, T y); */ #endif // DECODER_UTILS_H