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

Method LOCKS_EXCLUDED

tensorflow/core/summary/summary_db_writer.cc:833–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831 Status Append(Sqlite* db, int64 tag_id, int64 step, uint64 now,
832 double computed_time, const Tensor& t)
833 SQLITE_TRANSACTIONS_EXCLUDED(*db) LOCKS_EXCLUDED(mu_) {
834 SeriesWriter* writer = GetSeriesWriter(tag_id);
835 return writer->Append(db, step, now, computed_time, t);
836 }
837
838 Status Finish(Sqlite* db) SQLITE_TRANSACTIONS_EXCLUDED(*db)
839 LOCKS_EXCLUDED(mu_) {

Callers

nothing calls this directly

Calls 8

AppendMethod · 0.45
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
FinishMethod · 0.45
resetMethod · 0.45
findMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected