Home
last modified time | relevance | path

Searched refs:map_computation (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph_test.cc50 HloComputation* map_computation, int64 callsites) { in MakeMappingComputation() argument
57 kScalarShape, {last_value}, map_computation)); in MakeMappingComputation()
142 HloComputation* map_computation = in TEST_F() local
145 MakeMappingComputation(map_computation, /*callsites=*/5)); in TEST_F()
159 const CallGraphNode& map_node = call_graph->GetNode(map_computation); in TEST_F()
160 EXPECT_EQ(map_computation, map_node.computation()); in TEST_F()
Dflatten_call_graph_test.cc48 HloComputation* map_computation, int64 callsites) { in MakeMappingComputation() argument
55 kScalarShape, {last_value}, map_computation)); in MakeMappingComputation()
Dhlo_creation_utils.cc230 HloComputation* map_computation) { in MakeMapHlo() argument
245 operand_shapes, map_computation->ComputeProgramShape(), map_dims)); in MakeMapHlo()
247 HloInstruction::CreateMap(map_shape, operands, map_computation)); in MakeMapHlo()
Dhlo_computation_test.cc62 HloComputation* map_computation) { in CreateMapComputation() argument
67 HloInstruction::CreateMap(r0f32_, {param}, map_computation)); in CreateMapComputation()
86 auto map_computation = in TEST_F() local
89 EXPECT_THAT(map_computation->MakeEmbeddedComputationsList(), in TEST_F()
Dhlo_creation_utils.h115 HloComputation* map_computation);
Dbuffer_assignment_test.cc745 auto map_computation = in TEST_F() local
747 auto inner_last = map_computation->root_instruction(); in TEST_F()
754 HloInstruction::CreateMap(f32a100x10_, {param0}, map_computation)); in TEST_F()
1208 auto map_computation = module->AddEmbeddedComputation(map_builder.Build()); in TEST_F() local
1226 HloInstruction::CreateMap(vec_shape, {call}, map_computation)); in TEST_F()
Dhlo_instruction_test.cc1026 auto map_computation = module->AddEmbeddedComputation(map_builder.Build()); in TEST_F() local
1030 HloInstruction::CreateMap(r2f32, {x}, map_computation)); in TEST_F()
Dhlo_instruction.h433 HloComputation* map_computation);
Dhlo_instructions.cc909 HloComputation* map_computation) in HloMapInstruction() argument
914 AppendComputation(map_computation); in HloMapInstruction()
Dhlo_instructions.h584 HloComputation* map_computation);
Dhlo_instruction.cc776 HloComputation* map_computation) { in CreateMap() argument
777 return absl::make_unique<HloMapInstruction>(shape, operands, map_computation); in CreateMap()
Dalgebraic_simplifier.cc3692 auto* map_computation = map->to_apply(); in HandleMap() local
3693 auto* map_root = map_computation->root_instruction(); in HandleMap()