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

Function Value

tensorflow/core/lib/hash/crc32c.h:36–36  ·  view source on GitHub ↗

Return the crc32c of data[0,n-1]

Source from the content-addressed store, hash-verified

34
35// Return the crc32c of data[0,n-1]
36inline uint32 Value(const char* data, size_t n) { return Extend(0, data, n); }
37
38#if defined(PLATFORM_GOOGLE)
39extern uint32 Extend(uint32 init_crc, const absl::Cord& cord);

Callers 15

TESTFunction · 0.70
array_ops.ccFile · 0.50
ExtractValueMethod · 0.50
MergeMethod · 0.50
EquivalentShapesMethod · 0.50
CompatibleShapesMethod · 0.50
SameShapesMethod · 0.50
CreateEventMethod · 0.50
EmitPIDMethod · 0.50
EmitCounterMethod · 0.50
FormatMethod · 0.50

Calls 1

ExtendFunction · 0.85

Tested by 2

TESTFunction · 0.56
FixChecksumMethod · 0.40