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

Method PrepareOrDie

tensorflow/core/lib/db/sqlite.h:441–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439#define SQLITE_TRANSACTIONS_EXCLUDED(...) LOCKS_EXCLUDED(__VA_ARGS__)
440
441inline SqliteStatement Sqlite::PrepareOrDie(const StringPiece& sql) {
442 SqliteStatement stmt;
443 TF_CHECK_OK(Prepare(sql, &stmt));
444 return stmt;
445}
446
447} // namespace tensorflow
448

Callers 8

SetUpMethod · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
SetupTensorboardSqliteDbFunction · 0.80
VacuumFunction · 0.80
QueryIntMethod · 0.80
QueryDoubleMethod · 0.80
QueryStringMethod · 0.80

Calls 1

PrepareFunction · 0.50

Tested by 6

SetUpMethod · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
QueryIntMethod · 0.64
QueryDoubleMethod · 0.64
QueryStringMethod · 0.64