!4791 use a specific header file func_graph.h

Merge pull request !4791 from xychow/fix-unused-header-file
pull/4791/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit 225e5c4970

@ -23,8 +23,8 @@
#include "ir/tensor.h"
#include "ir/param_info.h"
#include "debug/anf_ir_utils.h"
#include "frontend/operator/ops.h"
#include "ir/func_graph.h"
#include "base/core_ops.h"
#include "proto/onnx.pb.h"
namespace mindspore {

@ -20,11 +20,11 @@
#include <utility>
#include <functional>
#include "debug/anf_ir_utils.h"
#include "proto/onnx.pb.h"
#include "frontend/operator/ops.h"
#include "ir/tensor.h"
#include "ir/param_info.h"
#include "ir/func_graph.h"
#include "base/core_ops.h"
#include "proto/onnx.pb.h"
namespace mindspore {
enum OpMergeMode {

Loading…
Cancel
Save