Home
last modified time | relevance | path

Searched refs:SetToDefaultLayout (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcomputation_layout.cc34 SetToDefaultLayout(); in ComputationLayout()
40 void ComputationLayout::SetToDefaultLayout() { in SetToDefaultLayout() function in xla::ComputationLayout
42 parameter_layout.SetToDefaultLayout(); in SetToDefaultLayout()
44 result_layout_.SetToDefaultLayout(); in SetToDefaultLayout()
50 parameter_layout.SetToDefaultLayout(); in SetToDefaultLayoutIfEmpty()
54 result_layout_.SetToDefaultLayout(); in SetToDefaultLayoutIfEmpty()
H A Dzero_sized_hlo_elimination.cc48 LayoutUtil::SetToDefaultLayout(&shape); in Run()
H A Dcomputation_layout.h78 void SetToDefaultLayout();
H A Dhlo_module_util.cc84 computation_layout->mutable_result_layout()->SetToDefaultLayout(); in CreateModuleConfig()
H A Dwhile_util.cc238 LayoutUtil::SetToDefaultLayout(&shape); in MakeLoopStateShapeWithLayout()
H A Dlayout_assignment_test.cc1338 ->SetToDefaultLayout(); in AssignLayoutsToComputation()
H A Dhlo_evaluator.cc3154 LayoutUtil::SetToDefaultLayout(instruction->mutable_shape()); in HandleFusion()
H A Dhlo_parser.cc5223 LayoutUtil::SetToDefaultLayout(result); in ParseShape()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dlayout_util.cc145 /* static */ void LayoutUtil::SetToDefaultLayout(Shape* shape) { in SetToDefaultLayout() function in xla::LayoutUtil
149 SetToDefaultLayout(&element_shape); in SetToDefaultLayout()
164 LayoutUtil::SetToDefaultLayout(&copy); in GetWithDefaultLayout()
168 /* static */ void LayoutUtil::SetToDefaultLayout(ProgramShape* program_shape) { in SetToDefaultLayout() function in xla::LayoutUtil
170 LayoutUtil::SetToDefaultLayout(&parameter_shape); in SetToDefaultLayout()
172 LayoutUtil::SetToDefaultLayout(program_shape->mutable_result()); in SetToDefaultLayout()
H A Dshape_layout.cc45 void ShapeLayout::SetToDefaultLayout() { in SetToDefaultLayout() function in xla::ShapeLayout
46 LayoutUtil::SetToDefaultLayout(&shape_); in SetToDefaultLayout()
H A Dlayout_util.h66 static void SetToDefaultLayout(Shape* shape);
74 static void SetToDefaultLayout(ProgramShape* program_shape);
H A Dshape_layout.h62 void SetToDefaultLayout();
H A Dlayout_util_test.cc275 LayoutUtil::SetToDefaultLayout(&shape); in TEST_F()
H A Dshape_util.cc337 LayoutUtil::SetToDefaultLayout(&ret); in MoveDimToMajor()
392 LayoutUtil::SetToDefaultLayout(shape); in PopulateShape()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_layout_assignment.cc223 LayoutUtil::SetToDefaultLayout(shape); in SetFortranLayout()
330 LayoutUtil::SetToDefaultLayout(&op0_shape); in AddBackendConstraints()
332 LayoutUtil::SetToDefaultLayout(&output_shape); in AddBackendConstraints()
414 LayoutUtil::SetToDefaultLayout(&shape); in SetDotOperandLayout()
H A Dcusolver_rewriter.cc44 LayoutUtil::SetToDefaultLayout(shape); in SetFortranLayout()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dexecutable_build_options.cc191 LayoutUtil::SetToDefaultLayout(&result_shape); in CreateExecutionOptions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dutils.cc180 LayoutUtil::SetToDefaultLayout(subshape); in DetermineArgumentLayoutsFromCompileOptions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Doutfeed_receiver.cc432 LayoutUtil::SetToDefaultLayout(subshape); in AddOutfeedToBuilder()
H A Dxla.cc165 LayoutUtil::SetToDefaultLayout(subshape); in PYBIND11_MODULE()
H A Dxla_compiler.cc347 LayoutUtil::SetToDefaultLayout(subshape); in BuildXlaCompilerSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dlight_outside_compilation.cc133 xla::LayoutUtil::SetToDefaultLayout(&operand_shapes_with_layout.back()); in CompileToCustomCallCallingTfKernel()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compile_op_support.cc98 computation_layout->mutable_result_layout()->SetToDefaultLayout(); in CreateModuleConfig()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dhlo_proto_to_memory_visualization_utils.cc149 LayoutUtil::SetToDefaultLayout(&shape); in UnpaddedSize()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_state.cc479 xla::LayoutUtil::SetToDefaultLayout(&spine_shape); in MakeTuple()

12