/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
H A D | gpu_unrolling_test.cc | 48 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in TEST_F() 66 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in TEST_F() 114 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in TEST_F() 147 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in TEST_F() 181 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in TEST_F() 215 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in TEST_F() 240 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in TEST_F() 265 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in TEST_F()
|
H A D | gpu_index_test.cc | 68 config.set_debug_options(HloTestBase::GetDebugOptionsForTest()); in TEST_F() 93 config.set_debug_options(HloTestBase::GetDebugOptionsForTest()); in TEST_F() 126 config.set_debug_options(HloTestBase::GetDebugOptionsForTest()); in TEST_F() 158 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in TEST_F() 187 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in TEST_F()
|
H A D | gemm_rewrite_test.cc | 132 DebugOptions debug_options = GetDebugOptionsForTest(); 143 DebugOptions debug_options = GetDebugOptionsForTest(); 484 DebugOptions debug_options = GetDebugOptionsForTest(); 933 DebugOptions GetDebugOptionsForTest() override { function in xla::gpu::__anonefce84000111::CublasLtMatmulRewriteTest 934 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest();
|
H A D | gpu_compilation_parallelism_test.cc | 28 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::gpu::__anon368c3f580111::CompilationParallelismTest 29 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
H A D | gpu_copy_alone_test.cc | 31 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::gpu::__anonf6eef10d0111::CopyAloneNoOptTest 32 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
H A D | reduction_vectorization_test.cc | 39 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::gpu::__anon205729760111::ReductionVectorizationNoOptTest 40 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
H A D | parallel_reduction_test.cc | 26 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::gpu::__anon1584fc120111::ParallelReductionTest 27 DebugOptions debug_options = GpuCodegenTest::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
H A D | in_place_op_test.cc | 24 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::gpu::__anon5c28c1120111::InPlaceOpTest
|
H A D | sorting_test.cc | 42 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in ConfigWithoutLayoutAssignment()
|
H A D | gpu_input_fusible_slice_test.cc | 34 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in ConfigWithoutLayoutAssignment()
|
H A D | gpu_kernel_tiling_test.cc | 56 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in ConfigWithoutLayoutAssignment()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | elemental_ir_emitter_test.cc | 33 config.set_debug_options(GetDebugOptionsForTest()); in RunTest() 41 auto debug_options = GetDebugOptionsForTest(); in RunTypeConversionTest() 122 auto debug_options = GetDebugOptionsForTest(); in XLA_TEST_F() 147 auto debug_options = GetDebugOptionsForTest(); in XLA_TEST_F() 170 auto debug_options = GetDebugOptionsForTest(); in XLA_TEST_F() 194 auto debug_options = GetDebugOptionsForTest(); in XLA_TEST_F()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | matmul_test.cc | 31 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::__anon678f8f8e0111::MatmulTestWithCublas 32 auto debug_options = HloTestBase::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
H A D | token_hlo_test.cc | 142 DebugOptions debug_options = GetDebugOptionsForTest(); in XLA_TEST_F() 177 DebugOptions debug_options = GetDebugOptionsForTest(); in XLA_TEST_F()
|
H A D | multioutput_fusion_test.cc | 55 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::__anoncd8e35ad0111::MultiOutputFusionTest 56 auto opts = HloTestBase::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
H A D | hlo_test_base.h | 157 virtual DebugOptions GetDebugOptionsForTest(); 163 config.set_debug_options(GetDebugOptionsForTest());
|
H A D | scatter_test.cc | 34 config.set_debug_options(GetDebugOptionsForTest()); in RunTest() 158 config.set_debug_options(GetDebugOptionsForTest()); in XLA_TEST_F()
|
H A D | hlo_test_base.cc | 200 DebugOptions HloTestBase::GetDebugOptionsForTest() { in GetDebugOptionsForTest() function in xla::HloTestBase 688 HloRunner::ReadModuleFromHloTextFile(filename, GetDebugOptionsForTest()); in RunAndCompareFromFile() 714 HloRunner::ReadModuleFromHloTextFile(filename, GetDebugOptionsForTest()); in RunAndCompareNoHloPassesFromFile()
|
H A D | llvm_irgen_test_base.cc | 66 config.set_debug_options(GetDebugOptionsForTest()); in CompileAndVerifyIr()
|
H A D | cpu_gpu_fusion_test.cc | 141 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::__anon12e5dd640111::CpuGpuFusionTest 142 DebugOptions debug_options = HloTestBase::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
H A D | gather_operation_test.cc | 39 config.set_debug_options(GetDebugOptionsForTest()); in RunTest()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
H A D | cpu_vectorization_test.cc | 74 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::cpu::__anonb79ebecd0111::CpuVectorizationTest 75 DebugOptions debug_options = HloTestBase::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
H A D | cpu_intrinsic_test.cc | 76 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::cpu::__anon3617d1af0111::CpuUnaryIntrinsicTest 77 DebugOptions debug_options = HloTestBase::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
H A D | cpu_fusion_test.cc | 43 DebugOptions GetDebugOptionsForTest() override { in GetDebugOptionsForTest() function in xla::cpu::__anon8125c0700111::CpuFusionTest 44 DebugOptions debug_options = HloTestBase::GetDebugOptionsForTest(); in GetDebugOptionsForTest()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gpu_hlo_schedule_test.cc | 48 auto debug_options = GetDebugOptionsForTest(); in CreateNewVerifiedModule()
|