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

Method Size

tensorflow/lite/profiling/profile_buffer.h:104–107  ·  view source on GitHub ↗

Returns the size of the buffer.

Source from the content-addressed store, hash-verified

102
103 // Returns the size of the buffer.
104 size_t Size() const {
105 return (current_index_ >= event_buffer_.size()) ? event_buffer_.size()
106 : current_index_;
107 }
108
109 // Resets the buffer.
110 void Reset() {

Callers 3

GetProfileEventsMethod · 0.45
GetProfileEventsFunction · 0.45
TESTFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

GetProfileEventsFunction · 0.36
TESTFunction · 0.36