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

Method LOCKS_EXCLUDED

tensorflow/core/framework/model.h:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131 // Adds an input.
132 void add_input(std::shared_ptr<Node> node) LOCKS_EXCLUDED(mu_) {
133 mutex_lock l(mu_);
134 inputs_.push_back(node);
135 }
136
137 // Increments the aggregate processing time by the given delta.
138 void add_processing_time(int64 delta) LOCKS_EXCLUDED(mu_) {

Callers

nothing calls this directly

Calls 15

FindOrNullFunction · 0.85
long_nameMethod · 0.80
TotalBufferedBytesMethod · 0.80
StrAppendFunction · 0.50
push_backMethod · 0.45
findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45
removeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected