Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc612 EXPECT_THAT(ShapeUtil::DimensionsUnmodifiedByReshape( in TEST()
622 EXPECT_THAT(ShapeUtil::DimensionsUnmodifiedByReshape( in TEST()
634 EXPECT_THAT(ShapeUtil::DimensionsUnmodifiedByReshape( in TEST()
Dshape_util.cc1026 DimensionsUnmodifiedByReshape(shape_pre, shape_post); in InsertedOrDeleted1SizedDimensions()
1049 ShapeUtil::DimensionsUnmodifiedByReshape(const Shape& input_shape, in DimensionsUnmodifiedByReshape() function in xla::ShapeUtil
Dshape_util.h578 static std::vector<std::pair<int64, int64>> DimensionsUnmodifiedByReshape(
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference.cc336 ShapeUtil::DimensionsUnmodifiedByReshape(operand->shape(), in HandleReshape()
Dalgebraic_simplifier.cc1974 ShapeUtil::DimensionsUnmodifiedByReshape(hlo->operand(0)->shape(), in ReshapeLeavesDimensionsUnmodified()
3020 ShapeUtil::DimensionsUnmodifiedByReshape(arg->operand(0)->shape(), in HandleReduce()
Dshape_inference.cc2708 ShapeUtil::DimensionsUnmodifiedByReshape(operand, inferred_shape); in InferReshapeShape()