Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc81 ShapeLayout(LayoutUtil::GetWithDefaultLayout(lhs_shape)); in TEST_F()
83 ShapeLayout(LayoutUtil::GetWithDefaultLayout(result_shape)); in TEST_F()
122 ShapeLayout(LayoutUtil::GetWithDefaultLayout(lhs_shape)); in TEST_F()
124 ShapeLayout(LayoutUtil::GetWithDefaultLayout(result_shape)); in TEST_F()
166 ShapeLayout(LayoutUtil::GetWithDefaultLayout(lhs_a_shape)); in TEST_F()
168 ShapeLayout(LayoutUtil::GetWithDefaultLayout(lhs_b_shape)); in TEST_F()
170 ShapeLayout(LayoutUtil::GetWithDefaultLayout(tuple_result->shape())); in TEST_F()
200 ShapeLayout(LayoutUtil::GetWithDefaultLayout(rhs_shape)); in TEST_F()
202 ShapeLayout(LayoutUtil::GetWithDefaultLayout(result_shape)); in TEST_F()
240 ShapeLayout(LayoutUtil::GetWithDefaultLayout(lhs_shape)); in TEST_F()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dreduction_dimension_grouper.cc51 CHECK(shape == LayoutUtil::GetWithDefaultLayout(shape)) in HandleReduce()
Dreduction_splitter.cc48 CHECK(shape == LayoutUtil::GetWithDefaultLayout(shape)) in HandleReduce()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.h70 static Shape GetWithDefaultLayout(const Shape& shape);
Dlayout_util.cc162 /* static */ Shape LayoutUtil::GetWithDefaultLayout(const Shape& shape) { in GetWithDefaultLayout() function in xla::LayoutUtil
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc248 xla::LayoutUtil::GetWithDefaultLayout( in CopyDeviceTensorToCPU()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.cc422 return LayoutUtil::GetWithDefaultLayout(host_shape); in ChooseCompactLayoutForShape()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h606 xla::LayoutUtil::GetWithDefaultLayout(*subshape), output_tensor, in Compute()