Searched refs:CompileToExecutable (Results 1 – 8 of 8) sorted by relevance
32 StatusOr<std::unique_ptr<Executable>> CompileToExecutable(
20 StatusOr<std::unique_ptr<Executable>> CodegenTestBase::CompileToExecutable( in CompileToExecutable() function in xla::CodegenTestBase
53 Status status = CompileToExecutable(std::move(hlo_module)).status(); in CompileAndVerifyIr()
48 CompileToExecutable(std::move(hlo_module)); in TEST_F()
51 std::move(CompileToExecutable(std::move(hlo_module)).ValueOrDie()); in CompileAndOptionallyVerifyPtx()
49 CompileToExecutable(std::move(hlo_module)); in TEST_F()
817 Status status = CompileToExecutable(std::move(hlo_module)).status(); in TEST_F()
55 CompileToExecutable(std::move(hlo_module)); in TEST_F()