Home
last modified time | relevance | path

Searched defs:next_op (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dedge_costmodel.h41const std::shared_ptr<OperatorInfo> &next_op, const size_t &output_index_, const size_t &input_ind… in Edge()
53const std::shared_ptr<OperatorInfo> &next_op, const size_t &output_index_, const size_t &input_ind… in Edge()
64 const std::shared_ptr<OperatorInfo> &next_op, const std::vector<size_t> &output_indexs_, in Edge()
Dgraph_costmodel.cc129 const auto &next_op = edge->next_operator(); in BFS() local
756 auto next_op = op->GetAliveSuccEdges()[0]->next_operator(); in CheckMergeElimination() local
1842 auto next_op = one_op->GetAliveSuccEdges()[i]->next_operator(); in CorrectOpsMemoryCost() local
1919 auto next_op = edge_ptr->next_operator(); in CheckApproximateCostGraphEdges() local
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Denrich_intersection_points.hpp149 op_type const& next_op = next_turn.operations[next->operation_index]; in enrich_assign() local
234 op_type const& next_op = next_turn.operations[operations[n].operation_index]; in enrich_adapt() local
Dtraversal.hpp308 turn_operation_type const& next_op = next_turn.operations[i]; in get_shortcut_level() local
362 turn_operation_type const& next_op = m_turns[next[i]].operations[i]; in select_cc_operation() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dcompiler.cpp399 token_ids::type next_op = rbegin->operator_; in compile_expression() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dcompiler.cpp405 ast::optoken next_op = rbegin->operator_; in compile_expression() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.cpp761 token_ids::type next_op = rest_begin->operator_; in compile_expression() local