- [optional] Which type winograd to use, could be [0, 2, 4]. 0 for disable winograd, 2 and 4 for enable winograd, 4 may be faster than 2 but may take more memory.
.. note::
.. note::
...
@@ -117,7 +117,7 @@ There are two common advanced use cases: 1. convert a model to CPP code. 2. tuni
...
@@ -117,7 +117,7 @@ There are two common advanced use cases: 1. convert a model to CPP code. 2. tuni
If you want to use this case, you can just use static mace library.
If you want to use this case, you can just use static mace library.
* **1. Change the model configuration file(.yml)**
* **1. Change the model deployment file(.yml)**
If you want to protect your model, you can convert model to CPP code. there are also two cases:
If you want to protect your model, you can convert model to CPP code. there are also two cases:
...
@@ -137,7 +137,7 @@ There are two common advanced use cases: 1. convert a model to CPP code. 2. tuni
...
@@ -137,7 +137,7 @@ There are two common advanced use cases: 1. convert a model to CPP code. 2. tuni
.. note::
.. note::
Another model protection method is using ``obfuscate`` to obfuscate the model operator name.
Another model protection method is using ``obfuscate`` to obfuscate names of model's operators.
* **2. Convert model(s) to code**
* **2. Convert model(s) to code**
...
@@ -146,10 +146,13 @@ There are two common advanced use cases: 1. convert a model to CPP code. 2. tuni
...
@@ -146,10 +146,13 @@ There are two common advanced use cases: 1. convert a model to CPP code. 2. tuni