FreeTensor
Loading...
Searching...
No Matches
include
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
6
namespace
freetensor
{
7
8
size_t
hashCombine
(
size_t
seed,
size_t
other);
9
10
}
11
12
#endif
// FREE_TENSOR_HASH_COMBINE_H
freetensor
Definition:
allocator.h:9
freetensor::hashCombine
size_t hashCombine(size_t seed, size_t other)
Definition:
hash_combine.cc:5
Generated by
1.9.6