Searched refs:DeviceTypes (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel_test.cc | 126 static std::vector<DeviceType> DeviceTypes() { in DeviceTypes() function 210 TF_ASSERT_OK(SupportedDeviceTypesForNode(DeviceTypes(), ndef, &devs)); in TEST_F() 221 TF_ASSERT_OK(SupportedDeviceTypesForNode(DeviceTypes(), ndef, &devs)); in TEST_F() 230 TF_ASSERT_OK(SupportedDeviceTypesForNode(DeviceTypes(), ndef, &devs)); in TEST_F() 238 TF_ASSERT_OK(SupportedDeviceTypesForNode(DeviceTypes(), ndef, &devs)); in TEST_F() 246 TF_ASSERT_OK(SupportedDeviceTypesForNode(DeviceTypes(), ndef, &devs)); in TEST_F() 256 TF_ASSERT_OK(SupportedDeviceTypesForNode(DeviceTypes(), ndef, &devs)); in TEST_F() 449 TF_EXPECT_OK(SupportedDeviceTypesForNode(DeviceTypes(), def, &devices)); 483 TF_EXPECT_OK(SupportedDeviceTypesForNode(DeviceTypes(), def, &devices)); in ExpectFailure() 489 SupportedDeviceTypesForNode(DeviceTypes(), def, &devices); in ExpectFailure() [all …]
|