Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc73 class LLVMCompilerTest : public ::testing::Test { class
87 ~LLVMCompilerTest() override {} in ~LLVMCompilerTest()
92 explicit LLVMCompilerTest(string platform_name) in LLVMCompilerTest() function in xla::__anon3cec0ae90111::LLVMCompilerTest
174 class CpuCompilerTest : public LLVMCompilerTest {
176 CpuCompilerTest() : LLVMCompilerTest("Host") {} in CpuCompilerTest()
179 class GpuCompilerTest : public LLVMCompilerTest {
181 GpuCompilerTest() : LLVMCompilerTest("GPU") {} in GpuCompilerTest()