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

Function CacheKeyHelper

tensorflow/core/common_runtime/eager/attr_builder.cc:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244inline tensorflow::Fprint128 CacheKeyHelper(StringPiece s,
245 const tensorflow::Fprint128& b) {
246 tensorflow::Fprint128 a = tensorflow::Fingerprint128(s);
247 return FingerprintCat128(a, b);
248}
249
250inline tensorflow::Fprint128 CacheKeyHelper(StringPiece s, uint64 b) {
251 return CacheKeyHelper(s, {b, b});

Callers 1

Calls 2

Fingerprint128Function · 0.85
FingerprintCat128Function · 0.70

Tested by

no test coverage detected