Searched refs:LLVMCompilerTest (Results 1 – 1 of 1) sorted by relevance
73 class LLVMCompilerTest : public ::testing::Test { class87 ~LLVMCompilerTest() override {} in ~LLVMCompilerTest()92 explicit LLVMCompilerTest(string platform_name) in LLVMCompilerTest() function in xla::__anon3cec0ae90111::LLVMCompilerTest174 class CpuCompilerTest : public LLVMCompilerTest {176 CpuCompilerTest() : LLVMCompilerTest("Host") {} in CpuCompilerTest()179 class GpuCompilerTest : public LLVMCompilerTest {181 GpuCompilerTest() : LLVMCompilerTest("GPU") {} in GpuCompilerTest()