Skip to content
Snippets Groups Projects
Commit 8d1450e1 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Added aidge_pruning

parent 56873fbc
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,9 @@ ...@@ -43,6 +43,9 @@
"aidge_quantization" ) "aidge_quantization" )
DEPS_NAMES=("aidge_core" "aidge_backend_cpu" "aidge_backend_cuda") DEPS_NAMES=("aidge_core" "aidge_backend_cpu" "aidge_backend_cuda")
;; ;;
"aidge_pruning" )
DEPS_NAMES=("aidge_core" "aidge_backend_cpu" "aidge_backend_cuda")
;;
* ) * )
echo "****************************************************************************************************************************" echo "****************************************************************************************************************************"
echo "****************************************************************************************************************************" echo "****************************************************************************************************************************"
...@@ -103,6 +106,9 @@ ...@@ -103,6 +106,9 @@
"aidge_quantization" { "aidge_quantization" {
$DEPS_NAMES = "aidge_core","aidge_backend_cpu","aidge_backend_cuda" $DEPS_NAMES = "aidge_core","aidge_backend_cpu","aidge_backend_cuda"
} }
"aidge_pruning" {
$DEPS_NAMES = "aidge_core","aidge_backend_cpu","aidge_backend_cuda"
}
default { default {
Write-Host "****************************************************************************************************************************" Write-Host "****************************************************************************************************************************"
Write-Host "****************************************************************************************************************************" Write-Host "****************************************************************************************************************************"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment