Searched refs:f32a100x10_ (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 304 Shape f32a100x10_ = ShapeUtil::MakeShape(F32, {100, 10}); member in xla::__anon3198ac380111::BufferAssignmentTest 752 HloInstruction::CreateParameter(0, f32a100x10_, "p")); in TEST_F() 754 HloInstruction::CreateMap(f32a100x10_, {param0}, map_computation)); in TEST_F() 805 HloInstruction::CreateParameter(0, f32a100x10_, "p")); in TEST_F() 807 HloInstruction::CreateUnary(f32a100x10_, HloOpcode::kExp, param0)); in TEST_F() 809 HloInstruction::CreateUnary(f32a100x10_, HloOpcode::kExp, exp1)); in TEST_F() 1006 HloInstruction::CreateBroadcast(f32a100x10_, slice, {1})); in TEST_F() 1038 HloInstruction::CreateBroadcast(f32a100x10_, slice, {1})); in TEST_F() 1075 HloInstruction::CreateBroadcast(f32a100x10_, slice, {1})); in TEST_F()
|