Searched refs:SubshapeCount (Results 1 – 4 of 4) sorted by relevance
91 int64 num_output_buffers = ShapeUtil::SubshapeCount(a->shape()) + in FusionWouldBeTooLarge()92 ShapeUtil::SubshapeCount(b->shape()); in FusionWouldBeTooLarge()
618 EXPECT_LE(instr->operand_count() + ShapeUtil::SubshapeCount(instr->shape()), in TEST_F()
476 static int64 SubshapeCount(const Shape& shape);
351 /* static */ int64 ShapeUtil::SubshapeCount(const Shape& shape) { in SubshapeCount() function in xla::ShapeUtil