Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis_test.cc627 Shape starts_shape = ShapeUtil::MakeShape(S32, {}); in Run() local
629 ShapeUtil::MakeTupleShape({input_shape, update_shape, starts_shape}); in Run()
658 HloInstruction::CreateGetTupleElement(starts_shape, tuple_param0, 2)); in Run()
1007 Shape starts_shape = ShapeUtil::MakeShape(S32, {}); in TEST_F() local
1013 HloInstruction::CreateParameter(2, starts_shape, "starts")); in TEST_F()
Dhlo_dataflow_analysis_test.cc2381 Shape starts_shape = ShapeUtil::MakeShape(S32, {1}); in TEST_F() local
2387 HloInstruction::CreateParameter(2, starts_shape, "start0")); in TEST_F()
2389 HloInstruction::CreateParameter(3, starts_shape, "start1")); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc335 Shape starts_shape = ShapeUtil::MakeShape(F32, {}); in TEST_F() local
342 HloInstruction::CreateParameter(1, starts_shape, "starts")); in TEST_F()
344 HloInstruction::CreateParameter(2, starts_shape, "starts")); in TEST_F()