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

Method StepOrDie

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

Source from the content-addressed store, hash-verified

199}
200
201bool SqliteStatement::StepOrDie() {
202 bool is_done;
203 TF_CHECK_OK(Step(&is_done));
204 return !is_done;
205}
206
207Status SqliteStatement::StepOnce() {
208 bool is_done;

Callers

nothing calls this directly

Calls 1

StepClass · 0.85

Tested by

no test coverage detected