Searched refs:kRank (Results 1 – 6 of 6) sorted by relevance
26 op->type == OperatorType::kRank)) { in Run()54 } else if (op->type == OperatorType::kRank) { in Run()
63 } else if (op->type == OperatorType::kRank || in Run()
1483 case OperatorType::kRank: in Run()
62 kRank, enumerator945 RankOperator() : Operator(OperatorType::kRank) {}
1753 } else if (src_op.type == OperatorType::kRank) { in ConvertOperator()
44 constexpr char kRank[] = "Rank"; variable183 {kRank, wrap(&OpLevelCostEstimator::PredictMetadata)}, in OpLevelCostEstimator()