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

Method PopAnnotation

tensorflow/core/platform/annotation.h:63–65  ·  view source on GitHub ↗

Resizes the annotation for the current thread to its old length.

Source from the content-addressed store, hash-verified

61
62 // Resizes the annotation for the current thread to its old length.
63 static void PopAnnotation(size_t old_length) {
64 ThreadAnnotation()->resize(old_length);
65 }
66
67 private:
68 Annotation(const Annotation&) = delete; // Unconstructible.

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected