Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
bool CanAccelerate() { return false; }
50
uint32_t AcceleratedExtend(uint32_t crc, const char *buf, size_t size) {
51
// Should not be called.
52
return 0;
Callers
1
Extend
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected