Home
last modified time | relevance | path

Searched refs:SelectDevice (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dplacement_test.cc125 Status status = context()->SelectDevice(requested, invalid_op, &dev); in TEST_F()
135 status = context()->SelectDevice(requested, node, &dev); in TEST_F()
144 TF_ASSERT_OK(context()->SelectDevice(requested, node, &dev)); in TEST_F()
149 TF_ASSERT_OK(context()->SelectDevice(requested, node, &dev)); in TEST_F()
166 Status status = context()->SelectDevice(requested, invalid_op, &dev); in TEST_F()
176 status = context()->SelectDevice(requested, node, &dev); in TEST_F()
Dcontext.h206 Status SelectDevice(DeviceNameUtils::ParsedName preferred,
Dcontext.cc349 Status EagerContext::SelectDevice(DeviceNameUtils::ParsedName preferred, in SelectDevice() function in tensorflow::EagerContext
Dexecute.cc1030 TF_RETURN_IF_ERROR(ctx.SelectDevice(preferred_device, ndef, device)); in SetOpDevice()
/external/tensorflow/tensorflow/core/tfrt/eager/core_runtime/
Dop_handler_selector.cc105 eager_context_->SelectDevice(device_parsed_name, *ndef, &device)); in SelectFromNodeDef()