Searched refs:parallel_op_name (Results 1 – 2 of 2) sorted by relevance
74 const std::string ¶llel_op_name) { in CreateParallelOperator() argument89 OperatorInfoPtr op = op_create_func(scope_name, split_strategys_[parallel_op_name]); in CreateParallelOperator()122 std::string parallel_op_name = cnode->fullname_with_scope(); in Run() local123 if (!SetParallelOpName(node, ¶llel_op_name)) { in Run()128 OperatorInfoPtr parallel_operator = CreateParallelOperator(cnode, cnode_name, parallel_op_name); in Run()130 MS_LOG(ERROR) << "Failure: Create " << parallel_op_name << " OperatorInstance failed"; in Run()135 MS_LOG(ERROR) << "Failure: operator " << parallel_op_name << " init failed"; in Run()
49 const std::string ¶llel_op_name);