Home
last modified time | relevance | path

Searched refs:ReshapeIsBitcast (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.h39 bool ReshapeIsBitcast(const Shape& from_shape, const Shape& to_shape) const { in ReshapeIsBitcast() function
44 return ShapeUtil::ReshapeIsBitcast(from_shape, to_shape); in ReshapeIsBitcast()
Dlayout_assignment_test.cc645 ShapeUtil::ReshapeIsBitcast(hlo->operand(0)->shape(), hlo->shape()), in TEST_F()
Dalgebraic_simplifier.cc199 if (options.ReshapeIsBitcast(operand->shape(), instr->shape())) { in BitcastingOperandOfReshapeOrCopyChainHelper()
790 ShapeUtil::ReshapeIsBitcast(copy->operand(0)->shape(), copy->shape())) { in HandleCopy()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc686 ShapeUtil::ReshapeIsBitcast( in TEST()
697 EXPECT_TRUE(ShapeUtil::ReshapeIsBitcast( in TEST()
765 EXPECT_FALSE(ShapeUtil::ReshapeIsBitcast( in TEST()
778 EXPECT_TRUE(ShapeUtil::ReshapeIsBitcast(input, aligned_shape.value())); in TEST()
785 EXPECT_TRUE(ShapeUtil::ReshapeIsBitcast(input, aligned_shape.value())); in TEST()
795 EXPECT_TRUE(ShapeUtil::ReshapeIsBitcast(input, aligned_shape.value())); in TEST()
804 EXPECT_TRUE(ShapeUtil::ReshapeIsBitcast(input, aligned_shape.value())); in TEST()
Dshape_util.cc1127 /* static */ bool ShapeUtil::ReshapeIsBitcast(const Shape& input_shape, in ReshapeIsBitcast() function in xla::ShapeUtil
1429 CHECK(ReshapeIsBitcast(input_shape, output_shape_with_layout)) in AlignLayouts()
Dshape_util.h621 static bool ReshapeIsBitcast(const Shape& input_shape,
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.cc133 ShapeUtil::ReshapeIsBitcast(a, b); in LinearValidOnShape()
179 ShapeUtil::ReshapeIsBitcast(input_shape, output_shape)) { in SourceIndexOfReshape()
229 if (ShapeUtil::ReshapeIsBitcast(operand_shape, shape)) { in SourceIndexOfBitcast()