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

Method ScopedRegion

tensorflow/core/platform/tracing.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97// currently registered EventCollector.
98class ScopedRegion {
99 ScopedRegion(ScopedRegion&) = delete; // Not copy-constructible.
100 ScopedRegion& operator=(ScopedRegion&) = delete; // Not assignable.
101
102 public:

Callers

nothing calls this directly

Calls 3

GetEventCollectorFunction · 0.85
GetUniqueArgFunction · 0.85
GetArgForNameFunction · 0.85

Tested by

no test coverage detected