Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_inliner_test.cc149 Shape r0s32 = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
151 empty.AddInstruction(HloInstruction::CreateParameter(0, r0s32, "A")); in TEST_F()
158 empty2.AddInstruction(HloInstruction::CreateParameter(0, r0s32, "A")); in TEST_F()
171 HloInstruction::CreateCall(r0s32, {zero}, empty_computation)); in TEST_F()
173 HloInstruction::CreateCall(r0s32, {zero}, empty2_computation)); in TEST_F()
175 HloInstruction::CreateCall(r0s32, {call1}, empty_computation)); in TEST_F()
Dbuffer_assignment_test.cc2128 const Shape r0s32 = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
2195 const Shape r0s32 = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
2278 const Shape r0s32 = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
2286 builder.AddInstruction(HloInstruction::CreateParameter(0, r0s32, "x")); in TEST_F()
2299 builder.AddInstruction(HloInstruction::CreateParameter(0, r0s32, "x")); in TEST_F()
2301 HloInstruction::CreateBinary(r0s32, HloOpcode::kAdd, param, const9)); in TEST_F()
2311 builder.AddInstruction(HloInstruction::CreateInfeed(r0s32, token, "")); in TEST_F()
2313 HloInstruction::CreateGetTupleElement(r0s32, infeed, 0)); in TEST_F()
2317 HloInstruction::CreateWhile(r0s32, cond0, body0, infeed_data)); in TEST_F()
2322 HloInstruction::CreateWhile(r0s32, cond1, body1, while0)); in TEST_F()
[all …]
Dhlo_computation_test.cc504 Shape r0s32 = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
521 HloInstruction::CreateParameter(2, r0s32, "p.1")); in TEST_F()
532 ShapeUtil::Equal(clone->parameter_instruction(2)->shape(), r0s32)); in TEST_F()
Dshape_inference_test.cc2274 auto r0s32 = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
2276 r0s32, in TEST_F()
2285 r0s32, in TEST_F()
2295 r0s32, {ShapeUtil::MakeProgramShape({tuple_f32_v32}, vector_32_)}, in TEST_F()
2311 r0s32, in TEST_F()
2322 r0s32, in TEST_F()
2323 {ShapeUtil::MakeProgramShape({r0s32}, f32_), in TEST_F()
2326 {r0s32, vector_32_, vector_64_}); in TEST_F()
2333 r0s32, in TEST_F()
2345 ShapeInference::InferConditionalShape(r0s32, {}, {}); in TEST_F()
Dalgebraic_simplifier_test.cc365 Shape r0s32 = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
368 HloInstruction::CreateParameter(0, r0s32, "param0")); in TEST_F()
372 HloInstruction::CreateBinary(r0s32, HloOpcode::kMultiply, param0, zero)); in TEST_F()
521 Shape r0s32 = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
524 HloInstruction::CreateParameter(0, r0s32, "param0")); in TEST_F()
526 HloInstruction::CreateParameter(1, r0s32, "param1")); in TEST_F()
530 r0s32, HloOpcode::kSelect, one, param0, param1)); in TEST_F()
543 Shape r0s32 = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
546 HloInstruction::CreateParameter(0, r0s32, "param0")); in TEST_F()
548 HloInstruction::CreateParameter(1, r0s32, "param1")); in TEST_F()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinstruction_fusion_test.cc606 Shape r0s32 = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
609 HloInstruction::CreateParameter(0, r0s32, "param0")); in TEST_F()
614 HloInstruction::CreateBinary(r0s32, HloOpcode::kDivide, param0, one)); in TEST_F()
616 HloInstruction::CreateBinary(r0s32, HloOpcode::kRemainder, param0, one)); in TEST_F()