Searched refs:LLVMCompilerTest (Results 1 – 1 of 1) sorted by relevance
75 class LLVMCompilerTest : public ::testing::Test { class89 ~LLVMCompilerTest() override {} in ~LLVMCompilerTest()94 explicit LLVMCompilerTest(std::string platform_name) in LLVMCompilerTest() function in xla::__anoncd25abb30111::LLVMCompilerTest176 class CpuCompilerTest : public LLVMCompilerTest {178 CpuCompilerTest() : LLVMCompilerTest("Host") {} in CpuCompilerTest()181 class GpuCompilerTest : public LLVMCompilerTest {183 GpuCompilerTest() : LLVMCompilerTest("GPU") {} in GpuCompilerTest()