Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc309 Shape f32vec10_ = ShapeUtil::MakeShape(F32, {10}); member in xla::__anon3198ac380111::BufferAssignmentTest
313 Shape t_s32_f32v10_ = ShapeUtil::MakeTupleShape({s32_, f32vec10_});
822 HloInstruction::CreateParameter(1, f32vec10_, "param_data")); in TEST_F()
832 f32vec10_, HloOpcode::kAdd, while_data, data)); in TEST_F()
985 /*shape=*/f32vec10_, in TEST_F()
990 HloInstruction::CreateUnary(f32vec10_, HloOpcode::kExp, reduce)); in TEST_F()
1176 HloInstruction::CreateSlice(f32vec10_, negate, {0}, {10}, {1})); in TEST_F()
1208 HloInstruction::CreateSlice(f32vec10_, negate, {0}, {10}, {1})); in TEST_F()
1245 HloInstruction::CreateSlice(f32vec10_, tuple_element, {0}, {10}, {1})); in TEST_F()
1280 HloInstruction::CreateSlice(f32vec10_, negate, {0}, {10}, {1})); in TEST_F()
[all …]