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

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

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