FreeTensor
Loading...
Searching...
No Matches
hash_combine.h
Go to the documentation of this file.
1#ifndef FREE_TENSOR_HASH_COMBINE_H
2#define FREE_TENSOR_HASH_COMBINE_H
3
4#include <cstdlib>
5
6namespace freetensor {
7
8size_t hashCombine(size_t seed, size_t other);
9
10}
11
12#endif // FREE_TENSOR_HASH_COMBINE_H
Definition: allocator.h:9
size_t hashCombine(size_t seed, size_t other)
Definition: hash_combine.cc:5