Home
last modified time | relevance | path

Searched refs:CompileAndExecute (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Doutfeed_receiver_test.cc34 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/
Dmultiple_devices_on_host_test.cc36 void CompileAndExecute( in CompileAndExecute() function
81 CompileAndExecute(executable.get(), device_ordinal, client, in TestWithDeviceCount()
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc1070 TEST(RawApiTest, CompileAndExecute) { in TEST() argument