#include <hmm-utils.h>

Public Member Functions

int operator() (const std::pair< int32, std::vector< int32 > > &p) const
 

Detailed Description

Definition at line 58 of file hmm-utils.h.

Member Function Documentation

◆ operator()()

int operator() ( const std::pair< int32, std::vector< int32 > > &  p) const
inline

Definition at line 59 of file hmm-utils.h.

59  {
60  VectorHasher<int32> v;
61  int32 prime = 103049;
62  return prime*p.first + v(p.second);
63  }
kaldi::int32 int32

The documentation for this struct was generated from the following file: