Searched defs:SetDevice (Results 1 – 8 of 8) sorted by relevance
23 Status SetDevice(const GraphDef& input_graph_def, in SetDevice() function
25 void OpsTestBase::SetDevice(const DeviceType& device_type, in SetDevice() function in tensorflow::OpsTestBase
18 tensorflow::Status EagerOperation::SetDevice(const char* device) { in SetDevice() function in tensorflow::EagerOperation
63 void SetDevice(tensorflow::Device* device) { device_ = device; } in SetDevice() function
60 void SetDevice(const string& device) { device_ = device; } in SetDevice() function
215 void SetDevice(GraphDef* graph, const string& name, const string& dev) { in SetDevice() function
364 void SetDevice(GraphDef* graph, const string& name, const string& dev) { in SetDevice() function
2605 void DiskThread::SetDevice(const char *device_name) { in SetDevice() function in DiskThread