MCPcopy 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
49bool CanAccelerate() { return false; }
50uint32_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

ExtendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected