Searched refs:IsAtMostRank1 (Results 1 – 2 of 2) sorted by relevance
320 static bool IsAtMostRank1(const Shape& shape);
1386 if (IsAtMostRank1(instruction->shape())) { in PropagateBufferConstraintToOperands()1393 if (IsAtMostRank1(operand->shape())) { in PropagateBufferConstraintToOperands()2082 bool LayoutAssignment::IsAtMostRank1(const Shape& shape) { in IsAtMostRank1() function in xla::LayoutAssignment2087 return IsAtMostRank1(subshape); in IsAtMostRank1()