Lines Matching refs:add_node
8790 + auto &add_node = graph->nodes.at(add_index);
8791 + MS_CHECK_TRUE_RET(add_node != nullptr, RET_NULL_PTR);
8793 + add_node->quantType == schema::QuantType_QUANT_ALL || add_node->quantType == schema::QuantTy…
8800 + auto add_param_shape = graph->allTensors.at(add_node->inputIndex.at(SECOND_INPUT))->dims;
8808 + auto &add_weight_tensor = graph->allTensors.at(add_node->inputIndex.at(SECOND_INPUT));
8810 + MS_LOG(INFO) << add_node->name << " failed to fusion with " << mul_node->name;
8814 + auto add_tensor_index = add_node->inputIndex.at(SECOND_INPUT);
8818 + mul_node->outputIndex = {add_node->outputIndex};
8821 + add_node->inputIndex.clear();
8822 + add_node->outputIndex.clear();
8991 + auto &add_node = graph->nodes.at(add_index);
8992 + MS_CHECK_TRUE_MSG(add_node != nullptr, RET_NULL_PTR, "add_node is nullptr");
8998 + add_node->quantType == schema::QuantType_QUANT_ALL || add_node->quantType == schema::QuantTy…
9006 + MS_CHECK_TRUE_RET(add_node->primitive != nullptr, RET_NULL_PTR);
9007 + auto add_type = add_node->primitive->value.AsAddFusion()->activation_type;
9027 + matmul_node1->outputIndex = {add_node->outputIndex};
9032 + add_node->inputIndex.clear();
9033 + add_node->outputIndex.clear();