Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultioutput_fusion_test.cc112 Literal arg1(ShapeUtil::MakeShapeWithDescendingLayout(F32, {size, size})); in RunTest2D()
115 Literal expect(ShapeUtil::MakeShapeWithDescendingLayout(F32, {size, size})); in RunTest2D()
128 ShapeUtil::MakeShapeWithDescendingLayout(F32, {size}); in RunTest1D()
130 ShapeUtil::MakeShapeWithDescendingLayout(F64, {size}); in RunTest1D()
150 ShapeUtil::MakeShapeWithDescendingLayout(F32, {size, 1}), add)); in RunTest1D()
155 ShapeUtil::MakeShapeWithDescendingLayout(F32, {1}), sub, reshape, in RunTest1D()
176 Literal input0(ShapeUtil::MakeShapeWithDescendingLayout(F32, {size})); in RunTest1D()
178 Literal input1(ShapeUtil::MakeShapeWithDescendingLayout(F64, {size})); in RunTest1D()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_tiling.cc52 return ShapeUtil::MakeShapeWithDescendingLayout(shape.element_type(), in MergeDimensions()
153 Shape output_shape = ShapeUtil::MakeShapeWithDescendingLayout( in GetUnnormalizedIndex()
167 ShapeUtil::MakeShapeWithDescendingLayout( in EmitBlockIndex()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dindex_ops_cpu.cc106 xla::Shape xla_shape = xla::ShapeUtil::MakeShapeWithDescendingLayout( in Compile()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc198 /* static */ Shape ShapeUtil::MakeShapeWithDescendingLayout( in MakeShapeWithDescendingLayout() function in xla::ShapeUtil
222 return MakeShapeWithDescendingLayout(shape.element_type(), dims); in MakeShapeWithDescendingLayoutAndSamePhysicalLayout()
1226 Shape input_shape_dim0_major = MakeShapeWithDescendingLayout( in ReshapeIsBitcast()
1228 Shape output_shape_dim0_major = MakeShapeWithDescendingLayout( in ReshapeIsBitcast()
Dshape_util.h410 static Shape MakeShapeWithDescendingLayout(
Dliteral_util.h554 Literal literal(ShapeUtil::MakeShapeWithDescendingLayout( in CreateFullWithDescendingLayout()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_fused_conv_rewriter.cc213 ShapeUtil::MakeShapeWithDescendingLayout(element_type, in TryRewriteToCudnnForwardRelu()
Dir_emitter_unnested.cc2287 param_reduced_shapes->push_back(ShapeUtil::MakeShapeWithDescendingLayout( in ConstructInputReducedShapeAndCastInputIrArrayToShape()
2467 Shape output_reduced_shape = ShapeUtil::MakeShapeWithDescendingLayout( in EmitTileElementForCopy()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc865 return ShapeUtil::MakeShapeWithDescendingLayout(shape.element_type(), in DropFirstDim()
878 return ShapeUtil::MakeShapeWithDescendingLayout(shape.element_type(), in CollapseFirstNDims()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc3617 const Shape new_input_shape = ShapeUtil::MakeShapeWithDescendingLayout( in SimplifyConvToDot()
3622 const Shape new_filter_shape = ShapeUtil::MakeShapeWithDescendingLayout( in SimplifyConvToDot()
3624 const Shape dot_output_shape = ShapeUtil::MakeShapeWithDescendingLayout( in SimplifyConvToDot()
Delemental_ir_emitter.cc2317 ShapeUtil::MakeShapeWithDescendingLayout( in MakeElementGenerator()
Dalgebraic_simplifier_test.cc2191 0, ShapeUtil::MakeShapeWithDescendingLayout(F32, {2, 2, 2}), in TEST_F()