Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
void SqliteStatement::StepAndResetOrDie() { TF_CHECK_OK(StepAndReset()); }
232
233
void SqliteStatement::Reset() {
234
if (TF_PREDICT_TRUE(stmt_ != nullptr)) {
Callers
3
SetUp
Method · 0.80
SetupTensorboardSqliteDb
Function · 0.80
Vacuum
Function · 0.80
Calls
no outgoing calls
Tested by
1
SetUp
Method · 0.64