Searched refs:max_f32 (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | map_inliner_test.cc | 51 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/ |
D | minmax.f32.glsl | 18 ; FUNC-LABEL: {{^}}@max_f32: 25 #shader fs max_f32
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_test.cc | 864 XlaComputation max_f32 = CreateScalarMaxComputation(F32, &builder); in XLA_TEST_F() local 873 Reduce(b, a2, max_f32, {0}); in XLA_TEST_F()
|