Home
last modified time | relevance | path

Searched refs:add_f32 (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_test.cc94 XlaComputation add_f32 = CreateScalarAddComputation(F32, &builder); in RunR1ToR0Test() local
98 Reduce(input, zero, add_f32, /*dimensions_to_reduce=*/{0}); in RunR1ToR0Test()
204 XlaComputation add_f32 = CreateScalarAddComputation(F32, &builder); in RunR2ToR0Test() local
208 Reduce(input, zero, add_f32, /*dimensions_to_reduce=*/{0, 1}); in RunR2ToR0Test()
231 XlaComputation add_f32 = CreateScalarAddComputation(F32, &builder); in RunR2ToR1Test() local
235 Reduce(input, zero, add_f32, /*dimensions_to_reduce=*/{0}); in RunR2ToR1Test()
441 XlaComputation add_f32 = CreateScalarAddComputation(F32, &builder); in XLA_TEST_F() local
446 Reduce(log_, zero, add_f32, /*dimensions_to_reduce=*/{0}); in XLA_TEST_F()
471 XlaComputation add_f32 = CreateScalarAddComputation(F32, &builder); in XLA_TEST_F() local
477 Reduce(transpose, zero, add_f32, /*dimensions_to_reduce=*/{1}); in XLA_TEST_F()
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Doperand-spacing.ll6 ; GCN-LABEL: {{^}}add_f32:
14 define void @add_f32(float addrspace(1)* %out, float %a, float %b) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Doperand-spacing.ll6 ; GCN-LABEL: {{^}}add_f32:
18 define amdgpu_kernel void @add_f32(float addrspace(1)* %out, [8 x i32], float %a, [8 x i32], float …
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc166 auto add_f32 = module->AddEmbeddedComputation(embedded_builder.Build()); in TEST_F() local
176 /*dimensions_to_reduce=*/{1}, add_f32)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc341 auto add_f32 = module->AddEmbeddedComputation(embedded_builder.Build()); in TEST_F() local
348 HloInstruction::CreateMap(f32a100x10, {param0}, add_f32)); in TEST_F()
380 auto add_f32 = module->AddEmbeddedComputation(embedded_builder.Build()); in TEST_F() local
392 /*dimensions_to_reduce=*/{1}, add_f32)); in TEST_F()
/external/flatbuffers/tests/
Dmonster_test_generated.h2184 void add_f32(float f32) {
2228 builder_.add_f32(f32);