提交 5c224c71 编写于 作者: M Megvii Engine Team

refactor(mge/imperative): drop ComputingGraphImpl in proxy graph

GitOrigin-RevId: a6e6f2e76bba002555d20951d1590d0a532b1b10
上级 14a32ae1
......@@ -14,6 +14,11 @@
#include "megbrain/tensor.h"
namespace mgb {
namespace imperative {
class ProxyGraph;
} // namespace imperative
namespace cg {
class VarNode;
......@@ -50,6 +55,7 @@ namespace static_infer {
const DeviceTensorND *m_value = nullptr;
friend class StaticInferManagerImpl;
friend class imperative::ProxyGraph;
public:
/*!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册