MCPcopy 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
78bool RecordYielder::ShouldFinish(const Status& s) {
79 mutex_lock l(mu_);
80 status_.Update(s);
81 return stop_ || !status_.ok();
82}
83
84static Status MatchFiles(const string& patterns,
85 std::vector<string>* filenames) {

Callers

nothing calls this directly

Calls 2

UpdateMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected