/external/webrtc/pc/ |
D | track_media_info_map_unittest.cc | 168 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/ |
D | map_inliner_test.cc | 59 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()
|
D | hlo_computation_test.cc | 66 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()
|
D | flatten_call_graph_test.cc | 54 last_value = builder.AddInstruction(HloInstruction::CreateMap( in MakeMappingComputation()
|
D | call_graph_test.cc | 56 last_value = builder.AddInstruction(HloInstruction::CreateMap( in MakeMappingComputation() 215 HloInstruction::CreateMap(kScalarShape, {call}, subcomputation)); in TEST_F()
|
D | hlo_cse_test.cc | 637 HloInstruction::CreateMap(constant->shape(), {constant}, rng_function)); in TEST_F() 639 HloInstruction::CreateMap(constant->shape(), {constant}, rng_function)); in TEST_F()
|
D | hlo_instruction_test.cc | 350 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()
|
D | hlo_creation_utils.cc | 319 HloInstruction::CreateMap(map_shape, operands, map_computation)); in MakeMapHlo()
|
D | buffer_assignment_test.cc | 928 HloInstruction::CreateMap(f32a100x10_, {param0}, map_computation)); in TEST_F() 1400 HloInstruction::CreateMap(vec_shape, {call}, map_computation)); in TEST_F()
|
D | hlo_instruction.h | 620 static std::unique_ptr<HloInstruction> CreateMap(
|
D | algebraic_simplifier.cc | 4955 new_reduce = computation_->AddInstruction(HloInstruction::CreateMap( in HandleReduce() 5069 auto map = computation_->AddInstruction(HloInstruction::CreateMap( in HandleReduceWindow() 5339 scatter, HloInstruction::CreateMap( in HandleScatter()
|
D | hlo_instruction.cc | 309 instruction = CreateMap(shape, all_operands(), computations(0)); in CreateFromProto() 1094 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateMap( in CreateMap() function in xla::HloInstruction
|
D | hlo_parser.cc | 1947 HloInstruction::CreateMap(shape, operands, *to_apply)); in ParseInstructionRhs()
|
D | algebraic_simplifier_test.cc | 735 builder.AddInstruction(HloInstruction::CreateMap( in TEST_F()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/mock_cel/ |
D | cel_value.h | 76 static CelValue CreateMap(const CelMap* /*value*/) { return CreateNull(); } in CreateMap() function
|
/external/cpu_features/src/utils/ |
D | list_cpu_features.c | 132 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/ |
D | metrics.cc | 191 void CreateMap() { in CreateMap() function 290 CreateMap(); in Enable()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
D | cel_authorization_engine.cc | 133 mock_cel::CelValue::CreateMap(headers_.get())); in CreateActivation()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_instruction_fusion_test.cc | 516 HloInstruction::CreateMap(shape, {exp}, CreateAdderToOne(module.get()))); in TEST_F() 540 HloInstruction::CreateMap(shape, {exp0, exp1}, CreateMax(module.get()))); in TEST_F()
|