Improved scheduling
Compare changes
Files
4- Olivier BICHLER authored
@@ -29,7 +29,7 @@ class Node;
@@ -29,7 +29,7 @@ class Node;
@@ -40,6 +40,7 @@ private:
@@ -40,6 +40,7 @@ private:
@@ -67,7 +68,7 @@ public:
@@ -67,7 +68,7 @@ public:
@@ -99,7 +100,7 @@ public:
@@ -99,7 +100,7 @@ public:
void forward(bool forwardDims = true, bool verbose = false, std::vector<std::shared_ptr<Aidge::Tensor>> data = {});
* @brief Save in a Markdown file the static scheduling with early and late relative order for the nodes.
@@ -122,20 +123,20 @@ public:
@@ -122,20 +123,20 @@ public:
@@ -154,9 +155,24 @@ private:
@@ -154,9 +155,24 @@ private: