HomeSort by relevance Sort by last modified time
    Searched refs:HashCombine (Results 1 - 3 of 3) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
hash_util.h 20 size_t HashCombine(size_t seed, const T& value) {
52 return HashCombine(seed, value);
60 seed = HashCombine(seed, element);
70 return HashCombine(seed, 0);
  /external/libmojo/mojo/public/cpp/bindings/
struct_ptr.h 94 return internal::HashCombine(seed, 0);
189 return internal::HashCombine(seed, 0);
  /external/tensorflow/tensorflow/contrib/layers/kernels/
sparse_feature_cross_kernel.cc 208 hashed_output = HashCombine(hashed_output, hash_i);
219 static int64 HashCombine(int64 a, int64 b) {

Completed in 6180 milliseconds