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

Function GetSymbolicDeviceList

tensorflow/core/framework/device_base.cc:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75namespace {
76
77absl::flat_hash_set<std::string>* GetSymbolicDeviceList() {
78 static absl::flat_hash_set<std::string>* symbolic_device_list =
79 new absl::flat_hash_set<std::string>();
80 return symbolic_device_list;
81}
82
83} // namespace
84

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected