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

Function CanAccelerate

tensorflow/core/lib/hash/crc32c_accelerate.cc:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#ifndef USE_SSE_CRC32C
48
49bool CanAccelerate() { return false; }
50uint32_t AcceleratedExtend(uint32_t crc, const char *buf, size_t size) {
51 // Should not be called.
52 return 0;

Callers 1

ExtendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected