layout_assignment_test.cc | 96 Shape ashape = ShapeUtil::MakeShape(F32, {42, 12}); local 98 HloInstruction::CreateParameter(0, ashape, "param0")); 100 HloInstruction::CreateParameter(1, ashape, "param1")); 102 HloInstruction::CreateBinary(ashape, HloOpcode::kAdd, param0, param1)); 107 Shape shape(ashape); 126 Shape ashape = ShapeUtil::MakeShape(F32, {42, 12}); local 128 HloInstruction::CreateParameter(0, ashape, "param0")); 130 HloInstruction::CreateParameter(1, ashape, "param1")); 132 HloInstruction::CreateBinary(ashape, HloOpcode::kAdd, param0, param1)); 137 Shape col_major_shape(ashape); 169 Shape ashape = constant_literal1.shape(); local 352 Shape ashape = ShapeUtil::MakeShape(F32, {1, 2, 3, 1}); local 394 Shape ashape = ShapeUtil::MakeShape(F32, {42, 12}); local 431 Shape ashape = ShapeUtil::MakeShape(F32, {3, 4}); local 546 Shape ashape = ShapeUtil::MakeShape(F32, {50, 1}); local 1325 Shape ashape = ShapeUtil::MakeShape(F32, {12, 8}); local [all...] |