Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcodegen_test_base.h32 StatusOr<std::unique_ptr<Executable>> CompileToExecutable(
H A Dcodegen_test_base.cc20 StatusOr<std::unique_ptr<Executable>> CodegenTestBase::CompileToExecutable( in CompileToExecutable() function in xla::CodegenTestBase
H A Dllvm_irgen_test_base.cc53 Status status = CompileToExecutable(std::move(hlo_module)).status(); in CompileAndVerifyIr()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
H A Dgpu_spmd_single_partition_test.cc48 CompileToExecutable(std::move(hlo_module)); in TEST_F()
H A Dgpu_codegen_test.cc51 std::move(CompileToExecutable(std::move(hlo_module)).ValueOrDie()); in CompileAndOptionallyVerifyPtx()
H A Dgpu_spmd_e2e_compile_test.cc49 CompileToExecutable(std::move(hlo_module)); in TEST_F()
H A Dgpu_kernel_tiling_test.cc817 Status status = CompileToExecutable(std::move(hlo_module)).status(); in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
H A Dcpu_spmd_compile_test.cc55 CompileToExecutable(std::move(hlo_module)); in TEST_F()