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

Function CreateSummaryDbWriter

tensorflow/core/summary/summary_db_writer.cc:1141–1146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1139} // namespace
1140
1141Status CreateSummaryDbWriter(Sqlite* db, const string& experiment_name,
1142 const string& run_name, const string& user_name,
1143 Env* env, SummaryWriterInterface** result) {
1144 *result = new SummaryDbWriter(env, db, experiment_name, run_name, user_name);
1145 return Status::OK();
1146}
1147
1148} // namespace tensorflow

Callers 3

mainFunction · 0.85
TEST_FFunction · 0.85
ComputeMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68