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

Function Decode

tensorflow/core/framework/hash_table/hash_table.cc:582–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582int64 Decode(int64 key) {
583 return (key & kIndexBase);
584}
585
586} // namespace
587

Callers 2

ChildSnapshotMethod · 0.70
FromProtoMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected