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

Function Run

tensorflow/core/summary/schema.cc:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace {
21
22Status Run(Sqlite* db, const char* sql) {
23 SqliteStatement stmt;
24 TF_RETURN_IF_ERROR(db->Prepare(sql, &stmt));
25 return stmt.StepAndReset();
26}
27
28} // namespace
29

Callers 15

SetupTensorboardSqliteDbFunction · 0.70
RunMethod · 0.50
testWhileMethod · 0.50
testWhileInt32Method · 0.50
testWhileLoweringMethod · 0.50
testCaseLoweringMethod · 0.50
ThenBlasImplClass · 0.50
XrtClientSessionMethod · 0.50
InitializeMethod · 0.50
ComputeMethod · 0.50
InitializeMethod · 0.50

Calls 2

StepAndResetMethod · 0.80
PrepareMethod · 0.45