Home
last modified time | relevance | path

Searched refs:MakeShapeWithDescendingLayout (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dmultioutput_fusion_test.cc110 Literal arg1(ShapeUtil::MakeShapeWithDescendingLayout(F32, {size, size})); in RunTest2D()
113 Literal expect(ShapeUtil::MakeShapeWithDescendingLayout(F32, {size, size})); in RunTest2D()
126 ShapeUtil::MakeShapeWithDescendingLayout(F32, {size}); in RunTest1D()
128 ShapeUtil::MakeShapeWithDescendingLayout(F64, {size}); in RunTest1D()
148 ShapeUtil::MakeShapeWithDescendingLayout(F32, {size, 1}), add)); in RunTest1D()
153 ShapeUtil::MakeShapeWithDescendingLayout(F32, {1}), sub, reshape, in RunTest1D()
174 Literal input0(ShapeUtil::MakeShapeWithDescendingLayout(F32, {size})); in RunTest1D()
176 Literal input1(ShapeUtil::MakeShapeWithDescendingLayout(F64, {size})); in RunTest1D()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbitcast_decomposer_test.cc63 ShapeUtil::MakeShapeWithDescendingLayout(F32, dims)); in AllPermutationsOfShapes()
97 ShapeUtil::MakeShapeWithDescendingLayout(F32, {4, 10, 100}),
98 ShapeUtil::MakeShapeWithDescendingLayout(F32, {4, 1, 10, 100}),
H A Dreshape_decomposer.cc58 auto s0_normalized = ShapeUtil::MakeShapeWithDescendingLayout( in HandleReshape()
61 auto s_normalized = ShapeUtil::MakeShapeWithDescendingLayout( in HandleReshape()
H A Dbitcast_decomposer.cc198 Shape reshape_shape = ShapeUtil::MakeShapeWithDescendingLayout( in Run()
H A Dalgebraic_simplifier.cc6637 Shape new_input_shape = ShapeUtil::MakeShapeWithDescendingLayout( in SimplifyConvToDot()
6643 Shape new_filter_shape = ShapeUtil::MakeShapeWithDescendingLayout( in SimplifyConvToDot()
6646 Shape dot_output_shape = ShapeUtil::MakeShapeWithDescendingLayout( in SimplifyConvToDot()
H A Delemental_ir_emitter.cc2556 ShapeUtil::MakeShapeWithDescendingLayout( in MakeElementGenerator()
H A Dalgebraic_simplifier_test.cc3144 0, ShapeUtil::MakeShapeWithDescendingLayout(F32, {2, 2, 2}), in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util.cc351 /* static */ Shape ShapeUtil::MakeShapeWithDescendingLayout( in MakeShapeWithDescendingLayout() function in xla::ShapeUtil
369 Shape new_shape = MakeShapeWithDescendingLayout(shape.element_type(), dims); in MakeShapeWithDescendingLayoutAndSamePhysicalLayout()
1466 Shape input_shape_dim0_major = MakeShapeWithDescendingLayout( in ReshapeIsBitcast()
1468 Shape output_shape_dim0_major = MakeShapeWithDescendingLayout( in ReshapeIsBitcast()
1688 return ShapeUtil::MakeShapeWithDescendingLayout(shape.element_type(), in MergeDimensions()
H A Dshape_util.h370 static Shape MakeShapeWithDescendingLayout(
H A Dliteral_util.h513 Literal literal(ShapeUtil::MakeShapeWithDescendingLayout( in CreateFullWithDescendingLayout()
H A Dxla.proto421 // ShapeUtil::MakeShapeWithDescendingLayout is an identity on all
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Ddot_op_emitter.cc1258 return ShapeUtil::MakeShapeWithDescendingLayout(shape.element_type(), in DropFirstDim()
1271 return ShapeUtil::MakeShapeWithDescendingLayout(shape.element_type(), in CollapseFirstNDims()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_client.cc622 ShapeUtil::MakeShapeWithDescendingLayout(U64, {}); in EmitPythonCallbackFromDescriptor()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc4126 ShapeUtil::MakeShapeWithDescendingLayout( in EmitTilingKernel()
4239 Shape reduced_shape = ShapeUtil::MakeShapeWithDescendingLayout( in EmitHlo021Tile()