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

Method Empty

tensorflow/core/grappler/costs/virtual_scheduler.cc:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172bool HeapReadyManager::Empty() const {
173 return nodes_.empty() && waiting_queue_.empty();
174}
175
176void HeapReadyManager::DrainWaitingQueue() {
177 for (const auto* node : waiting_queue_) {

Callers 7

RemoveDeadBranchesMethod · 0.45
SimplifyArithmeticOpsMethod · 0.45
OptimizeDependenciesMethod · 0.45
GetCurrNodeMethod · 0.45
InitMethod · 0.45
MarkCurrNodeExecutedMethod · 0.45
TEST_FFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 1

TEST_FFunction · 0.36