Searched refs:other_shape (Results 1 – 4 of 4) sorted by relevance
25 Status ShapeLayout::CopyLayoutFromShape(const Shape& other_shape) { in CopyLayoutFromShape() argument26 if (!ShapeUtil::Compatible(other_shape, shape_)) { in CopyLayoutFromShape()28 ShapeUtil::HumanString(other_shape), in CopyLayoutFromShape()31 shape_ = other_shape; in CopyLayoutFromShape()
52 Status CopyLayoutFromShape(const Shape& other_shape);
49 Shape other_shape = in TEST_F() local66 Shape other_tuple2 = ShapeUtil::MakeTupleShape({shape, other_shape}); in TEST_F()
220 Shape other_shape = ShapeUtil::MakeShapeWithLayout(F32, {100, 24}, {0, 1}); in TEST_F() local222 auto constant_shape = ShapeUtil::MakeTupleShape({other_shape, rhs_shape}); in TEST_F()