Home
last modified time | relevance | path

Searched refs:TransposeIsBitcast (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbitcast_decomposer_test.cc193 EXPECT_TRUE(ShapeUtil::TransposeIsBitcast(transpose1->operand(0)->shape(), in TEST_P()
198 EXPECT_TRUE(ShapeUtil::TransposeIsBitcast(transpose2->operand(0)->shape(), in TEST_P()
Dbitcast_decomposer.cc113 CHECK(ShapeUtil::TransposeIsBitcast(input->shape(), shape, perm)) in Run()
Dlayout_normalization.cc303 if (!ShapeUtil::TransposeIsBitcast(s, operand_s, hlo->dimensions())) { in HandleTranspose()
Dlayout_assignment_test.cc556 EXPECT_TRUE(ShapeUtil::TransposeIsBitcast(transpose->operand(0)->shape(), in TEST_F()
574 EXPECT_TRUE(ShapeUtil::TransposeIsBitcast(transpose->operand(0)->shape(), in TEST_F()
590 EXPECT_DEATH(ShapeUtil::TransposeIsBitcast(hlo->operand(0)->shape(), in TEST_F()
Dalgebraic_simplifier.cc259 bool TransposeIsBitcast(const HloInstruction* transpose) { in TransposeIsBitcast() function
262 return ShapeUtil::TransposeIsBitcast(operand->shape(), transpose->shape(), in TransposeIsBitcast()
6122 if (options_.is_layout_sensitive() && TransposeIsBitcast(transpose)) { in HandleTranspose()
Dhlo_instruction.cc2782 ShapeUtil::TransposeIsBitcast(operand(0)->shape(), shape(), in IsEffectiveBitcast()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_fusible.cc75 !ShapeUtil::TransposeIsBitcast(instr.operand(0)->shape(), in IsPhysicallyTransposing()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h571 static bool TransposeIsBitcast(const Shape& input_shape,
Dshape_util.cc1187 CHECK(TransposeIsBitcast(shape, new_shape, permutation)) in PermuteDimensions()
1304 /* static */ bool ShapeUtil::TransposeIsBitcast( in TransposeIsBitcast() function in xla::ShapeUtil
Dshape_util_test.cc742 EXPECT_TRUE(ShapeUtil::TransposeIsBitcast( in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.cc322 ShapeUtil::TransposeIsBitcast(operand_shape, shape, dimension_mapping)) { in SourceIndexOfTranspose()