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

Method StepAndResetOrDie

tensorflow/core/lib/db/sqlite.cc:231–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void SqliteStatement::StepAndResetOrDie() { TF_CHECK_OK(StepAndReset()); }
232
233void SqliteStatement::Reset() {
234 if (TF_PREDICT_TRUE(stmt_ != nullptr)) {

Callers 3

SetUpMethod · 0.80
SetupTensorboardSqliteDbFunction · 0.80
VacuumFunction · 0.80

Calls

no outgoing calls

Tested by 1

SetUpMethod · 0.64