Home
last modified time | relevance | path

Searched refs:clear_layout (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dscatter_expander_test.cc62 scatter_operand->mutable_shape()->clear_layout(); in TEST_F()
97 scatter_operand->mutable_shape()->clear_layout(); in TEST_F()
130 scatter_operand->mutable_shape()->clear_layout(); in TEST_F()
Dzero_sized_hlo_elimination_test.cc87 op_shape.clear_layout(); in TEST_F()
Dhlo_cost_analysis_test.cc726 shape_without_layout.clear_layout(); in TEST_F()
Dalgebraic_simplifier_test.cc5881 reshaped_shape.clear_layout(); in TEST_F()
5897 shape.clear_layout(); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc150 shape->clear_layout(); in SetToDefaultLayout()
158 shape->clear_layout(); in SetToDefaultLayout()
262 shape->clear_layout(); in ClearLayout()
390 dst->clear_layout(); in CopyLayoutInternal()
Dshape.h143 void clear_layout() { layout_.Clear(); } in clear_layout() function
167 clear_layout(); in Clear()
Dlayout_util_test.cc73 dst.clear_layout(); in TEST_F()
79 src.clear_layout(); in TEST_F()
Dliteral_test.cc1998 proto.mutable_shape()->clear_layout(); in TEST_F()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1816 const VkImageLayout clear_layout = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in ClearAllBuffers() local
1821 color_obj->SetLayout(this, subrange.aspectMask, clear_layout); in ClearAllBuffers()
1822 ClearColorImage(color_obj->image(), clear_layout, &clear_color, 1, &subrange); in ClearAllBuffers()
1831 depth_stencil_obj->SetLayout(this, subrange.aspectMask, clear_layout); in ClearAllBuffers()
1834 … ClearDepthStencilImage(depth_stencil_obj->handle(), clear_layout, &clear_value, 1, &subrange); in ClearAllBuffers()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.cc96 xla_arg_shape->clear_layout(); in SetPerCoreArgShapes()
115 per_core_shape.clear_layout(); in SetPerCoreArgShapes()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_layout_assignment_test.cc101 shapes.back().clear_layout(); in AllLayoutsOf()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc132 shape.clear_layout(); in MakeShapeWithLayout()