Home
last modified time | relevance | path

Searched refs:TF_SetDevice (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
Dc_api_session_coordination_test.cc104 TF_SetDevice(set_desc, task1_name); in TEST_P()
114 TF_SetDevice(get_desc, task2_name); in TEST_P()
/external/tensorflow/tensorflow/c/
Dc_test_util.cc213 TF_SetDevice(desc, op_device.c_str()); in BinaryOpHelper()
299 TF_SetDevice(desc, "/cpu:0"); in Split3Helper()
Dc_api.h258 TF_CAPI_EXPORT extern void TF_SetDevice(TF_OperationDescription* desc,
Dc_api_function_test.cc223 TF_SetDevice(desc, "/cpu:0"); in UseHelper()
Dc_api.cc789 void TF_SetDevice(TF_OperationDescription* desc, const char* device) { in TF_SetDevice() function
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_operation_builder_jni.cc142 TF_SetDevice(d, cdevice); in Java_org_tensorflow_GraphOperationBuilder_setDevice()
/external/tensorflow/tensorflow/go/
Dgraph.go357 C.TF_SetDevice(cdesc, cdevice)
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc1127 m.def("TF_SetDevice", TF_SetDevice); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/framework/
Dops.py1941 pywrap_tf_session.TF_SetDevice(op_desc, compat.as_str(node_def.device))