Searched refs:effective_scalar_s32 (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | while_loop_invariant_code_motion_test.cc | 302 auto effective_scalar_s32 = ShapeUtil::MakeShape(S32, {1}); in TEST_F() local 319 effective_scalar_s32, HloOpcode::kBitcast, gte_0)); in TEST_F() 322 effective_scalar_s32, bitcast_inst, in_token, "")); in TEST_F() 357 auto effective_scalar_s32 = ShapeUtil::MakeShape(S32, {1}); in TEST_F() local 359 {scalar_s32, effective_scalar_s32, effective_scalar_s32}); in TEST_F() 368 HloInstruction::CreateGetTupleElement(effective_scalar_s32, param, 1)); in TEST_F() 371 effective_scalar_s32, HloOpcode::kBitcast, gte_0)); in TEST_F() 374 effective_scalar_s32, HloOpcode::kAdd, bitcast_inst, gte_1)); in TEST_F()
|