Home
last modified time | relevance | path

Searched refs:other_shape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_layout.cc25 Status ShapeLayout::CopyLayoutFromShape(const Shape& other_shape) { in CopyLayoutFromShape() argument
26 if (!ShapeUtil::Compatible(other_shape, shape_)) { in CopyLayoutFromShape()
28 ShapeUtil::HumanString(other_shape), in CopyLayoutFromShape()
31 shape_ = other_shape; in CopyLayoutFromShape()
Dshape_layout.h52 Status CopyLayoutFromShape(const Shape& other_shape);
Dlayout_util_test.cc49 Shape other_shape = in TEST_F() local
66 Shape other_tuple2 = ShapeUtil::MakeTupleShape({shape, other_shape}); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc220 Shape other_shape = ShapeUtil::MakeShapeWithLayout(F32, {100, 24}, {0, 1}); in TEST_F() local
222 auto constant_shape = ShapeUtil::MakeTupleShape({other_shape, rhs_shape}); in TEST_F()