Home
last modified time | relevance | path

Searched refs:TFE_OpGetDevice (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dcustom_device_testutil.cc93 const char* requested_placement = TFE_OpGetDevice(original_op, s); in LoggingDeviceExecute()
Dc_api.h264 TF_CAPI_EXPORT extern const char* TFE_OpGetDevice(const TFE_Op* op,
Dcustom_device_test.cc86 ASSERT_EQ(tensorflow::string(TFE_OpGetDevice(reused_op.get(), status.get())), in TEST()
92 ASSERT_EQ(tensorflow::string(TFE_OpGetDevice(reused_op.get(), status.get())), in TEST()
Dc_api_test.cc493 const char* device_name = TFE_OpGetDevice(matmul, status); in SetAndGetOpDevices()
498 device_name = TFE_OpGetDevice(matmul, status); in SetAndGetOpDevices()
1758 const char* device = TFE_OpGetDevice(other, status); in CloneOp()
1788 EXPECT_EQ("", std::string(TFE_OpGetDevice(original_var_op, status))); in TEST()
1796 std::string(TFE_OpGetDevice(cloned, status))); in TEST()
1816 EXPECT_EQ("", std::string(TFE_OpGetDevice(cloned_identity, status))); in TEST()
Dc_api.cc668 const char* TFE_OpGetDevice(const TFE_Op* op, TF_Status* status) { in TFE_OpGetDevice() function
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device.cc279 const char* requested_placement = TFE_OpGetDevice(original_op, status); in ParallelDeviceExecute()