Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IntHash
Function
IntHash
util/digest/numeric.h:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
template <class T>
64
static constexpr T IntHash(T t) noexcept {
65
using TCvt = TFixedWidthUnsignedInt<T>;
66
67
return IntHashImpl((TCvt)(t));
68
}
69
70
/*
71
* can handle floats && pointers
Callers
12
SelectValues
Function · 0.85
Hash
Method · 0.85
serialization.cpp
File · 0.85
operator()
Method · 0.85
MakeGraph
Function · 0.85
GenRand
Method · 0.85
ExtraData
Method · 0.85
NumericHash
Function · 0.85
CombineHashes
Function · 0.85
Hash
Method · 0.85
operator()
Method · 0.85
RandomizeSleepTime
Function · 0.85
Calls
1
IntHashImpl
Function · 0.85
Tested by
no test coverage detected