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

Method SetEnabled

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

Sets the enabled state of buffer to |enabled|

Source from the content-addressed store, hash-verified

80
81 // Sets the enabled state of buffer to |enabled|
82 void SetEnabled(bool enabled) { enabled_ = enabled; }
83
84 // Sets the end timestamp for event for the handle to current time.
85 // If the buffer is disabled or previous event has been overwritten this

Callers 3

StartProfilingMethod · 0.80
StopProfilingMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64