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

Method has_assigned_device_name

tensorflow/core/graph/graph.h:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 const string& assigned_device_name() const;
118 void set_assigned_device_name(const string& device_name);
119 bool has_assigned_device_name() const {
120 return assigned_device_name_index_ > 0;
121 }
122 int assigned_device_name_index() const { return assigned_device_name_index_; }
123 void set_assigned_device_name_index(int index);
124

Callers 7

SegmentGraphFunction · 0.80
GetEngineInfoFunction · 0.80
RunMethod · 0.80
DebugInfoMethod · 0.80
InitializeMemberMethod · 0.80
InputDevicesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected