Searched refs:CompileAndExecute (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | outfeed_receiver_test.cc | 34 Status CompileAndExecute(XlaBuilder* builder, XlaOp root, int device_id, in CompileAndExecute() function 130 EXPECT_TRUE(CompileAndExecute(&builder, send, 0, cpu_client.get()).ok()); in TEST() 163 EXPECT_TRUE(CompileAndExecute(&builder0, send0, 0, cpu_client.get()).ok()); in TEST() 173 EXPECT_TRUE(CompileAndExecute(&builder1, send1, 0, cpu_client.get()).ok()); in TEST() 216 EXPECT_TRUE(CompileAndExecute(&builder, send1, 0, cpu_client.get()).ok()); in TEST() 311 EXPECT_TRUE(CompileAndExecute(&builder, send, 0, cpu_client.get()).ok()); in TEST()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | multiple_devices_on_host_test.cc | 36 void CompileAndExecute( in CompileAndExecute() function 81 CompileAndExecute(executable.get(), device_ordinal, client, in TestWithDeviceCount()
|
/external/tensorflow/tensorflow/compiler/xrt/tests/ |
D | raw_api_test.cc | 1070 TEST(RawApiTest, CompileAndExecute) { in TEST() argument
|