Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AcceleratedExtend
Function
AcceleratedExtend
tensorflow/core/lib/hash/crc32c_accelerate.cc:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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;
53
}
54
55
#else
56
Callers
1
Extend
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected