Searched refs:prev_op (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/lib/ |
D | tst_kvcmp.c | 109 enum op prev_op = ERR; in main() local 133 if (ret != -1 && prev_op == ERR) { in main() 155 prev_op = op; in main() 188 switch (prev_op) { in main() 194 prev_op = ERR; in main() 198 prev_op = ERR; in main() 205 if (prev_op != ERR) { in main()
|
/third_party/ltp/lib/ |
D | tst_bool_expr.c | 229 int prev_op = TST_OP_NONE; in shunting_yard() local 234 if (check_one(prev_op)) { in shunting_yard() 245 if (check_one(prev_op)) { in shunting_yard() 253 if (!check_two(prev_op)) { in shunting_yard() 277 if (check_one(prev_op)) { in shunting_yard() 285 if (!check_two(prev_op)) { in shunting_yard() 306 prev_op = i->op; in shunting_yard()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/ |
D | edge_costmodel.h | 40 Edge(const std::string &edge_name, const std::shared_ptr<OperatorInfo> &prev_op, in Edge() argument 44 prev_op_(prev_op), in Edge() 52 Edge(const std::string &edge_name, const std::shared_ptr<OperatorInfo> &prev_op, in Edge() argument 56 prev_op_(prev_op), in Edge() 63 Edge(const std::string &edge_name, const std::shared_ptr<OperatorInfo> &prev_op, in Edge() argument 67 prev_op_(prev_op), in Edge()
|
D | graph_costmodel.cc | 156 const auto &prev_op = edge->prev_operator(); in BFS() local 157 if (visited->at(prev_op)) { in BFS() 158 …const auto cost = edge->GetCostByStrategyPair({prev_op->selected_strategy(), curr_op->selected_str… in BFS() 159 CheckShardingConsisitency(configured_ops, curr_op, prev_op, cost, edge); in BFS() 162 if ((curr_depth > 0) && (configured_ops.find(prev_op) != configured_ops.end())) { in BFS() 163 const auto &prev_op_conf_stra = configured_ops[prev_op]; in BFS() 168 … << "Currently reaching " << prev_op->name() << " and " << curr_op->name() << "." in BFS() 169 … << " The full name of these two operators are: " << prev_op->cnode()->fullname_with_scope() in BFS() 173 if (configured_ops.find(prev_op) != configured_ops.end()) { in BFS() 179 … MS_LOG(EXCEPTION) << prev_op->name() << "'s strategy is null in the edge: " << edge->edge_name(); in BFS() [all …]
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | enrich_intersection_points.hpp | 239 op_type const& prev_op = prev_turn.operations[operations[p].operation_index]; in enrich_adapt() local 240 if (op.seg_id.segment_index == prev_op.seg_id.segment_index) in enrich_adapt()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 485 - pan/bi: Add bi_next/prev_op helpers
|
/third_party/quickjs/ |
D | quickjs.c | 24939 int prev_op; in js_parse_postfix_expr() local 24942 prev_op = get_prev_opcode(fd); in js_parse_postfix_expr() 24952 if (prev_op == OP_get_super) { in js_parse_postfix_expr()
|