Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
570 changes: 285 additions & 285 deletions src/models/Autoencoder/Type_1/dedicated_p4.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/models/Autoencoder/Type_1/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This folder contains Planter-supported ML modules (training, algortihm mapping, and ML-related P4 generation) for Autoencoder. ```dedicated_p4.py``` generates the P4 code dedicated to this ML model and ```table_generator.py``` generate ML model parameters in the format of table enries. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
This folder contains Planter-supported ML modules (training, algortihm mapping, and ML-related P4 generation) for Autoencoder. ```dedicated_p4.py``` generates the P4 code dedicated to this ML model and ```table_generator.py``` generate ML model parameters in the format of table enries. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
568 changes: 284 additions & 284 deletions src/models/Autoencoder/Type_1/table_generator.py

Large diffs are not rendered by default.

596 changes: 298 additions & 298 deletions src/models/Autoencoder/Type_LB/dedicated_p4.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/models/Autoencoder/Type_LB/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This folder contains Planter-supported ML modules (training, algortihm mapping, and ML-related P4 generation) for Autoencoder. ```dedicated_p4.py``` generates the P4 code dedicated to this ML model and ```table_generator.py``` generate ML model parameters in the format of table enries. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
This folder contains Planter-supported ML modules (training, algortihm mapping, and ML-related P4 generation) for Autoencoder. ```dedicated_p4.py``` generates the P4 code dedicated to this ML model and ```table_generator.py``` generate ML model parameters in the format of table enries. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
578 changes: 289 additions & 289 deletions src/models/Autoencoder/Type_LB/table_generator.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/models/Autoencoder/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This folder contains part of the variations for Planter-supported autoencoder. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
This folder contains part of the variations for Planter-supported autoencoder. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
666 changes: 333 additions & 333 deletions src/models/Bayes/Type_1/dedicated_p4.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/models/Bayes/Type_1/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This folder contains Planter-supported ML modules (training, algortihm mapping, and ML-related P4 generation) for Bayes. ```dedicated_p4.py``` generates the P4 code dedicated to this ML model and ```table_generator.py``` generate ML model parameters in the format of table enries. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
This folder contains Planter-supported ML modules (training, algortihm mapping, and ML-related P4 generation) for Bayes. ```dedicated_p4.py``` generates the P4 code dedicated to this ML model and ```table_generator.py``` generate ML model parameters in the format of table enries. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
550 changes: 275 additions & 275 deletions src/models/Bayes/Type_1/table_generator.py

Large diffs are not rendered by default.

700 changes: 350 additions & 350 deletions src/models/Bayes/Type_2/dedicated_p4.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/models/Bayes/Type_2/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This folder contains Planter-supported ML modules (training, algortihm mapping, and ML-related P4 generation) for Bayes. ```dedicated_p4.py``` generates the P4 code dedicated to this ML model and ```table_generator.py``` generate ML model parameters in the format of table enries. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
This folder contains Planter-supported ML modules (training, algortihm mapping, and ML-related P4 generation) for Bayes. ```dedicated_p4.py``` generates the P4 code dedicated to this ML model and ```table_generator.py``` generate ML model parameters in the format of table enries. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
532 changes: 266 additions & 266 deletions src/models/Bayes/Type_2/table_generator.py

Large diffs are not rendered by default.

720 changes: 360 additions & 360 deletions src/models/Bayes/Type_3/dedicated_p4.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/models/Bayes/Type_3/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This folder contains Planter-supported ML modules (training, algortihm mapping, and ML-related P4 generation) for Bayes. ```dedicated_p4.py``` generates the P4 code dedicated to this ML model and ```table_generator.py``` generate ML model parameters in the format of table enries. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
This folder contains Planter-supported ML modules (training, algortihm mapping, and ML-related P4 generation) for Bayes. ```dedicated_p4.py``` generates the P4 code dedicated to this ML model and ```table_generator.py``` generate ML model parameters in the format of table enries. Please refer to ```./Docs/Planter_User_Document.pdf```for further information.
Loading