Home
last modified time | relevance | path

Searched refs:DimensionsUnmodifiedByReshape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dcanonicalize_all_gather_for_cse.cc38 ShapeUtil::DimensionsUnmodifiedByReshape(in_shape, out_shape).size() == in IsAddingOnlyDegenerateDimensions()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc636 EXPECT_THAT(ShapeUtil::DimensionsUnmodifiedByReshape( in TEST()
646 EXPECT_THAT(ShapeUtil::DimensionsUnmodifiedByReshape( in TEST()
658 EXPECT_THAT(ShapeUtil::DimensionsUnmodifiedByReshape( in TEST()
Dshape_util.cc1155 DimensionsUnmodifiedByReshape(shape_pre, shape_post); in InsertedOrDeleted1SizedDimensions()
1178 ShapeUtil::DimensionsUnmodifiedByReshape(const Shape& input_shape, in DimensionsUnmodifiedByReshape() function in xla::ShapeUtil
1208 ShapeUtil::DimensionsUnmodifiedByReshape(from_shape, to_shape); in ReshapeLeavesDimensionsUnmodified()
Dshape_util.h640 static std::vector<std::pair<int64, int64>> DimensionsUnmodifiedByReshape(
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc2140 auto unmodified_dims = ShapeUtil::DimensionsUnmodifiedByReshape( in OptimizeDotOfReorderContractingDims()
4648 ShapeUtil::DimensionsUnmodifiedByReshape(arg->operand(0)->shape(), in HandleReduce()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc599 ShapeUtil::DimensionsUnmodifiedByReshape(*operand_shape, reshaped_shape); in AddBroadcastSequence()