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

Function ClearVisitedBits

tensorflow/compiler/jit/graphcycles/graphcycles.cc:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292static void ClearVisitedBits(GraphCycles::Rep* r, const Vec<int32>& nodes) {
293 for (Vec<int32>::size_type i = 0; i < nodes.size(); i++) {
294 r->nodes_[nodes[i]]->visited = false;
295 }
296}
297
298int GraphCycles::FindPath(int32 x, int32 y, int max_path_len,
299 int32 path[]) const {

Callers 2

InsertEdgeMethod · 0.85
IsReachableNonConstMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected