MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ShiftMixBatch

Function ShiftMixBatch

tensorflow/core/lib/hash/hash.cc:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342inline __m512i ShiftMixBatch(__m512i val) {
343 __m512i tmp = _mm512_srli_epi64(val, 47);
344 return _mm512_xor_si512(val, tmp);
345}
346
347inline std::pair<__m512i, __m512i> WeakHashLen32WithSeedsBatch(
348 __m512i w, __m512i x, __m512i y, __m512i z, __m512i a, __m512i b) {

Callers 2

HashLen0to16BatchFunction · 0.85
Hash64Farm_Batch512Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected