Searched refs:f32vec10_ (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 302 Shape f32vec10_ = ShapeUtil::MakeShape(F32, {10}); member in xla::__anon3198ac380111::BufferAssignmentTest 306 Shape t_s32_f32v10_ = ShapeUtil::MakeTupleShape({s32_, f32vec10_}); 813 /*shape=*/f32vec10_, in TEST_F() 818 HloInstruction::CreateUnary(f32vec10_, HloOpcode::kExp, reduce)); in TEST_F() 1004 HloInstruction::CreateSlice(f32vec10_, negate, {0}, {10}, {1})); in TEST_F() 1036 HloInstruction::CreateSlice(f32vec10_, negate, {0}, {10}, {1})); in TEST_F() 1073 HloInstruction::CreateSlice(f32vec10_, tuple_element, {0}, {10}, {1})); in TEST_F() 1108 HloInstruction::CreateSlice(f32vec10_, negate, {0}, {10}, {1})); in TEST_F() 1140 HloInstruction::CreateSlice(f32vec10_, negate, {0}, {10}, {1})); in TEST_F() 1177 HloInstruction::CreateSlice(f32vec10_, negate, {0}, {10}, {1})); in TEST_F()
|