Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetArgForName
Function
GetArgForName
tensorflow/core/platform/tracing.cc:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
uint64 GetArgForName(StringPiece name) {
61
return Hash64(name.data(), name.size());
62
}
63
64
void ScopedAnnotation::Enable(bool enable) {
65
return enable_annotation.store(enable, std::memory_order_release);
Callers
1
ScopedRegion
Method · 0.85
Calls
3
Hash64
Function · 0.50
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected