Home
last modified time | relevance | path

Searched refs:CreateMap (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dmap_inliner_test.cc59 HloInstruction::CreateMap(lhs->shape(), {lhs, rhs}, max_f32.get())); in TEST_F()
93 HloInstruction::CreateMap(lhs->shape(), {lhs}, const2_f32.get())); in TEST_F()
131 HloInstruction::CreateMap(lhs->shape(), {lhs, rhs}, max_f32.get())); in TEST_F()
163 HloInstruction::CreateMap(lhs->shape(), {lhs, rhs}, param_f32.get())); in TEST_F()
Dhlo_computation_test.cc67 HloInstruction::CreateMap(r0f32_, {param}, map_computation)); in CreateMapComputation()
107 HloInstruction::CreateMap(r0f32_, {param}, map1_computation)); in TEST_F()
109 HloInstruction::CreateMap(r0f32_, {param}, map2_computation)); in TEST_F()
Dflatten_call_graph_test.cc54 last_value = builder.AddInstruction(HloInstruction::CreateMap( in MakeMappingComputation()
Dcall_graph_test.cc56 last_value = builder.AddInstruction(HloInstruction::CreateMap( in MakeMappingComputation()
215 HloInstruction::CreateMap(kScalarShape, {call}, subcomputation)); in TEST_F()
Dhlo_instruction_test.cc348 HloInstruction::CreateMap(f32a100x10, {param0}, add_f32)); in TEST_F()
769 HloInstruction::CreateMap(scalar_shape, {constant}, computation_x)); in TEST_F()
771 HloInstruction::CreateMap(scalar_shape, {map_1_x}, computation_x)); in TEST_F()
773 HloInstruction::CreateMap(scalar_shape, {map_2_x}, computation_y)); in TEST_F()
1030 HloInstruction::CreateMap(r2f32, {x}, map_computation)); in TEST_F()
Dhlo_cse_test.cc637 HloInstruction::CreateMap(constant->shape(), {constant}, rng_function)); in TEST_F()
639 HloInstruction::CreateMap(constant->shape(), {constant}, rng_function)); in TEST_F()
Dhlo_creation_utils.cc247 HloInstruction::CreateMap(map_shape, operands, map_computation)); in MakeMapHlo()
Dhlo_instruction.h431 static std::unique_ptr<HloInstruction> CreateMap(
Dbuffer_assignment_test.cc754 HloInstruction::CreateMap(f32a100x10_, {param0}, map_computation)); in TEST_F()
1226 HloInstruction::CreateMap(vec_shape, {call}, map_computation)); in TEST_F()
Dhlo_instruction.cc286 instruction = CreateMap(shape, all_operands(), computations(0)); in CreateFromProto()
774 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateMap( in CreateMap() function in xla::HloInstruction
Dalgebraic_simplifier.cc3073 new_reduce = computation_->AddInstruction(HloInstruction::CreateMap( in HandleReduce()
3098 HloInstruction::CreateMap(reduce_window->shape(), in HandleReduceWindow()
Dhlo_parser.cc1190 HloInstruction::CreateMap(shape, operands, *to_apply)); in ParseInstructionRhs()
Dalgebraic_simplifier_test.cc492 builder.AddInstruction(HloInstruction::CreateMap( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc514 HloInstruction::CreateMap(shape, {exp}, CreateAdderToOne(module.get()))); in TEST_F()
538 HloInstruction::CreateMap(shape, {exp0, exp1}, CreateMax(module.get()))); in TEST_F()