Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmap_inliner_test.cc51 auto max_f32 = max_builder.Build(); in TEST_F() local
59 HloInstruction::CreateMap(lhs->shape(), {lhs, rhs}, max_f32.get())); in TEST_F()
63 hlo_module->AddEmbeddedComputation(std::move(max_f32)); in TEST_F()
123 auto max_f32 = max_builder.Build(); in TEST_F() local
131 HloInstruction::CreateMap(lhs->shape(), {lhs, rhs}, max_f32.get())); in TEST_F()
135 hlo_module->AddEmbeddedComputation(std::move(max_f32)); in TEST_F()
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dminmax.f32.glsl18 ; FUNC-LABEL: {{^}}@max_f32:
25 #shader fs max_f32
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_test.cc864 XlaComputation max_f32 = CreateScalarMaxComputation(F32, &builder); in XLA_TEST_F() local
873 Reduce(b, a2, max_f32, {0}); in XLA_TEST_F()