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

Method SetLoc

tensorflow/core/graph/star_server_graph_partition.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 SubGraph() : only_variable_(false), use_send_recv_(false) {}
58 const std::string& GetLoc() const { return loc_; }
59 void SetLoc(const std::string &loc) { loc_ = loc; }
60
61 void AddNode(const Node* node) {
62 if (node_id_set_.find(node->id()) != node_id_set_.end()) {

Callers 2

SplitGraphInternalV2Method · 0.80
SplitGraphInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected