Searched refs:IsEffectiveScalar (Results 1 – 11 of 11) sorted by relevance
249 .WithShape(m::Shape().IsEffectiveScalar()) in MatchTrivialComputation()252 .WithShape(m::Shape().IsEffectiveScalar()), in MatchTrivialComputation()254 .WithShape(m::Shape().IsEffectiveScalar())))) { in MatchTrivialComputation()971 if (ShapeUtil::IsEffectiveScalar(instr->shape())) { in GetInstructionColor()986 ShapeUtil::IsEffectiveScalar(instr->operand(0)->shape())) { in GetInstructionColor()1000 if (ShapeUtil::IsEffectiveScalar(instr->shape()) || instr->IsFused()) { in GetInstructionColor()1008 if (ShapeUtil::IsEffectiveScalar(instr->shape())) { in GetInstructionColor()
138 ShapeUtil::IsEffectiveScalar(instr->shape())) { in IsProfitableOperand()
171 if (!ShapeUtil::IsEffectiveScalar(l.shape())) { in LiteralAsScalarInt64()
188 ShapeUtil::IsEffectiveScalar(operand->shape())) { in EffectivelyAtMostUnary()
816 if (!ShapeUtil::IsEffectiveScalar(*shape)) {1032 constexpr auto IsEffectiveScalar() const1744 !ShapeUtil::IsEffectiveScalar(inst->shape())) {
88 m::Shape().IsEffectiveScalar())))) { in IsAllFpConstantPowerOf2()1215 if (ShapeUtil::IsEffectiveScalar(rhs->shape()) && in HandleDotStrengthReduction()1216 ShapeUtil::IsEffectiveScalar(lhs->shape())) { in HandleDotStrengthReduction()2674 if (!ShapeUtil::IsEffectiveScalar(slice->shape())) { in TrySimplifyScalarSlice()
600 EXPECT_DESC_AND_EXPLANATION(shape, m::Shape().IsEffectiveScalar(), in TEST()
246 return ShapeUtil::IsEffectiveScalar(producer->shape()) && in ShouldFuseInexpensiveChecks()
1384 .WithShape(m::Shape().IsEffectiveScalar())); in IsScalarAddComputation()
314 static bool IsEffectiveScalar(const Shape& shape) { in IsEffectiveScalar() function
1963 if (ShapeUtil::IsEffectiveScalar(slice->shape())) { in HandleSlice()