Searched refs:GetWithDefaultLayout (Results 1 – 3 of 3) sorted by relevance
74 ShapeLayout(LayoutUtil::GetWithDefaultLayout(lhs_shape)); in TEST_F()76 ShapeLayout(LayoutUtil::GetWithDefaultLayout(result_shape)); in TEST_F()115 ShapeLayout(LayoutUtil::GetWithDefaultLayout(lhs_shape)); in TEST_F()117 ShapeLayout(LayoutUtil::GetWithDefaultLayout(result_shape)); in TEST_F()159 ShapeLayout(LayoutUtil::GetWithDefaultLayout(lhs_a_shape)); in TEST_F()161 ShapeLayout(LayoutUtil::GetWithDefaultLayout(lhs_b_shape)); in TEST_F()163 ShapeLayout(LayoutUtil::GetWithDefaultLayout(tuple_result->shape())); in TEST_F()193 ShapeLayout(LayoutUtil::GetWithDefaultLayout(rhs_shape)); in TEST_F()195 ShapeLayout(LayoutUtil::GetWithDefaultLayout(result_shape)); in TEST_F()233 ShapeLayout(LayoutUtil::GetWithDefaultLayout(lhs_shape)); in TEST_F()[all …]
57 static Shape GetWithDefaultLayout(const Shape& shape);
129 /* static */ Shape LayoutUtil::GetWithDefaultLayout(const Shape& shape) { in GetWithDefaultLayout() function in xla::LayoutUtil