Searched refs:output_shape_with_layout (Results 1 – 3 of 3) sorted by relevance
1495 Shape output_shape_with_layout = output_shape; in AlignLayouts() local1496 *output_shape_with_layout.mutable_layout() = Layout{layout}; in AlignLayouts()1497 return output_shape_with_layout; in AlignLayouts()1597 Shape output_shape_with_layout = MakeShapeWithLayout( in AlignLayouts() local1600 CHECK(ReshapeIsBitcast(input_shape, output_shape_with_layout)) in AlignLayouts()1604 << ShapeUtil::HumanStringWithLayout(output_shape_with_layout); in AlignLayouts()1605 return output_shape_with_layout; in AlignLayouts()
445 Shape output_shape_with_layout(cshape); in TEST_F() local447 *output_shape_with_layout.mutable_layout() = in TEST_F()454 ShapeLayout(output_shape_with_layout); in TEST_F()
1162 Shape output_shape_with_layout = ShapeUtil::MakeShapeWithLayout( in ChooseOperandLayoutFromOutputLayout() local1169 ShapeUtil::AlignLayouts(output_shape_with_layout, operand_shape); in ChooseOperandLayoutFromOutputLayout()