|
|
|
@@ -30,7 +30,7 @@ using Input = InputAndOutput; |
|
|
|
using Output = InputAndOutput; |
|
|
|
|
|
|
|
|
|
|
|
class MS_API CellBase { |
|
|
|
class MS_API CellBase { // for CellCreator |
|
|
|
public: |
|
|
|
CellBase() = default; |
|
|
|
virtual ~CellBase() = default; |
|
|
|
@@ -72,7 +72,8 @@ class MS_API GraphCell final : public Cell<GraphCell> { |
|
|
|
std::shared_ptr<GraphImpl> executor_; |
|
|
|
}; |
|
|
|
|
|
|
|
class MS_API InputAndOutput { |
|
|
|
class MS_API InputAndOutput { // for CellCreator |
|
|
|
|
|
|
|
public: |
|
|
|
InputAndOutput(); |
|
|
|
~InputAndOutput() = default; |
|
|
|
|