Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ShouldFinish
Method
ShouldFinish
tensorflow/core/kernels/record_yielder.cc:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
};
77
78
bool RecordYielder::ShouldFinish(const Status& s) {
79
mutex_lock l(mu_);
80
status_.Update(s);
81
return stop_ || !status_.ok();
82
}
83
84
static Status MatchFiles(const string& patterns,
85
std::vector<string>* filenames) {
Callers
nothing calls this directly
Calls
2
Update
Method · 0.45
ok
Method · 0.45
Tested by
no test coverage detected