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

Method LOCKS_EXCLUDED

tensorflow/core/summary/summary_db_writer.cc:399–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 const string& user_name() { return user_name_; }
398
399 int64 run_id() LOCKS_EXCLUDED(mu_) {
400 mutex_lock lock(mu_);
401 return run_id_;
402 }
403
404 Status SetGraph(Sqlite* db, uint64 now, double computed_time,
405 std::unique_ptr<GraphDef> g) SQLITE_TRANSACTIONS_EXCLUDED(*db)

Callers

nothing calls this directly

Calls 14

SaveFunction · 0.85
SetDescriptionFunction · 0.85
DoubleTimeFunction · 0.85
BindIntMethod · 0.80
BindTextUnsafeMethod · 0.80
BindDoubleMethod · 0.80
BindBlobUnsafeMethod · 0.80
contentMethod · 0.80
StepAndResetMethod · 0.80
getMethod · 0.45
CommitMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected