Searched refs:add_f32 (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_test.cc | 94 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/ |
D | operand-spacing.ll | 6 ; 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/ |
D | operand-spacing.ll | 6 ; 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/ |
D | cpu_fusion_test.cc | 166 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/ |
D | hlo_instruction_test.cc | 341 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/ |
D | monster_test_generated.h | 2184 void add_f32(float f32) { 2228 builder_.add_f32(f32);
|