Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dllvm_compiler_test.cc75 class LLVMCompilerTest : public ::testing::Test { class
89 ~LLVMCompilerTest() override {} in ~LLVMCompilerTest()
94 explicit LLVMCompilerTest(std::string platform_name) in LLVMCompilerTest() function in xla::__anoncd25abb30111::LLVMCompilerTest
176 class CpuCompilerTest : public LLVMCompilerTest {
178 CpuCompilerTest() : LLVMCompilerTest("Host") {} in CpuCompilerTest()
181 class GpuCompilerTest : public LLVMCompilerTest {
183 GpuCompilerTest() : LLVMCompilerTest("GPU") {} in GpuCompilerTest()