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

Function Fetch8Batch

tensorflow/core/lib/hash/hash.cc:321–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321inline __m512i Fetch8Batch(const char** data, size_t offset) {
322 return _mm512_set_epi64((uint8_t)(data[7][offset]),
323 (uint8_t)(data[6][offset]),
324 (uint8_t)(data[5][offset]),
325 (uint8_t)(data[4][offset]),
326 (uint8_t)(data[3][offset]),
327 (uint8_t)(data[2][offset]),
328 (uint8_t)(data[1][offset]),
329 (uint8_t)(data[0][offset]));
330}
331
332inline __m512i Rotate64Batch(__m512i in, int shift) {
333 if (shift != 0) {

Callers 1

HashLen0to16BatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected