Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
H A Dgpu_ftz_test.cc45 auto hlo_module = CreateNewVerifiedModuleWithFTZ(ftz_); in CreateBinaryOpModule()
60 auto hlo_module = CreateNewVerifiedModuleWithFTZ(ftz_); in CreateUnaryOpModule()
H A Dgpu_codegen_test.h38 std::unique_ptr<VerifiedHloModule> CreateNewVerifiedModuleWithFTZ(bool ftz);
H A Dgpu_codegen_test.cc33 GpuCodegenTest::CreateNewVerifiedModuleWithFTZ(bool ftz) { in CreateNewVerifiedModuleWithFTZ() function in xla::gpu::GpuCodegenTest