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

Function FingerprintCat128

tensorflow/core/common_runtime/eager/execute.cc:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309inline tensorflow::Fprint128 FingerprintCat128(const tensorflow::Fprint128& a,
310 const tensorflow::Fprint128& b) {
311 return {tensorflow::FingerprintCat64(a.low64, b.low64),
312 tensorflow::FingerprintCat64(a.high64, b.high64)};
313}
314
315inline tensorflow::Fprint128 FingerprintCat128(const tensorflow::Fprint128& a,
316 const int64 b) {

Callers 2

EagerLocalExecuteFunction · 0.70

Calls 1

FingerprintCat64Function · 0.85

Tested by

no test coverage detected