Searched refs:f32a100x10_ (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 311 Shape f32a100x10_ = ShapeUtil::MakeShape(F32, {100, 10}); member in xla::__anon3198ac380111::BufferAssignmentTest 924 HloInstruction::CreateParameter(0, f32a100x10_, "p")); in TEST_F() 926 HloInstruction::CreateMap(f32a100x10_, {param0}, map_computation)); in TEST_F() 977 HloInstruction::CreateParameter(0, f32a100x10_, "p")); in TEST_F() 979 HloInstruction::CreateUnary(f32a100x10_, HloOpcode::kExp, param0)); in TEST_F() 981 HloInstruction::CreateUnary(f32a100x10_, HloOpcode::kExp, exp1)); in TEST_F() 1178 HloInstruction::CreateBroadcast(f32a100x10_, slice, {1})); in TEST_F() 1210 HloInstruction::CreateBroadcast(f32a100x10_, slice, {1})); in TEST_F() 1247 HloInstruction::CreateBroadcast(f32a100x10_, slice, {1})); in TEST_F()
|