MCPcopy 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
60uint64 GetArgForName(StringPiece name) {
61 return Hash64(name.data(), name.size());
62}
63
64void ScopedAnnotation::Enable(bool enable) {
65 return enable_annotation.store(enable, std::memory_order_release);

Callers 1

ScopedRegionMethod · 0.85

Calls 3

Hash64Function · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected