Home
last modified time | relevance | path

Searched defs:SetDevice (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dset_device.cc23 Status SetDevice(const GraphDef& input_graph_def, in SetDevice() function
/external/tensorflow/tensorflow/core/kernels/
Dops_testutil.cc25 void OpsTestBase::SetDevice(const DeviceType& device_type, in SetDevice() function in tensorflow::OpsTestBase
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.cc18 tensorflow::Status EagerOperation::SetDevice(const char* device) { in SetDevice() function in tensorflow::EagerOperation
Deager_operation.h63 void SetDevice(tensorflow::Device* device) { device_ = device; } in SetDevice() function
/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
Dcluster.h60 void SetDevice(const string& device) { device_ = device; } in SetDevice() function
/external/tensorflow/tensorflow/core/debug/
Dgrpc_session_debug_test.cc215 void SetDevice(GraphDef* graph, const string& name, const string& dev) { in SetDevice() function
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session_test.cc364 void SetDevice(GraphDef* graph, const string& name, const string& dev) { in SetDevice() function
/external/stressapptest/src/
Dworker.cc2605 void DiskThread::SetDevice(const char *device_name) { in SetDevice() function in DiskThread