Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dtrack_media_info_map_unittest.cc168 void CreateMap() { in CreateMap() function in webrtc::__anon0099fdc40111::TrackMediaInfoMapTest
195 CreateMap(); in TEST_F()
231 CreateMap(); in TEST_F()
245 CreateMap(); in TEST_F()
279 CreateMap(); in TEST_F()
303 CreateMap(); in TEST_F()
333 CreateMap(); in TEST_F()
364 CreateMap(); in TEST_F()
400 CreateMap(); in TEST_F()
411 CreateMap(); in TEST_F()
[all …]
/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.cc66 HloInstruction::CreateMap(r0f32_, {param}, map_computation)); in CreateMapComputation()
106 HloInstruction::CreateMap(r0f32_, {param}, map1_computation)); in TEST_F()
108 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_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_instruction_test.cc350 HloInstruction::CreateMap(f32a100x10, {param0}, add_f32)); in TEST_F()
829 HloInstruction::CreateMap(scalar_shape, {constant}, computation_x)); in TEST_F()
831 HloInstruction::CreateMap(scalar_shape, {map_1_x}, computation_x)); in TEST_F()
833 HloInstruction::CreateMap(scalar_shape, {map_2_x}, computation_y)); in TEST_F()
1091 HloInstruction::CreateMap(r2f32, {x}, map_computation)); in TEST_F()
Dhlo_creation_utils.cc319 HloInstruction::CreateMap(map_shape, operands, map_computation)); in MakeMapHlo()
Dbuffer_assignment_test.cc928 HloInstruction::CreateMap(f32a100x10_, {param0}, map_computation)); in TEST_F()
1400 HloInstruction::CreateMap(vec_shape, {call}, map_computation)); in TEST_F()
Dhlo_instruction.h620 static std::unique_ptr<HloInstruction> CreateMap(
Dalgebraic_simplifier.cc4955 new_reduce = computation_->AddInstruction(HloInstruction::CreateMap( in HandleReduce()
5069 auto map = computation_->AddInstruction(HloInstruction::CreateMap( in HandleReduceWindow()
5339 scatter, HloInstruction::CreateMap( in HandleScatter()
Dhlo_instruction.cc309 instruction = CreateMap(shape, all_operands(), computations(0)); in CreateFromProto()
1094 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateMap( in CreateMap() function in xla::HloInstruction
Dhlo_parser.cc1947 HloInstruction::CreateMap(shape, operands, *to_apply)); in ParseInstructionRhs()
Dalgebraic_simplifier_test.cc735 builder.AddInstruction(HloInstruction::CreateMap( in TEST_F()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/mock_cel/
Dcel_value.h76 static CelValue CreateMap(const CelMap* /*value*/) { return CreateNull(); } in CreateMap() function
/external/cpu_features/src/utils/
Dlist_cpu_features.c132 static Node* CreateMap() { return BA_CreateNode(NT_MAP); } in CreateMap() function
349 Node* map = CreateMap(); in AddCacheInfo()
363 Node* root = CreateMap(); in CreateTree()
/external/webrtc/system_wrappers/source/
Dmetrics.cc191 void CreateMap() { in CreateMap() function
290 CreateMap(); in Enable()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Dcel_authorization_engine.cc133 mock_cel::CelValue::CreateMap(headers_.get())); in CreateActivation()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc516 HloInstruction::CreateMap(shape, {exp}, CreateAdderToOne(module.get()))); in TEST_F()
540 HloInstruction::CreateMap(shape, {exp0, exp1}, CreateMax(module.get()))); in TEST_F()