Home
last modified time | relevance | path

Searched refs:GetWithDefaultLayout (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc74 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 …]
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.h57 static Shape GetWithDefaultLayout(const Shape& shape);
Dlayout_util.cc129 /* static */ Shape LayoutUtil::GetWithDefaultLayout(const Shape& shape) { in GetWithDefaultLayout() function in xla::LayoutUtil