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

Method InitializeMembers

tensorflow/core/common_runtime/colocation_graph.cc:1170–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168}
1169
1170Status ColocationGraph::InitializeMembers() {
1171 for (Node* node : graph_.op_nodes()) {
1172 Status status = InitializeMember(*node, &members_[node->id()]);
1173 if (!status.ok()) {
1174 return AttachDef(status, *node);
1175 }
1176 }
1177 return Status::OK();
1178}
1179
1180string ColocationGraph::DebugString() const {
1181 std::unordered_set<int> roots;

Callers

nothing calls this directly

Calls 4

AttachDefFunction · 0.85
op_nodesMethod · 0.80
idMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected