Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suricodes
/
hindi-sindhi-docker
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hindi-sindhi-docker
/
mosesdecoder
/
lm
/
builder
/
hash_gamma.hh
suricodes
Upload folder using huggingface_hub
fd49381
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
293 Bytes
#
ifndef
LM_BUILDER_HASH_GAMMA__
#
define
LM_BUILDER_HASH_GAMMA__
#
include
<stdint.h>
namespace
lm {
namespace
builder {
#
pragma
pack(push)
#
pragma
pack(4)
struct
HashGamma
{
uint64_t
hash_value;
float
gamma;
};
#
pragma
pack(pop)
}}
// namespaces
#
endif
// LM_BUILDER_HASH_GAMMA__